Sha256: 621781e4b1ef1712f3f8f481c87d72cba91e5bf58d7ae9f3729627a069e7e023

Contents?: true

Size: 559 Bytes

Versions: 1

Compression:

Stored size: 559 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/'

  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', '~> 3.0']
end

# vim: syntax=ruby

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hoe-travis-1.2 Rakefile