moxiworks_platform 0.13.13 → 0.13.14
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 +5 -5
- data/Gemfile +2 -0
- data/lib/moxiworks_platform/agent.rb +2 -2
- data/lib/moxiworks_platform/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 52e8d7518a778ca1754d9fe8a157a5eccd3b8274dd6705ad06a735b379d3d884
|
|
4
|
+
data.tar.gz: 72ab9536ff220687adbd909bf4b087e36414f5ccc8773884b2b3e41a0e60d564
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98743c74f4a7ee68202e8d529047cd11cf9ad14db24dc2b18db6bee64c58bddfb8b92f49047e2e13cad80ac0364127b04b22e8caf830bda85a9bdcb33070d5b0
|
|
7
|
+
data.tar.gz: 3ccf4b9979bde8316bfd3299847fe16406832bf03d019a2fbcb864b881b7109b540a7489924cae9a8c424757829216ae27c30f08c9b79dcd4cc4a98fa56ed8d0
|
data/Gemfile
CHANGED
|
@@ -313,7 +313,7 @@ module MoxiworksPlatform
|
|
|
313
313
|
# Search For Agents in Moxi Works Platform
|
|
314
314
|
# @param [Hash] opts named parameter Hash
|
|
315
315
|
# @option opts [String] :moxi_works_company_id *REQUIRED* The Moxi Works Company ID For the search (use Company.search to determine available moxi_works_company_id)
|
|
316
|
-
# @option opts [Integer] :updated_since
|
|
316
|
+
# @option opts [Integer] :updated_since Unix timestamp; Only Agents updated after this date will be returned
|
|
317
317
|
#
|
|
318
318
|
#
|
|
319
319
|
# optional Search parameters
|
|
@@ -340,7 +340,7 @@ module MoxiworksPlatform
|
|
|
340
340
|
#
|
|
341
341
|
def self.search(opts={})
|
|
342
342
|
url ||= "#{MoxiworksPlatform::Config.url}/api/agents"
|
|
343
|
-
required_opts = [:moxi_works_company_id
|
|
343
|
+
required_opts = [:moxi_works_company_id]
|
|
344
344
|
required_opts.each do |opt|
|
|
345
345
|
raise ::MoxiworksPlatform::Exception::ArgumentError, "#{opt} required" if
|
|
346
346
|
opts[opt].nil? or opts[opt].to_s.empty?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moxiworks_platform
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tres Wong-Godfrey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
155
155
|
version: '0'
|
|
156
156
|
requirements: []
|
|
157
157
|
rubyforge_project:
|
|
158
|
-
rubygems_version: 2.
|
|
158
|
+
rubygems_version: 2.7.7
|
|
159
159
|
signing_key:
|
|
160
160
|
specification_version: 4
|
|
161
161
|
summary: Ruby Moxi Works Platform Client
|