another_brick 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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']
@@ -1,3 +1,3 @@
1
1
  module AnotherBrick
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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: 3730404254122566144
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: 3730404254122566144
140
+ hash: -4056119797303108836
141
141
  requirements: []
142
142
  rubyforge_project:
143
143
  rubygems_version: 1.8.23