Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit 28e1e57

Browse files
author
Kyle Maxwell
committed
Regenerated gemspec for version 0.8.0
1 parent d132fb5 commit 28e1e57

File tree

1 file changed

+39
-34
lines changed

1 file changed

+39
-34
lines changed

scala-bootstrapper.gemspec

Lines changed: 39 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,66 @@
11
# Generated by jeweler
22
# 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
44
# -*- encoding: utf-8 -*-
55

66
Gem::Specification.new do |s|
77
s.name = %q{scala-bootstrapper}
8-
s.version = "0.7.2"
8+
s.version = "0.8.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Kyle Maxwell"]
12-
s.date = %q{2011-03-20}
12+
s.date = %q{2011-03-29}
1313
s.description = %q{Twitter scala project init}
1414
s.email = %q{kmaxwell@twitter.com}
15-
s.executables = ["sbt", "scala-bootstrapper"]
15+
s.executables = ["HACKING", "sbt", "scala-bootstrapper"]
1616
s.extra_rdoc_files = [
1717
"LICENSE",
18-
"README.rdoc"
18+
"README.rdoc"
1919
]
2020
s.files = [
2121
".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"
4952
]
5053
s.homepage = %q{http://github.com/fizx/scala-bootstrapper}
54+
s.rdoc_options = ["--charset=UTF-8"]
5155
s.require_paths = ["lib"]
52-
s.rubygems_version = %q{1.5.0}
56+
s.rubygems_version = %q{1.3.6}
5357
s.summary = %q{Twitter scala project init}
5458

5559
if s.respond_to? :specification_version then
60+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
5661
s.specification_version = 3
5762

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
5964
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
6065
else
6166
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])

0 commit comments

Comments
 (0)