Skip to content

Commit

Permalink
expand VERSION path for ruby repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 17, 2020
1 parent 398ec00 commit 1bd46c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json.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"
s.version = File.read('VERSION').chomp
s.version = File.read(File.expand_path('../VERSION', __FILE__)).chomp

s.summary = "JSON Implementation for Ruby"
s.description = "This is a JSON implementation as a Ruby extension in C."
Expand Down

0 comments on commit 1bd46c4

Please sign in to comment.