ruby-miradore 4.0.2 → 4.0.3

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
  SHA256:
3
- metadata.gz: a15eca374a71f932509e41cb1395d3ba738d36fec8ae11d27c043a684231d953
4
- data.tar.gz: 9aae4abc528234510bedd46088bcbcb73bf31e57eb051b06003b42a6834fd4e4
3
+ metadata.gz: 2e2ddc5b671777f92cf2dae606c3788cc82cd8c59bcb2d9aa266ef911998cc73
4
+ data.tar.gz: 743d7cf0f220861b171b509799ae4f3a527270ebd2e407fe645d0848d3da787d
5
5
  SHA512:
6
- metadata.gz: 6eeb0ca72ab4afb18fdb0341f249e71bc7e6ab8292b4d809c7eebe5dd1f099a8e0cb5397cd10cb2e4194f4d5ab1c72cbee8c28b9bfd74adee31c0d1c692b98a0
7
- data.tar.gz: a2eee0e065a23676fab1614760a4c036bd43cf2b7109e295adbcc333d6609e940dcfa57dd25502bf60a107fe227248afb647e1abbc6ac69399d9fbb29b2107b0
6
+ metadata.gz: 9f965ae1fdcbb916aa3a15ff8972861465a9a21955c5197ae9ddb436486086137fad7e6b88df4ca64dcf87bf9ae46f6ab5fac6155536c60dbeeb41f89cbe6130
7
+ data.tar.gz: 5857a443b1466e8ab8326f6081ca1de388458c54bec1834e9a8489aab79513a3c7cf2cf443714e8c498567d4dada10f8d2da6d61a7b071756f116ebd6eb0897f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby-miradore (4.0.2)
4
+ ruby-miradore (4.0.3)
5
5
  activesupport (~> 7.0)
6
6
  builder (~> 3.1)
7
7
  crack (~> 0.4)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ruby
4
4
  module Miradore
5
- VERSION = "4.0.2"
5
+ VERSION = "4.0.3"
6
6
  end
7
7
  end
data/lib/ruby/miradore.rb CHANGED
@@ -13,7 +13,7 @@ module Ruby
13
13
 
14
14
  def self.url
15
15
  {
16
- item_v1: 'https://%<subdomain>s.online.miradore.com/API/%<item>s/%<id>s?auth=%<auth>s&select=*,%<attribute>s&filters=%<filter>s&options=%<options>s',
16
+ item_v1: 'https://%<subdomain>s.online.miradore.com/API/%<item>s/%<id>s?auth=%<auth>s&select=*,%<attribute>s&filters=%<filter>s',
17
17
  request_v1: 'https://%<subdomain>s.online.miradore.com/API/Device?auth=%<auth>s&select=*,Category.*,InvDevice.*,InvStorage.*,InvOS.*,Enrollment.*,Client.*,User.*,Location.*,Security.*,ReportedLocation.*&filters=%<filter>s&options=%<options>s',
18
18
  v2: 'https://%<subdomain>s.online.miradore.com/API/v2/Device/%<id>s/%<method>s'
19
19
  }
@@ -73,7 +73,7 @@ module Ruby
73
73
  item: self.class.to_s.split('::').last,
74
74
  attribute: args.fetch(:attribute, '*'),
75
75
  filter: args.fetch(:filter, nil),
76
- options: args.fetch(:options, 'rows=500')
76
+ options: args.fetch(:options, nil)
77
77
  )
78
78
  self.class.method(args.fetch(:method, :get)).call(url, body: args.fetch(:body, nil)&.to_xml(root: 'Content', skip_types: true))
79
79
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-miradore
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduard Garcia Castelló