Rakefile in hoe-travis-1.1 vs Rakefile in hoe-travis-1.2

- old
+ new

@@ -16,9 +16,9 @@ rdoc_locations << 'docs.seattlerb.org:/data/www/docs.seattlerb.org/hoe-travis/' self.extra_deps << ['travis-lint', '~> 1.2'] # this explicit dependency is so `gem install hoe-travis` will fetch # hoe and rake, simplifying the before_script command list - self.extra_deps << ['hoe', '~> 2.14'] + self.extra_deps << ['hoe', '~> 3.0'] end # vim: syntax=ruby