Skip to content

Commit

Permalink
Compatibility with Rubygems 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Weaver committed Sep 28, 2008
1 parent a45b397 commit e4679bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

v3.0.1. Compatibility with Rubygems 1.3.

v3. Compatibility with Rubyforge 1.0.0 and Rubygems 1.2.

v2.7.13. Avoid Rubyforge 1.0.0 which seems broken.
Expand Down
2 changes: 1 addition & 1 deletion lib/echoe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def initialize(name, _version = nil)
self.include_rakefile = true
self.include_gemspec = true
self.gemspec_name = "#{name}.gemspec"
self.rubygems_version = "1.2"
self.rubygems_version = ">= 1.2"

yield self if block_given?

Expand Down

0 comments on commit e4679bd

Please sign in to comment.