scala-bootstrapper.gemspec in scala-bootstrapper-0.8.1 vs scala-bootstrapper.gemspec in scala-bootstrapper-0.9.0

- old
+ new

@@ -3,18 +3,19 @@ # 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.8.1" + s.version = "0.9.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-29} + s.date = %q{2011-04-08} + s.default_executable = %q{scala-bootstrapper} s.description = %q{Twitter scala project init} s.email = %q{kmaxwell@twitter.com} - s.executables = ["sbt", "scala-bootstrapper"] + s.executables = ["scala-bootstrapper"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ @@ -23,11 +24,10 @@ "HACKING", "LICENSE", "README.rdoc", "Rakefile", "VERSION", - "bin/sbt", "bin/scala-bootstrapper", "lib/template/.gitignore", "lib/template/Capfile", "lib/template/Gemfile", "lib/template/config/development.scala.erb", @@ -45,10 +45,9 @@ "lib/template/src/scripts/console.erb", "lib/template/src/scripts/startup.sh", "lib/template/src/test/scala/com/twitter/birdname/AbstractSpec.scala.erb", "lib/template/src/test/scala/com/twitter/birdname/BirdNameServiceSpec.scala.erb", "scala-bootstrapper.gemspec", - "vendor/sbt-launch-0.7.4.jar", "vendor/trollop.rb" ] s.homepage = %q{http://github.com/fizx/scala-bootstrapper} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"]