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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 30853ab3a9f3d499df0bcce372cbeaf02a7e9e8f
4
- data.tar.gz: 4c311b207e1d204f17473d9ae185721676d3a4fd
2
+ SHA256:
3
+ metadata.gz: 52e8d7518a778ca1754d9fe8a157a5eccd3b8274dd6705ad06a735b379d3d884
4
+ data.tar.gz: 72ab9536ff220687adbd909bf4b087e36414f5ccc8773884b2b3e41a0e60d564
5
5
  SHA512:
6
- metadata.gz: 156c7440875f5408eef70b21cd9918e935f6edb6972da92c033decd0e471e8117cb1621fe456dac07358d18a0592b0e9a2e01d5c6740a25c6b8160073b27753b
7
- data.tar.gz: 3770eae8e5d2bf537f34ee1a935273f52695bca7a0e69cfe80ac896ba660ada50047d7fa43bf13545eab310558656e760b68f2f107de188c322042437f1fbd54
6
+ metadata.gz: 98743c74f4a7ee68202e8d529047cd11cf9ad14db24dc2b18db6bee64c58bddfb8b92f49047e2e13cad80ac0364127b04b22e8caf830bda85a9bdcb33070d5b0
7
+ data.tar.gz: 3ccf4b9979bde8316bfd3299847fe16406832bf03d019a2fbcb864b881b7109b540a7489924cae9a8c424757829216ae27c30f08c9b79dcd4cc4a98fa56ed8d0
data/Gemfile CHANGED
@@ -3,6 +3,8 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in moxiworks_platform.gemspec
4
4
  gemspec
5
5
 
6
+ #gem 'moxiworks_platform'
7
+
6
8
  group :test do
7
9
  gem 'vcr', '~> 2.9.3'
8
10
  gem 'webmock'
@@ -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 *REQUIRED* Unix timestamp; Only Agents updated after this date will be returned
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, :updated_since]
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?
@@ -1,3 +1,3 @@
1
1
  module MoxiworksPlatform
2
- VERSION = '0.13.13'
2
+ VERSION = '0.13.14'
3
3
  end
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.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-08-03 00:00:00.000000000 Z
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.6.13
158
+ rubygems_version: 2.7.7
159
159
  signing_key:
160
160
  specification_version: 4
161
161
  summary: Ruby Moxi Works Platform Client