Sha256: 0f71629f55bc9867c14fcb440c7ba396bde2b7d5312e9f9902e3b3b363b38330
Contents?: true
Size: 616 Bytes
Versions: 3
Compression:
Stored size: 616 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require "rspec/core/rake_task" # Hoe.plugin :compiler # Hoe.plugin :gem_prelude_sucks # Hoe.plugin :inline # Hoe.plugin :racc # Hoe.plugin :rubyforge Hoe.plugin :git Hoe.plugin :gemspec Hoe.plugin :bundler Hoe.plugin :gemcutter Hoe.plugins.delete :rubyforge Hoe.spec 'profitbricks' do developer('Dominik Sander', 'git@dsander.de') self.readme_file = 'README.md' self.history_file = 'CHANGELOG.md' self.extra_deps << ["savon"] end task :prerelease => [:clobber, :check_manifest, :test] RSpec::Core::RakeTask.new task :default => :spec task :test => :spec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
profitbricks-0.0.3 | Rakefile |
profitbricks-0.0.2 | Rakefile |
profitbricks-0.0.1 | Rakefile |