|
1 | 1 | # Generated by jeweler
|
2 | 2 | # DO NOT EDIT THIS FILE DIRECTLY
|
3 |
| -# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' |
| 3 | +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command |
4 | 4 | # -*- encoding: utf-8 -*-
|
5 | 5 |
|
6 | 6 | Gem::Specification.new do |s|
|
7 | 7 | s.name = %q{scala-bootstrapper}
|
8 |
| - s.version = "0.7.2" |
| 8 | + s.version = "0.8.0" |
9 | 9 |
|
10 | 10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11 | 11 | s.authors = ["Kyle Maxwell"]
|
12 |
| - s.date = %q{2011-03-20} |
| 12 | + s.date = %q{2011-03-29} |
13 | 13 | s.description = %q{Twitter scala project init}
|
14 | 14 | s.email = %q{kmaxwell@twitter.com}
|
15 |
| - s.executables = ["sbt", "scala-bootstrapper"] |
| 15 | + s.executables = ["HACKING", "sbt", "scala-bootstrapper"] |
16 | 16 | s.extra_rdoc_files = [
|
17 | 17 | "LICENSE",
|
18 |
| - "README.rdoc" |
| 18 | + "README.rdoc" |
19 | 19 | ]
|
20 | 20 | s.files = [
|
21 | 21 | ".document",
|
22 |
| - "LICENSE", |
23 |
| - "README.rdoc", |
24 |
| - "Rakefile", |
25 |
| - "VERSION", |
26 |
| - "bin/sbt", |
27 |
| - "bin/scala-bootstrapper", |
28 |
| - "lib/template/.gitignore", |
29 |
| - "lib/template/Capfile", |
30 |
| - "lib/template/Gemfile", |
31 |
| - "lib/template/config/development.scala.erb", |
32 |
| - "lib/template/config/production.scala.erb", |
33 |
| - "lib/template/config/staging.scala.erb", |
34 |
| - "lib/template/config/test.scala.erb", |
35 |
| - "lib/template/project/build.properties", |
36 |
| - "lib/template/project/build/BirdNameProject.scala.erb", |
37 |
| - "lib/template/project/plugins/Plugins.scala.erb", |
38 |
| - "lib/template/run", |
39 |
| - "lib/template/src/main/scala/com/twitter/birdname/BirdNameServiceImpl.scala.erb", |
40 |
| - "lib/template/src/main/scala/com/twitter/birdname/Main.scala.erb", |
41 |
| - "lib/template/src/main/scala/com/twitter/birdname/config/BirdNameServiceConfig.scala.erb", |
42 |
| - "lib/template/src/main/thrift/birdname.thrift.erb", |
43 |
| - "lib/template/src/scripts/console.erb", |
44 |
| - "lib/template/src/scripts/startup.sh", |
45 |
| - "lib/template/src/test/scala/com/twitter/birdname/AbstractSpec.scala.erb", |
46 |
| - "lib/template/src/test/scala/com/twitter/birdname/BirdNameServiceSpec.scala.erb", |
47 |
| - "vendor/sbt-launch-0.7.4.jar", |
48 |
| - "vendor/trollop.rb" |
| 22 | + ".gitignore", |
| 23 | + "LICENSE", |
| 24 | + "README.rdoc", |
| 25 | + "Rakefile", |
| 26 | + "VERSION", |
| 27 | + "bin/HACKING", |
| 28 | + "bin/sbt", |
| 29 | + "bin/scala-bootstrapper", |
| 30 | + "lib/template/.gitignore", |
| 31 | + "lib/template/Capfile", |
| 32 | + "lib/template/Gemfile", |
| 33 | + "lib/template/config/development.scala.erb", |
| 34 | + "lib/template/config/production.scala.erb", |
| 35 | + "lib/template/config/staging.scala.erb", |
| 36 | + "lib/template/config/test.scala.erb", |
| 37 | + "lib/template/project/build.properties", |
| 38 | + "lib/template/project/build/BirdNameProject.scala.erb", |
| 39 | + "lib/template/project/plugins/Plugins.scala.erb", |
| 40 | + "lib/template/run", |
| 41 | + "lib/template/src/main/scala/com/twitter/birdname/BirdNameServiceImpl.scala.erb", |
| 42 | + "lib/template/src/main/scala/com/twitter/birdname/Main.scala.erb", |
| 43 | + "lib/template/src/main/scala/com/twitter/birdname/config/BirdNameServiceConfig.scala.erb", |
| 44 | + "lib/template/src/main/thrift/birdname.thrift.erb", |
| 45 | + "lib/template/src/scripts/console.erb", |
| 46 | + "lib/template/src/scripts/startup.sh", |
| 47 | + "lib/template/src/test/scala/com/twitter/birdname/AbstractSpec.scala.erb", |
| 48 | + "lib/template/src/test/scala/com/twitter/birdname/BirdNameServiceSpec.scala.erb", |
| 49 | + "scala-bootstrapper.gemspec", |
| 50 | + "vendor/sbt-launch-0.7.4.jar", |
| 51 | + "vendor/trollop.rb" |
49 | 52 | ]
|
50 | 53 | s.homepage = %q{http://github.com/fizx/scala-bootstrapper}
|
| 54 | + s.rdoc_options = ["--charset=UTF-8"] |
51 | 55 | s.require_paths = ["lib"]
|
52 |
| - s.rubygems_version = %q{1.5.0} |
| 56 | + s.rubygems_version = %q{1.3.6} |
53 | 57 | s.summary = %q{Twitter scala project init}
|
54 | 58 |
|
55 | 59 | if s.respond_to? :specification_version then
|
| 60 | + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION |
56 | 61 | s.specification_version = 3
|
57 | 62 |
|
58 |
| - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then |
| 63 | + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then |
59 | 64 | s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
60 | 65 | else
|
61 | 66 | s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
|
0 commit comments