iron_worker_ng 1.0.3 → 1.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 926d0370ba51c657f97880fefff8dfa4e5cf534d
4
- data.tar.gz: 0a9bee202b4f8c257886a51132dc4b686f6957e9
3
+ metadata.gz: af78605c4ced3c34d7e9c42ceefa60379292896c
4
+ data.tar.gz: 977d560087ba2cedd1d1529a098f528a03ad5a61
5
5
  SHA512:
6
- metadata.gz: a7e81b46f66159b0e173f9b8800e912a6405ceb21d85bbda6cd81b87fc4bf7811d09d3219fd60848180251aa73a2f985cd48fa3cf1bf0165ec964795cd83373a
7
- data.tar.gz: 4b35454235b55836e553d14f3c72fe3740b0d0304bbfe7939d2446e878804e55387ca3876ecd72231d2eab7f10201b342f7c71ad3aa778156d7c749b4eab3c53
6
+ metadata.gz: 9e63f812209f2396fd9dd56aacf1fa6f44c4ba0e951f7ccb9b9b45a5420d42a32fab15baa4255efdd805c26d7b9fe67f2c73df25673a8e215108ee5af26a61ad
7
+ data.tar.gz: 2dc81dc7131823b9d450b7d8f33cf50ae2b30ae94d47f997303202ef3dd54466890ada56a30a5f89ecbddad5ebc821e3d329b343e0d3a85d307b6d26864455bf
@@ -359,7 +359,7 @@ EXEC_FILE
359
359
  def schedules_list(options = {})
360
360
  IronCore::Logger.debug 'IronWorkerNG', "Calling schedules.list with options='#{options.to_s}'"
361
361
 
362
- @api.schedules_list(options)['schedules'].map { |s| OpenStruct.new(s) }
362
+ @api.schedules_list(options)['schedules'].map { |s| OpenStruct.new(s.merge('_id' => s['id'])) }
363
363
  end
364
364
 
365
365
  def schedules_get(schedule_id)
@@ -1,5 +1,5 @@
1
1
  module IronWorkerNG
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
 
4
4
  def self.version
5
5
  VERSION
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: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kirilenko