scala-bootstrapper.gemspec in scala-bootstrapper-0.2.0 vs scala-bootstrapper.gemspec in scala-bootstrapper-0.2.1

- old
+ new

@@ -1,58 +1,61 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' +# 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.2.0" + s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Kyle Maxwell"] - s.date = %q{2011-02-25} + s.date = %q{2011-02-28} s.description = %q{Twitter scala project init} s.email = %q{kmaxwell@twitter.com} s.executables = ["sbt", "scala-bootstrapper"] s.extra_rdoc_files = [ "LICENSE", - "README.rdoc" + "README.rdoc" ] s.files = [ ".document", - "LICENSE", - "README.rdoc", - "Rakefile", - "VERSION", - "bin/sbt", - "bin/scala-bootstrapper", - "lib/template/.gitignore", - "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", - "lib/template/project/build.properties", - "lib/template/project/build/BirdNameProject.scala.erb", - "lib/template/project/plugins/Plugins.scala.erb", - "lib/template/src/main/scala/com/twitter/birdname/BirdNameServiceConfig.scala.erb", - "lib/template/src/main/scala/com/twitter/birdname/BirdNameServiceImpl.scala.erb", - "lib/template/src/main/scala/com/twitter/birdname/Main.scala.erb", - "lib/template/src/main/thrift/birdname.thrift.erb", - "lib/template/src/test/scala/com/twitter/birdname/BirdNameServiceSpec.scala", - "scala-bootstrapper.gemspec", - "vendor/sbt-launch-0.7.4.jar", - "vendor/trollop.rb" + ".gitignore", + "LICENSE", + "README.rdoc", + "Rakefile", + "VERSION", + "bin/sbt", + "bin/scala-bootstrapper", + "lib/template/.gitignore", + "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", + "lib/template/project/build.properties", + "lib/template/project/build/BirdNameProject.scala.erb", + "lib/template/project/plugins/Plugins.scala.erb", + "lib/template/src/main/scala/com/twitter/birdname/BirdNameServiceConfig.scala.erb", + "lib/template/src/main/scala/com/twitter/birdname/BirdNameServiceImpl.scala.erb", + "lib/template/src/main/scala/com/twitter/birdname/Main.scala.erb", + "lib/template/src/main/thrift/birdname.thrift.erb", + "lib/template/src/test/scala/com/twitter/birdname/BirdNameServiceSpec.scala", + "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"] - s.rubygems_version = %q{1.5.0} + s.rubygems_version = %q{1.3.6} s.summary = %q{Twitter scala project init} if s.respond_to? :specification_version then + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) else s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) end else