mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
852 B
22 lines
852 B
# -*- encoding: utf-8 -*-
|
|
# stub: method_source 1.1.0 ruby lib
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "method_source".freeze
|
|
s.version = "1.1.0".freeze
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
s.metadata = { "changelog_uri" => "https://github.com/banister/method_source/blob/master/CHANGELOG.md" } if s.respond_to? :metadata=
|
|
s.require_paths = ["lib".freeze]
|
|
s.authors = ["John Mair (banisterfiend)".freeze]
|
|
s.date = "2024-04-15"
|
|
s.description = "retrieve the sourcecode for a method".freeze
|
|
s.email = "jrmair@gmail.com".freeze
|
|
s.homepage = "http://banisterfiend.wordpress.com".freeze
|
|
s.licenses = ["MIT".freeze]
|
|
s.rubygems_version = "3.5.3".freeze
|
|
s.summary = "retrieve the sourcecode for a method".freeze
|
|
|
|
s.installed_by_version = "4.0.3".freeze
|
|
end
|