lib/hoe/travis.rb in hoe-travis-1.3.1 vs lib/hoe/travis.rb in hoe-travis-1.4
- old
+ new
@@ -109,11 +109,11 @@
module Hoe::Travis
##
# This version of Hoe::Travis
- VERSION = '1.3.1'
+ VERSION = '1.4'
YAML_EXCEPTIONS = if defined?(Psych) then # :nodoc:
if Psych.const_defined? :Exception then
[Psych::SyntaxError] # Ruby 1.9.2
else
@@ -125,10 +125,10 @@
YAML_EXCEPTIONS << ArgumentError
Hoe::DEFAULT_CONFIG['travis'] = {
'before_script' => [
- 'gem install hoe-travis --no-rdoc --no-ri',
+ 'gem install hoe-travis --no-document',
'rake travis:before -t',
],
'after_script' => [
'rake travis:after -t',
],