another_brick 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/another_brick/configuration.rb +2 -2
- data/lib/another_brick/version.rb +1 -1
- metadata +3 -3
@@ -8,8 +8,8 @@ module AnotherBrick
|
|
8
8
|
self.package_name = options[:name]
|
9
9
|
self.deploy_server = options[:server]
|
10
10
|
self.deploy_user = options[:user]
|
11
|
-
self.max_tries = options[:max_tries]
|
12
|
-
self.bricklayer_tries = options[:bricklayer_tries]
|
11
|
+
self.max_tries = options[:max_tries].to_i
|
12
|
+
self.bricklayer_tries = options[:bricklayer_tries].to_i
|
13
13
|
self.tag = options[:tag]
|
14
14
|
@verbose = options[:verbose]
|
15
15
|
RestClient.proxy = ENV['http_proxy']
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: another_brick
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -128,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
128
128
|
version: '0'
|
129
129
|
segments:
|
130
130
|
- 0
|
131
|
-
hash:
|
131
|
+
hash: -4056119797303108836
|
132
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
133
133
|
none: false
|
134
134
|
requirements:
|
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
137
|
version: '0'
|
138
138
|
segments:
|
139
139
|
- 0
|
140
|
-
hash:
|
140
|
+
hash: -4056119797303108836
|
141
141
|
requirements: []
|
142
142
|
rubyforge_project:
|
143
143
|
rubygems_version: 1.8.23
|