Sha256: 02d2342556f9060458d9631a080cd60e63cb6f9db2eb1ff903cf28be1507b05f

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

Contents

require 'rubygems'
require 'rake'
require 'rspec/core/rake_task'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "pig"
    gem.summary = %Q{A rack endpoint to view the latest commits in the running version.}
    gem.description = %Q{A rack endpoint to dynamically view the latest N formatted commits.  Pig takes its name from the classic story of the chicken and the pig.  Many versions of this idea exist as jokes or anecdotes wherein the two decide to start a restaurant named Ham-n-Eggs.  Ultimately, the pig chooses not to participate because he would be committed and the chicken merely involved.}
    gem.email = "bigtiger@hashrocket.com"
    gem.homepage = "http://github.com/bigtiger/pig"
    gem.authors = ["Jim Remsik"]
    gem.add_dependency "git", "= 1.2.5"
    gem.add_development_dependency "rspec", ">= 1.2.9"
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

RSpec::Core::RakeTask.new(:spec)

task :default => [:spec]

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pig-0.0.7 Rakefile
pig-0.0.6 Rakefile
pig-0.0.5 Rakefile