Sha256: 60c9b0495f7ec546d49f57b13c657f4a24a7d59a22ce674560c8b4bbcc0b5414

Contents?: true

Size: 591 Bytes

Versions: 8

Compression:

Stored size: 591 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"]
  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

8 entries across 8 versions & 1 rubygems

Version Path
deputy-0.1.58 Rakefile
deputy-0.1.57 Rakefile
deputy-0.1.56 Rakefile
deputy-0.1.55 Rakefile
deputy-0.1.54 Rakefile
deputy-0.1.53 Rakefile
deputy-0.1.52 Rakefile
deputy-0.1.51 Rakefile