iron_worker_ng 0.6.6 → 0.6.7
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.
- data/VERSION +1 -1
- data/lib/iron_worker_ng/api_client.rb +3 -2
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.7
|
@@ -9,11 +9,12 @@ module IronWorkerNG
|
|
9
9
|
def initialize(options = {})
|
10
10
|
super('worker', options)
|
11
11
|
|
12
|
-
load_from_hash(
|
12
|
+
load_from_hash('defaults', {
|
13
|
+
:scheme => 'https',
|
13
14
|
:host => IronWorkerNG::APIClient::AWS_US_EAST_HOST,
|
14
15
|
:port => 443,
|
15
16
|
:api_version => 2,
|
16
|
-
:user_agent => IronWorkerNG.full_version)
|
17
|
+
:user_agent => IronWorkerNG.full_version})
|
17
18
|
|
18
19
|
if (not @token) || (not @project_id)
|
19
20
|
IronCore::Logger.error 'IronWorkerNG', 'Both token and project_id must be specified'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iron_worker_ng
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-06-
|
13
|
+
date: 2012-06-25 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: iron_core
|
@@ -144,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
144
144
|
version: '0'
|
145
145
|
segments:
|
146
146
|
- 0
|
147
|
-
hash: -
|
147
|
+
hash: -584377039
|
148
148
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
149
149
|
none: false
|
150
150
|
requirements:
|