Skip to content

Commit

Permalink
Read version string from VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbsd committed Jun 30, 2012
1 parent 0ec73f9 commit fd601df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb-gsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
# Basics
s.name = 'gsl'
# GitHub uses the version in order to decide whenever to rebuild
s.version = '1.12.109'
s.version = File.read('VERSION').chomp
s.summary = 'Ruby interface to GSL'
s.description = 'RubyGSL is a Ruby interface to the GNU Scientific Library, for numerical computing with Ruby'
s.required_ruby_version = '>= 1.8.1'
Expand Down

0 comments on commit fd601df

Please sign in to comment.