Sha256: 83cef309391451e4d0c4c41c13f32727e29fb43c6f3b5cb5e0dbc8dc6a18f72c

Contents?: true

Size: 529 Bytes

Versions: 4

Compression:

Stored size: 529 Bytes

Contents

# -*- ruby -*-

# Bootstrap for travis-ci
$LOAD_PATH.unshift 'lib'

require 'rubygems'
require 'hoe'

Hoe.plugin :minitest
Hoe.plugin :git
Hoe.plugin :travis

Hoe.spec 'hoe-travis' do
  developer 'Eric Hodel', 'drbrain@segment7.net'

  rdoc_locations << 'docs.seattlerb.org:/data/www/docs.seattlerb.org/hoe-travis/'

  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

# vim: syntax=ruby

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hoe-travis-1.4.1 Rakefile
hoe-travis-1.4 Rakefile
hoe-travis-1.3.1 Rakefile
hoe-travis-1.3 Rakefile