Sha256: 8a4af21942e2be10e58d6345c7165cbddf19e8c1a0a8585cb94e4863e4368360
Contents?: true
Size: 1.69 KB
Versions: 72
Compression:
Stored size: 1.69 KB
Contents
# -*- encoding: utf-8 -*- # stub: json 2.7.0 ruby lib # stub: ext/json/ext/generator/extconf.rb ext/json/ext/parser/extconf.rb ext/json/extconf.rb Gem::Specification.new do |s| s.name = "json".freeze s.version = "2.7.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/flori/json/issues", "changelog_uri" => "https://github.com/flori/json/blob/master/CHANGES.md", "documentation_uri" => "https://flori.github.io/json/doc/index.html", "homepage_uri" => "https://flori.github.io/json", "source_code_uri" => "https://github.com/flori/json", "wiki_uri" => "https://github.com/flori/json/wiki" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Florian Frank".freeze] s.date = "2023-12-01" s.description = "This is a JSON implementation as a Ruby extension in C.".freeze s.email = "flori@ping.de".freeze s.extensions = ["ext/json/ext/generator/extconf.rb".freeze, "ext/json/ext/parser/extconf.rb".freeze, "ext/json/extconf.rb".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = ["README.md".freeze, "ext/json/ext/generator/extconf.rb".freeze, "ext/json/ext/parser/extconf.rb".freeze, "ext/json/extconf.rb".freeze] s.homepage = "https://flori.github.io/json".freeze s.licenses = ["Ruby".freeze] s.rdoc_options = ["--title".freeze, "JSON implementation for Ruby".freeze, "--main".freeze, "README.md".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3".freeze) s.rubygems_version = "3.5.3".freeze s.summary = "JSON Implementation for Ruby".freeze s.installed_by_version = "3.5.3".freeze if s.respond_to? :installed_by_version end
Version data entries
72 entries across 72 versions & 1 rubygems