Skip to content

Commit

Permalink
Use VERSION file instead of hard-coded value
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 30, 2020
1 parent dc90bcf commit 9fd6371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_pure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "json_pure".freeze
s.version = "2.3.0"
s.version = File.read("VERSION").chomp

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
Expand Down

0 comments on commit 9fd6371

Please sign in to comment.