atlas_rb 0.0.83 → 0.0.84

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: 0a7a8531fb28a840a529a888d8d5b789ea9ba69aed95fa59d5899f4aea42afd8
4
- data.tar.gz: 2f545fdddc0d22cdb3def311ed73abcb946524bffb0a3d55952e1cee9226eb10
3
+ metadata.gz: 384bfbcd0861d65ff5a9bb9d44df302376a31665d59f165b6d49776a26ba28c0
4
+ data.tar.gz: 21414835ade0b496f91043988a96ac3164c04379babdd774deb765be65e5a161
5
5
  SHA512:
6
- metadata.gz: 5fbc732c7f405ffe14c22169a38e8037eec302a4572f691ca41e2ebd8f5450aad5c33eab8d0b712dacf9295b62d364178ace4caa9af5d932c65f6f2ca04e9044
7
- data.tar.gz: 4454c5562263f3401d9cf10764594b7acaf8d978f6264d6738d8f9324abe8b1e9542ce009559c59e3ee31ac36e2fee4a32222912efd43c6fdc06c798d8105a0e
6
+ metadata.gz: 86708cd5c0c749a397c487825ce87373d86796fb054292d8451c29d6bc1cb25e98c73699649d5b3a2a10abbce147cb5e44631a130f6cb09316a8e5320d0911ec
7
+ data.tar.gz: 6ac912d375878903798cc0c2341cba387f5c1a7ff297081fdcc9ad5b5e168f2dab11b2d96105089acfc2e3d2c7e6fe5924836b5006e840e8058bb2d166ef785a
data/.version CHANGED
@@ -1 +1 @@
1
- 0.0.83
1
+ 0.0.84
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- atlas_rb (0.0.83)
4
+ atlas_rb (0.0.84)
5
5
  faraday (~> 2.7)
6
6
  faraday-follow_redirects (~> 0.3.0)
7
7
  faraday-multipart (~> 1)
@@ -4,7 +4,7 @@ module AtlasRb
4
4
  # A grouping of {Work}s within a {Community}.
5
5
  #
6
6
  # Collections are the leaf containers in the organizational tree — they hold
7
- # Works directly and cannot contain other Collections. Every Collection has
7
+ # Works directly. Every Collection has
8
8
  # exactly one parent Community.
9
9
  #
10
10
  # See also: {Community}, {Work}.
data/lib/atlas_rb.rb CHANGED
@@ -14,7 +14,7 @@ require_relative "atlas_rb/file_set"
14
14
  require_relative "atlas_rb/blob"
15
15
 
16
16
  # Ruby client for the Atlas API — Northeastern University's institutional
17
- # digital repository (the successor to Cerberus).
17
+ # digital repository.
18
18
  #
19
19
  # ## Configuration
20
20
  #
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.83
4
+ version: 0.0.84
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cliff