scala-bootstrapper 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -13,7 +13,7 @@ class BirdNameProject(info: ProjectInfo) extends StandardProject(info)
13
13
 
14
14
  val scalaTools = "org.scala-lang" % "scala-compiler" % "2.8.1"
15
15
 
16
- val util = "com.twitter" % "util" % "1.6.10"
16
+ val util = "com.twitter" % "util" % "1.6.9"
17
17
 
18
18
  val finagleC = "com.twitter" % "finagle-core" % "1.1.23"
19
19
  val finagleT = "com.twitter" % "finagle-thrift" % "1.1.23"
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{scala-bootstrapper}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
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"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kyle Maxwell