scala-bootstrapper 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,21 @@
1
+ ## MAC OS
2
+ .DS_Store
3
+
4
+ ## TEXTMATE
5
+ *.tmproj
6
+ tmtags
7
+
8
+ ## EMACS
9
+ *~
10
+ \#*
11
+ .\#*
12
+
13
+ ## VIM
14
+ *.swp
15
+
16
+ ## PROJECT::GENERAL
17
+ coverage
18
+ rdoc
19
+ pkg
20
+
21
+ ## PROJECT::SPECIFIC
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -2,5 +2,5 @@ import sbt._
2
2
 
3
3
  class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
4
4
  val twitterMaven = "twitter.com" at "http://maven.twttr.com/"
5
- val defaultProject = "com.twitter" % "standard-project" % "0.10.2-scala"
5
+ val defaultProject = "com.twitter" % "standard-project" % "0.10.3-scala"
6
6
  }
@@ -1,57 +1,60 @@
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.2.0"
8
+ s.version = "0.2.1"
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-02-25}
12
+ s.date = %q{2011-02-28}
13
13
  s.description = %q{Twitter scala project init}
14
14
  s.email = %q{kmaxwell@twitter.com}
15
15
  s.executables = ["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/bin/console.erb",
30
- "lib/template/config/development.scala.erb",
31
- "lib/template/config/production.scala.erb",
32
- "lib/template/config/staging.scala.erb",
33
- "lib/template/config/test.scala.erb",
34
- "lib/template/project/build.properties",
35
- "lib/template/project/build/BirdNameProject.scala.erb",
36
- "lib/template/project/plugins/Plugins.scala.erb",
37
- "lib/template/src/main/scala/com/twitter/birdname/BirdNameServiceConfig.scala.erb",
38
- "lib/template/src/main/scala/com/twitter/birdname/BirdNameServiceImpl.scala.erb",
39
- "lib/template/src/main/scala/com/twitter/birdname/Main.scala.erb",
40
- "lib/template/src/main/thrift/birdname.thrift.erb",
41
- "lib/template/src/test/scala/com/twitter/birdname/BirdNameServiceSpec.scala",
42
- "scala-bootstrapper.gemspec",
43
- "vendor/sbt-launch-0.7.4.jar",
44
- "vendor/trollop.rb"
22
+ ".gitignore",
23
+ "LICENSE",
24
+ "README.rdoc",
25
+ "Rakefile",
26
+ "VERSION",
27
+ "bin/sbt",
28
+ "bin/scala-bootstrapper",
29
+ "lib/template/.gitignore",
30
+ "lib/template/bin/console.erb",
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/src/main/scala/com/twitter/birdname/BirdNameServiceConfig.scala.erb",
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/thrift/birdname.thrift.erb",
42
+ "lib/template/src/test/scala/com/twitter/birdname/BirdNameServiceSpec.scala",
43
+ "scala-bootstrapper.gemspec",
44
+ "vendor/sbt-launch-0.7.4.jar",
45
+ "vendor/trollop.rb"
45
46
  ]
46
47
  s.homepage = %q{http://github.com/fizx/scala-bootstrapper}
48
+ s.rdoc_options = ["--charset=UTF-8"]
47
49
  s.require_paths = ["lib"]
48
- s.rubygems_version = %q{1.5.0}
50
+ s.rubygems_version = %q{1.3.6}
49
51
  s.summary = %q{Twitter scala project init}
50
52
 
51
53
  if s.respond_to? :specification_version then
54
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
52
55
  s.specification_version = 3
53
56
 
54
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
57
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
55
58
  s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
56
59
  else
57
60
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scala-bootstrapper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease:
4
+ prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 2
9
- - 0
10
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
11
10
  platform: ruby
12
11
  authors:
13
12
  - Kyle Maxwell
@@ -15,18 +14,16 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2011-02-25 00:00:00 -08:00
17
+ date: 2011-02-28 00:00:00 -08:00
19
18
  default_executable:
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: thoughtbot-shoulda
23
22
  prerelease: false
24
23
  requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
24
  requirements:
27
25
  - - ">="
28
26
  - !ruby/object:Gem::Version
29
- hash: 3
30
27
  segments:
31
28
  - 0
32
29
  version: "0"
@@ -44,6 +41,7 @@ extra_rdoc_files:
44
41
  - README.rdoc
45
42
  files:
46
43
  - .document
44
+ - .gitignore
47
45
  - LICENSE
48
46
  - README.rdoc
49
47
  - Rakefile
@@ -72,32 +70,28 @@ homepage: http://github.com/fizx/scala-bootstrapper
72
70
  licenses: []
73
71
 
74
72
  post_install_message:
75
- rdoc_options: []
76
-
73
+ rdoc_options:
74
+ - --charset=UTF-8
77
75
  require_paths:
78
76
  - lib
79
77
  required_ruby_version: !ruby/object:Gem::Requirement
80
- none: false
81
78
  requirements:
82
79
  - - ">="
83
80
  - !ruby/object:Gem::Version
84
- hash: 3
85
81
  segments:
86
82
  - 0
87
83
  version: "0"
88
84
  required_rubygems_version: !ruby/object:Gem::Requirement
89
- none: false
90
85
  requirements:
91
86
  - - ">="
92
87
  - !ruby/object:Gem::Version
93
- hash: 3
94
88
  segments:
95
89
  - 0
96
90
  version: "0"
97
91
  requirements: []
98
92
 
99
93
  rubyforge_project:
100
- rubygems_version: 1.5.0
94
+ rubygems_version: 1.3.6
101
95
  signing_key:
102
96
  specification_version: 3
103
97
  summary: Twitter scala project init