Sha256: 5c7b1cce2dbbfea7350b6f4b75ef60f3d6dfc4b7a28d7bc49e068a4060fc52c4

Contents?: true

Size: 603 Bytes

Versions: 5

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 'system_timer'
  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

5 entries across 5 versions & 1 rubygems

Version Path
deputy-0.1.43 Rakefile
deputy-0.1.42 Rakefile
deputy-0.1.41 Rakefile
deputy-0.1.40 Rakefile
deputy-0.1.39 Rakefile