1
0
Fork 0
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:
Hiroshi SHIBATA 2020-12-17 14:37:45 +09:00
parent 46ea74297e
commit a09c3c6fe1
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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."