Sha256: 9c815c9cfd8b0bd59a6076632d5a79a3ce0204eb7fcfb1155e4d5fa2cd6d4dc1
Contents?: true
Size: 628 Bytes
Versions: 4
Compression:
Stored size: 628 Bytes
Contents
task :default => :spec require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) do |t| t.rspec_opts = '--backtrace --color' end begin require 'jeweler' project_name = 'deputy' Jeweler::Tasks.new do |gem| gem.name = project_name gem.summary = "Report to the sheriff" gem.email = "mirko@dawanda.com" gem.homepage = "http://github.com/dawanda/#{project_name}" gem.authors = ["Michael Grosser"] gem.add_dependency 'SystemTimer' end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
deputy-0.1.50 | Rakefile |
deputy-0.1.49 | Rakefile |
deputy-0.1.48 | Rakefile |
deputy-0.1.47 | Rakefile |