bard-rake.gemspec in bard-rake-0.0.1 vs bard-rake.gemspec in bard-rake-0.1.0

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{bard-rake} - s.version = "0.0.1" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Micah Geisel"] s.date = %q{2010-05-03} s.description = %q{Rake tasks for all bard projects. @@ -25,9 +25,12 @@ "README.rdoc", "Rakefile", "VERSION", "bard-rake.gemspec", "lib/bard/rake.rb", + "lib/bard/rake/bootstrap.rb", + "lib/bard/rake/bundler.rb", + "lib/bard/rake/db.rb", "spec/bard-rake_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/botandrose/bard-rake}