Sha256: 0e5a40db37f92a5e28352861f56b4ffb79c220fcfdbca7600ef071068d228680

Contents?: true

Size: 753 Bytes

Versions: 15

Compression:

Stored size: 753 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "bard-rake"
    gem.summary = %Q{Rake tasks for all bard projects.}
    gem.description = %Q{Rake tasks for all bard projects.
* Bootstrap projects
* Database backup}
    gem.email = "micah@botandrose.com"
    gem.homepage = "http://github.com/botandrose/bard-rake"
    gem.authors = ["Micah Geisel"]
    gem.add_development_dependency "rspec", ">= 1.2.9"
    # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

task :release do
  system "git push"
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
bard-rake-0.10.5 Rakefile
bard-rake-0.10.4 Rakefile
bard-rake-0.10.3 Rakefile
bard-rake-0.10.2 Rakefile
bard-rake-0.10.1 Rakefile
bard-rake-0.10.0 Rakefile
bard-rake-0.9.4 Rakefile
bard-rake-0.9.3 Rakefile
bard-rake-0.9.2 Rakefile
bard-rake-0.9.1 Rakefile
bard-rake-0.9.0 Rakefile
bard-rake-0.8.0 Rakefile
bard-rake-0.7.1 Rakefile
bard-rake-0.7.0 Rakefile
bard-rake-0.6.3 Rakefile