summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json.gemspec2
-rw-r--r--json_pure.gemspec2
2 files changed, 0 insertions, 4 deletions
diff --git a/json.gemspec b/json.gemspec
index 0a8e210..af4d515 100644
--- a/json.gemspec
+++ b/json.gemspec
@@ -16,9 +16,7 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = [ "edit_json.rb", "prettify_json.rb" ]
- s.default_executable = "edit_json.rb"
- s.has_rdoc = true
s.extra_rdoc_files << 'README'
s.rdoc_options <<
'--title' << 'JSON implemention for Ruby' << '--main' << 'README'
diff --git a/json_pure.gemspec b/json_pure.gemspec
index f668a62..f964df7 100644
--- a/json_pure.gemspec
+++ b/json_pure.gemspec
@@ -12,9 +12,7 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = [ "edit_json.rb", "prettify_json.rb" ]
- s.default_executable = "edit_json.rb"
- s.has_rdoc = true
s.extra_rdoc_files << 'README'
s.rdoc_options <<
'--title' << 'JSON implemention for ruby' << '--main' << 'README'