mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
expand VERSION path for ruby repository.
This commit is contained in:
parent
46ea74297e
commit
a09c3c6fe1
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue