Sha256: a1925ff6a4862f568dc9b47bbba1f8b597e415e4288196803b106e9138197155

Contents?: true

Size: 537 Bytes

Versions: 3

Compression:

Stored size: 537 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'

Hoe.plugins.delete :rubyforge
Hoe.plugins.delete :flog
Hoe.plugin :minitest
Hoe.plugin :gemspec # `gem install hoe-gemspec`
Hoe.plugin :git     # `gem install hoe-git`

Hoe.spec 'hybridgroup-sphero' do
  developer('Hybrid Group', 'sphero@hybridgroup.com')
  self.readme_file   = 'README.markdown'
  self.history_file  = 'CHANGELOG.rdoc'
  self.extra_rdoc_files  = FileList['*.{rdoc,markdown}']

  self.spec_extras = {
    :required_ruby_version => '>= 1.9.2'
  }
end

# vim: syntax=ruby

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hybridgroup-sphero-1.4.0 Rakefile
hybridgroup-sphero-1.3.0 Rakefile
hybridgroup-sphero-1.2.0 Rakefile