Sha256: 0a65636aa7aa42ec13c67413d234f2e13398c2d0ab7db17d4e4d14439ef230ba
Contents?: true
Size: 603 Bytes
Versions: 3
Compression:
Stored size: 603 Bytes
Contents
task :default => :spec require 'spec/rake/spectask' Spec::Rake::SpecTask.new {|t| t.spec_opts = ['--color -b']} 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
deputy-0.1.46 | Rakefile |
deputy-0.1.45 | Rakefile |
deputy-0.1.44 | Rakefile |