Skip to content

Commit

Permalink
Removed too old compatibility code in json_pure.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 17, 2020
1 parent cba9244 commit 2d1cb9b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions json_pure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,6 @@ Gem::Specification.new do |s|
s.summary = "JSON Implementation for Ruby".freeze
s.test_files = ["./tests/test_helper.rb".freeze]

if s.respond_to? :specification_version then
s.specification_version = 4
end

if s.respond_to? :add_runtime_dependency then
s.add_development_dependency(%q<rake>.freeze, [">= 0"])
s.add_development_dependency(%q<test-unit>.freeze, [">= 2.0", "< 4.0"])
else
s.add_dependency(%q<rake>.freeze, [">= 0"])
s.add_dependency(%q<test-unit>.freeze, [">= 2.0", "< 4.0"])
end
s.add_development_dependency(%q<rake>.freeze, [">= 0"])
s.add_development_dependency(%q<test-unit>.freeze, [">= 2.0", "< 4.0"])
end

0 comments on commit 2d1cb9b

Please sign in to comment.