atlas_rb 0.0.56 → 0.0.57

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d09fc403b8281ec42ebad4f21674e70673810f6e81cf55f918ff1693143c729
4
- data.tar.gz: 1e8d34c7168dfca1d9c809f43a462cd5d000f82efc0b66a2df6ba4d4f345e78b
3
+ metadata.gz: 0d58db2984562d7e7c12919bd230c46248d08178000118b0b3623ae3e6bc9404
4
+ data.tar.gz: 425bc76bdb8e936c44c74d9b99b38a8aa38a489bdf4d255ec330b0cc015b2eac
5
5
  SHA512:
6
- metadata.gz: '08da4ce03037241ff606caeb91d57fabedccda34fd639b787c08efde40119ce8650a8d1d9c4b3d961e2485d585f14616725b7b3e22897e1bbf40049906778088'
7
- data.tar.gz: 80412e19adeb9309bf7f6c9946a10cef0557a9207b57d1d4d7da14c4a972c24f5e8ab89bf7d87e29fb4bb302f7e11713355530ed1c794a078bfa1b382f86289f
6
+ metadata.gz: b4dce99ccb653a74fa20ffab11f8e19e194377d0c1781aeaba07f0b0da4d07069f6a9bc3af22048520e9102a86ad50e89ae69b2ec102727a680704e5bf455025
7
+ data.tar.gz: 6b0226e2bdc3ac260cc86152fb3d7ff8211de70b9ce41bad9f51fd4c831fac4fb79cba1894ff43e9a63a837f6bf5af2fc88d079e1c09af13e7891f9c6b16376f
data/.version CHANGED
@@ -1 +1 @@
1
- 0.0.56
1
+ 0.0.57
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- atlas_rb (0.0.56)
4
+ atlas_rb (0.0.57)
5
5
  faraday (~> 2.7)
6
6
  faraday-follow_redirects (~> 0.3.0)
7
7
  faraday-multipart (~> 1)
@@ -10,7 +10,7 @@ module AtlasRb
10
10
 
11
11
  def self.create(id, xml_path = nil)
12
12
  result = JSON.parse(connection({ parent_id: id }).post(ROUTE)&.body)["collection"]
13
- return unless xml_path.present?
13
+ return result unless xml_path.present?
14
14
 
15
15
  update(result["id"], xml_path)
16
16
  find(result["id"])
data/lib/atlas_rb/work.rb CHANGED
@@ -10,7 +10,7 @@ module AtlasRb
10
10
 
11
11
  def self.create(id, xml_path = nil)
12
12
  result = JSON.parse(connection({ collection_id: id }).post(ROUTE)&.body)["work"]
13
- return unless xml_path.present?
13
+ return result unless xml_path.present?
14
14
 
15
15
  update(result["id"], xml_path)
16
16
  find(result["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.56
4
+ version: 0.0.57
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cliff