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.
25 lines
1009 B
25 lines
1009 B
# -*- encoding: utf-8 -*-
|
|
# stub: prism 1.9.0 ruby lib
|
|
# stub: ext/prism/extconf.rb
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "prism".freeze
|
|
s.version = "1.9.0".freeze
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/ruby/prism/blob/main/CHANGELOG.md", "source_code_uri" => "https://github.com/ruby/prism" } if s.respond_to? :metadata=
|
|
s.require_paths = ["lib".freeze]
|
|
s.authors = ["Shopify".freeze]
|
|
s.date = "1980-01-02"
|
|
s.email = ["ruby@shopify.com".freeze]
|
|
s.extensions = ["ext/prism/extconf.rb".freeze]
|
|
s.files = ["ext/prism/extconf.rb".freeze]
|
|
s.homepage = "https://github.com/ruby/prism".freeze
|
|
s.licenses = ["MIT".freeze]
|
|
s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze)
|
|
s.rubygems_version = "3.6.9".freeze
|
|
s.summary = "Prism Ruby parser".freeze
|
|
|
|
s.installed_by_version = "4.0.3".freeze
|
|
end
|