scala-bootstrapper.gemspec in scala-bootstrapper-0.3.0 vs scala-bootstrapper.gemspec in scala-bootstrapper-0.4.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{scala-bootstrapper}
- s.version = "0.3.0"
+ s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kyle Maxwell"]
s.date = %q{2011-03-01}
s.description = %q{Twitter scala project init}
@@ -25,9 +25,10 @@
"Rakefile",
"VERSION",
"bin/sbt",
"bin/scala-bootstrapper",
"lib/template/.gitignore",
+ "lib/template/Gemfile",
"lib/template/bin/console.erb",
"lib/template/config/development.scala.erb",
"lib/template/config/production.scala.erb",
"lib/template/config/staging.scala.erb",
"lib/template/config/test.scala.erb",