Rakefile in hoe-travis-1.2 vs Rakefile in hoe-travis-1.3
- old
+ new
@@ -13,10 +13,11 @@
Hoe.spec 'hoe-travis' do
developer 'Eric Hodel', 'drbrain@segment7.net'
rdoc_locations << 'docs.seattlerb.org:/data/www/docs.seattlerb.org/hoe-travis/'
- self.extra_deps << ['travis-lint', '~> 1.2']
+ license 'MIT'
+
# this explicit dependency is so `gem install hoe-travis` will fetch
# hoe and rake, simplifying the before_script command list
self.extra_deps << ['hoe', '~> 3.0']
end