Sha256: e3824e60e106a04e878b083ccd5a799df5c79cc58606af413a5319d01c262544

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

begin
  require 'bones'
rescue LoadError
  abort '### Please install the "bones" gem ###'
end

task :default => 'test:run'
task 'gem:release' => 'test:run'

Bones {
  name     'gather'
  authors  'John Anderson'
  email    'panic@semiosix.com'
  url      'https://rubygems.org/gems/gather'
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gather-0.0.7 Rakefile