Skip to content

Commit

Permalink
Restore 1.8.7 compatibility in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Mar 27, 2014
1 parent e745e3f commit 61eb0a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== 10.2.2 / 2014-03-27

Bug fixes:

* Restored Ruby 1.8.7 compatibility

=== 10.2.1 / 2014-03-25

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hoe = Hoe.spec 'rake' do
developer 'Eric Hodel', '[email protected]'
developer 'Jim Weirich', ''

require_ruby_version '>= 1.9'
require_ruby_version '>= 1.8.7'
require_rubygems_version '>= 1.3.2'

dependency 'minitest', '~> 4.0', :developer
Expand Down

0 comments on commit 61eb0a2

Please sign in to comment.