diff options
| author | Florian Frank <flori@ping.de> | 2011-05-11 16:53:22 +0200 | 
|---|---|---|
| committer | Florian Frank <flori@ping.de> | 2011-05-11 16:53:22 +0200 | 
| commit | 7a3ef9de9e27c405a834ceb1dbfb94d4bcd2f01f (patch) | |
| tree | be07c8b2d5cf65086fad7b56a09c2145cd5c8478 /json_pure.gemspec | |
| parent | ddbcc16d016f07aafe92873185dd95dd5d32aa12 (diff) | |
| download | json-7a3ef9de9e27c405a834ceb1dbfb94d4bcd2f01f.tar.gz | |
Revert "Put the json and json_pure gemspecs in standalone .gemspec files so that they can be used by Bundler"
This reverts commit dbd6343217ab77c37948d1202541ae33076155ab.
Conflicts:
	json.gemspec
	json_pure.gemspec
Diffstat (limited to 'json_pure.gemspec')
| -rw-r--r-- | json_pure.gemspec | 25 | 
1 files changed, 0 insertions, 25 deletions
diff --git a/json_pure.gemspec b/json_pure.gemspec deleted file mode 100644 index f964df7..0000000 --- a/json_pure.gemspec +++ /dev/null @@ -1,25 +0,0 @@ -require File.dirname(__FILE__) + '/constants' - -Gem::Specification.new do |s| -  s.name = 'json_pure' -  s.version = PKG_VERSION -  s.summary = PKG_TITLE -  s.description = "This is a JSON implementation in pure Ruby." - -  s.files = PKG_FILES - -  s.require_path = 'lib' - -  s.bindir = "bin" -  s.executables = [ "edit_json.rb", "prettify_json.rb" ] - -  s.extra_rdoc_files << 'README' -  s.rdoc_options << -    '--title' <<  'JSON implemention for ruby' << '--main' << 'README' -  s.test_files.concat Dir['./tests/test_*.rb'] - -  s.author = "Florian Frank" -  s.email = "flori@ping.de" -  s.homepage = "http://flori.github.com/#{PKG_NAME}" -  s.rubyforge_project = "json" -end  | 
