Sha256: 22cab2ca5f79423d2e2f623036b6a957dd28ddbb25f8aa0b6ca225972758cd2a
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' Hoe.plugins.delete :rubyforge Hoe.plugin :minitest Hoe.plugin :gemspec # `gem install hoe-gemspec` Hoe.plugin :git # `gem install hoe-git` Hoe.spec 'hana' do developer('Aaron Patterson', 'aaron@tenderlovemaking.com') self.readme_file = 'README.md' self.history_file = 'CHANGELOG.rdoc' self.extra_rdoc_files = FileList['*.rdoc'] end # vim: syntax=ruby
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hana-1.2.0 | Rakefile |
hana-1.1.0 | Rakefile |
hana-1.0.1 | Rakefile |