scala-bootstrapper 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
File without changes
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.0
1
+ 0.8.1
@@ -5,14 +5,14 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{scala-bootstrapper}
8
- s.version = "0.8.0"
8
+ s.version = "0.8.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
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 = ["HACKING", "sbt", "scala-bootstrapper"]
15
+ s.executables = ["sbt", "scala-bootstrapper"]
16
16
  s.extra_rdoc_files = [
17
17
  "LICENSE",
18
18
  "README.rdoc"
@@ -20,11 +20,11 @@ Gem::Specification.new do |s|
20
20
  s.files = [
21
21
  ".document",
22
22
  ".gitignore",
23
+ "HACKING",
23
24
  "LICENSE",
24
25
  "README.rdoc",
25
26
  "Rakefile",
26
27
  "VERSION",
27
- "bin/HACKING",
28
28
  "bin/sbt",
29
29
  "bin/scala-bootstrapper",
30
30
  "lib/template/.gitignore",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
- - 0
9
- version: 0.8.0
8
+ - 1
9
+ version: 0.8.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kyle Maxwell
@@ -32,7 +32,6 @@ dependencies:
32
32
  description: Twitter scala project init
33
33
  email: kmaxwell@twitter.com
34
34
  executables:
35
- - HACKING
36
35
  - sbt
37
36
  - scala-bootstrapper
38
37
  extensions: []
@@ -43,11 +42,11 @@ extra_rdoc_files:
43
42
  files:
44
43
  - .document
45
44
  - .gitignore
45
+ - HACKING
46
46
  - LICENSE
47
47
  - README.rdoc
48
48
  - Rakefile
49
49
  - VERSION
50
- - bin/HACKING
51
50
  - bin/sbt
52
51
  - bin/scala-bootstrapper
53
52
  - lib/template/.gitignore