Sha256: a669c07928325a24b564316d580f4e76839d1a58b0596ea985522396acdfbc9a

Contents?: true

Size: 565 Bytes

Versions: 37

Compression:

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

37 entries across 37 versions & 1 rubygems

Version Path
deputy-0.1.38 Rakefile
deputy-0.1.37 Rakefile
deputy-0.1.36 Rakefile
deputy-0.1.35 Rakefile
deputy-0.1.34 Rakefile
deputy-0.1.33 Rakefile
deputy-0.1.31 Rakefile
deputy-0.1.30 Rakefile
deputy-0.1.29 Rakefile
deputy-0.1.28 Rakefile
deputy-0.1.27 Rakefile
deputy-0.1.26 Rakefile
deputy-0.1.25 Rakefile
deputy-0.1.24 Rakefile
deputy-0.1.23 Rakefile
deputy-0.1.22 Rakefile
deputy-0.1.21 Rakefile
deputy-0.1.20 Rakefile
deputy-0.1.19 Rakefile
deputy-0.1.18 Rakefile