nextcloud-client 0.0.1 → 0.0.2
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 +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/nextcloud-client/version/nextcloud-client.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d641f6b0e73ebd5a2f1a4084e477e4a6bc1942715465db37f57da0421f238d3
|
4
|
+
data.tar.gz: e724cf84b5937e5502a5eeee02f002e4e54aecd072b8a30dcc20d8098287f34d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f97c5284dd77d250ee653a8fb5c5f4f1bc891f50769b66c07829d0fd50b3cd3e8d4a1aa3e0bd8851d2d12a0518f8c6ea4ab8bc22dcc0f579fb72d5acbe00dc2e
|
7
|
+
data.tar.gz: e290c1f5b034b227ffb1bf90009d587a57d8ae4562ae375617cf23e4047ae8b7e6d4f534bdb20a5689a0c697712b2856b5176501a4ed196b49a37ae7833c6118
|
data/CHANGELOG.md
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nextcloud-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Idrissa Bara
|
@@ -164,6 +164,7 @@ files:
|
|
164
164
|
- ".rubocop.yml"
|
165
165
|
- ".ruby-version"
|
166
166
|
- ".travis.yml"
|
167
|
+
- CHANGELOG.md
|
167
168
|
- CODE_OF_CONDUCT.md
|
168
169
|
- Gemfile
|
169
170
|
- Gemfile.lock
|