domoscio_admin 0.3.3 → 0.3.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
  SHA256:
3
- metadata.gz: 9b05bb26fa031c8583ae9251bde136530c0d17f4da1263ab37d0fe40838fb6c0
4
- data.tar.gz: ba80e651fb29852d63120262a8677970314ae6461da2bb9b0bd6b9a1bedda7ca
3
+ metadata.gz: 5214e024b43a24c60d9809df58679f069fddb06eefc4c77854f65b71a1a396e9
4
+ data.tar.gz: 6d94481bf938506dbb0ecfc101923b915c66f38b3de172be0d3eeca5729f14b9
5
5
  SHA512:
6
- metadata.gz: ebeae80ae1e4d863a3ca56e69d21255140ef43f4f0d0dc6dc93ff9145911e8def43a85852a5b541497c794329b9f2d77dc3b1cdf70fae5692163f4b1873a5098
7
- data.tar.gz: 2bd5e27b58558110177d1e50a232189237b148bdccdbb2ce23bedc7040c643be8fad85992c67f73e612c7c373582b028b624d8d24c4a19ebf5d7f1e981799869
6
+ metadata.gz: 4a59bc2a5132a3dc3b797c388738aa47172a3185bae38d4b1e2d886f69e2b9e53b656d41a10089d769dad94462d4b1808cfd92b8c2acbe93ff15d60838574eda
7
+ data.tar.gz: 5460680c16b4b5825e80f577ad811fff669456e2db9359b39b71ccdf9a7a5c517f7fdc16032b41078d64fe94333a306a8d486d72a8aff41252dc944b81b33d83
@@ -5,7 +5,7 @@ module DomoscioAdmin
5
5
  raise NotImplementedError, 'Resource is an abstract class. Do not use it directly.' if self == Resource
6
6
 
7
7
  build_url = "/instances/#{DomoscioAdmin.configuration.client_id}/#{underscore(class_name)}s"
8
- build_url << "/#{CGI.escape(id.to_s)}" if id
8
+ build_url << "/#{CGI.escape(id.to_s.replace('.', '%2E'))}" if id
9
9
  build_url
10
10
  end
11
11
 
@@ -7,7 +7,7 @@ module DomoscioAdmin
7
7
  end
8
8
 
9
9
  build_url = "/users"
10
- build_url << "/#{CGI.escape(id.to_s)}" if id
10
+ build_url << "/#{CGI.escape(id.to_s.replace('.', '%2E'))}" if id
11
11
  return build_url
12
12
  end
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module DomoscioAdmin
2
- VERSION = '0.3.3'.freeze
2
+ VERSION = '0.3.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domoscio_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pascal Lim
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2022-02-15 00:00:00.000000000 Z
@@ -66,7 +66,7 @@ homepage: https://www.domoscio.com
66
66
  licenses:
67
67
  - MIT
68
68
  metadata: {}
69
- post_install_message:
69
+ post_install_message:
70
70
  rdoc_options: []
71
71
  require_paths:
72
72
  - lib
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubygems_version: 3.2.22
85
- signing_key:
85
+ signing_key:
86
86
  specification_version: 4
87
87
  summary: Summary of DomoscioAdmin.
88
88
  test_files: