Skip to content

Commit

Permalink
Fix the minimum Ruby version (closes ged#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ged committed Jan 5, 2015
1 parent 1152f2c commit 729b380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $hoespec = Hoe.spec 'pg' do
self.spec_extras[:licenses] = ['BSD', 'Ruby', 'GPL']
self.spec_extras[:extensions] = [ 'ext/extconf.rb' ]

self.require_ruby_version( '>= 1.8.7' )
self.require_ruby_version( '>= 1.9.3' )

self.hg_sign_tags = true if self.respond_to?( :hg_sign_tags= )
self.check_history_on_release = true if self.respond_to?( :check_history_on_release= )
Expand Down

0 comments on commit 729b380

Please sign in to comment.