Sha256: 918da8800faf5a7374a808a5e9b7c75c79a1bc605a07540338067e9521ef61d5
Contents?: true
Size: 803 Bytes
Versions: 1
Compression:
Stored size: 803 Bytes
Contents
require 'rubygems' require 'hoe' # Hoe.plugin :compiler # Hoe.plugin :cucumberfeatures # Hoe.plugin :gem_prelude_sucks # Hoe.plugin :inline # Hoe.plugin :manifest Hoe.plugin :newgem # Hoe.plugin :racc # Hoe.plugin :rubyforge # Hoe.plugin :website Hoe.spec 'dm-rinda-adapter' do self.developer 'Sebastian Feuerstack', 'Sebastian@Feuerstack.org' self.rubyforge_name = self.name # TODO this is default value self.extra_deps = [['dm-core','~> 0.10.2']] self.email = "Sebastian@Feuerstack.org" # HEY! If you fill these out in ~/.hoe_template/Rakefile.erb then # you'll never have to touch them again! # (delete this comment too, of course) # developer('FIX', 'FIX@example.com') # self.rubyforge_name = 'scxml-gemx' # if different than 'scxml-gem' end # vim: syntax=ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dm-rinda-adapter-0.1.2 | Rakefile |