From 9829e91d34af2f71758410e53f5d0cea0a7558a8 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 12 Apr 2015 09:12:15 +0000 Subject: * ext/json/json.gemspec, lib/rdoc/rdoc.gemspec: added gemspec directly. * defs/default_gems, tool/rbinstall.rb: removed default_gems definition. it make simple installation for default gems. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/json/json.gemspec | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ext/json/json.gemspec (limited to 'ext') diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec new file mode 100644 index 0000000000..627a64f783 --- /dev/null +++ b/ext/json/json.gemspec @@ -0,0 +1,7 @@ +Gem::Specification.new do |s| + s.name = "json" + s.version = "1.8.1" + 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 -- cgit v1.2.3