summaryrefslogtreecommitdiff
path: root/ext/json/json.gemspec
blob: 9fb6fa155a1d141be33fdd11abaf8d12728c350e (plain)
1
2
3
4
5
6
7
Gem::Specification.new do |s|
  s.name = "json"
  s.version = "1.8.3"
  s.summary = "This json is bundled with Ruby"
  s.executables = []
  s.files = ["json.rb", "json/add/bigdecimal.rb", "json/add/complex.rb", "json/add/core.rb", "json/add/date.rb", "json/add/date_time.rb", "json/add/exception.rb", "json/add/ostruct.rb", "json/add/range.rb", "json/add/rational.rb", "json/add/regexp.rb", "json/add/struct.rb", "json/add/symbol.rb", "json/add/time.rb", "json/common.rb", "json/ext.rb", "json/ext/generator.bundle", "json/ext/parser.bundle", "json/generic_object.rb", "json/version.rb"]
end