5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{scala-bootstrapper}
8
- s . version = "0.4 .0"
8
+ s . version = "0.5 .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-01 }
12
+ s . date = %q{2011-03-02 }
13
13
s . description = %q{Twitter scala project init}
14
14
s . email = %q{kmaxwell@twitter.com}
15
15
s . executables = [ "sbt" , "scala-bootstrapper" ]
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
27
27
"bin/sbt" ,
28
28
"bin/scala-bootstrapper" ,
29
29
"lib/template/.gitignore" ,
30
+ "lib/template/Capfile" ,
30
31
"lib/template/Gemfile" ,
31
32
"lib/template/bin/console.erb" ,
32
33
"lib/template/config/development.scala.erb" ,
@@ -36,9 +37,9 @@ Gem::Specification.new do |s|
36
37
"lib/template/project/build.properties" ,
37
38
"lib/template/project/build/BirdNameProject.scala.erb" ,
38
39
"lib/template/project/plugins/Plugins.scala.erb" ,
39
- "lib/template/src/main/scala/com/twitter/birdname/BirdNameServiceConfig.scala.erb" ,
40
40
"lib/template/src/main/scala/com/twitter/birdname/BirdNameServiceImpl.scala.erb" ,
41
41
"lib/template/src/main/scala/com/twitter/birdname/Main.scala.erb" ,
42
+ "lib/template/src/main/scala/com/twitter/birdname/config/BirdNameServiceConfig.scala.erb" ,
42
43
"lib/template/src/main/thrift/birdname.thrift.erb" ,
43
44
"lib/template/src/test/scala/com/twitter/birdname/AbstractSpec.scala.erb" ,
44
45
"lib/template/src/test/scala/com/twitter/birdname/BirdNameServiceSpec.scala.erb" ,
0 commit comments