atlas_rb 0.0.51 → 0.0.52

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: f78863fef4432801dba4cb1de1c2b967f762a6d9bbba10f2b3d91a2a920fa81b
4
- data.tar.gz: 6cb431659461f91c839db650f424ac11d528cd004ac2b6367d6f9c4bd0aed4d1
3
+ metadata.gz: ae8bf67d4dd9fe248752287c0e9e5c1f8fa4bf5ba2d58f1d14e548b8db58deb2
4
+ data.tar.gz: 6f13b61d2fed2849c684215b26d9d89415f89af36a482de358f84ba8daeaf998
5
5
  SHA512:
6
- metadata.gz: 4431eb55db66fedc0284694e98da88d3bd21a5dc1deb18232e7e0dc9ff492705b5081aba1d5dd35fcd7e67bc4bebbe6b8bb6a894f8a0b2502e93efc36968e86d
7
- data.tar.gz: 2185bad0936ea1d94cea570c06817408318a34697e100ec996dfda9d5ed2c540447c85c42f3062e3b22216e5a9c3c2f7400f0b80b3e2a0a4fa1cce4abe1a41d1
6
+ metadata.gz: bd8689e06a59fa123f4b6230a024ac72db29a4f6d6084f3bed6e8371d322af3bbda463f1614a56398280faf1966f479ff702ed0b8e1e896ac1bd8bfe1efef475
7
+ data.tar.gz: d2901be08a1327ff92afba81d64ce80d803b987ebca00b21d8c9bf8b53576d2121826c6b251c97f0ae7ce0f070fbfe35c4ae461ba3c6566b0222becc2859bf61
data/.version CHANGED
@@ -1 +1 @@
1
- 0.0.51
1
+ 0.0.52
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- atlas_rb (0.0.51)
4
+ atlas_rb (0.0.52)
5
5
  faraday (~> 2.7)
6
6
  faraday-follow_redirects (~> 0.3.0)
7
7
  faraday-multipart (~> 1)
@@ -10,8 +10,10 @@ module AtlasRb
10
10
 
11
11
  def self.create(id = nil, xml_path = nil)
12
12
  result = JSON.parse(connection({ parent_id: id }).post(ROUTE)&.body)["community"]
13
- update(result["id"], xml_path) if xml_path.present?
14
- result
13
+ return unless xml_path.present?
14
+
15
+ update(result["id"], xml_path)
16
+ find(result["id"])
15
17
  end
16
18
 
17
19
  def self.destroy(id)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.51
4
+ version: 0.0.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cliff