nextcloud-client 0.0.1 → 0.1.0
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 +9 -0
- data/lib/nextcloud-client/version/nextcloud-client.rb +1 -1
- data/nextcloud-client.gemspec +6 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe47120c034e018dd3cb8bfc84c151c4fa280aba6d6d224cf1c9b0918419424d
|
4
|
+
data.tar.gz: eaa6eee9e1389b5a688ec6cbfdd3ddd9c5350e84b52df21cd829c63ad97ca3bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2574b50be105635e66cb41e928a73c84e9e4ada1a78fb0cc16a97e4114567cf5f4b4a906fd154a40ad37c6eed90b34d059ce9e70946969bd5d99dc96cc642f5
|
7
|
+
data.tar.gz: b7ff69aae9603b5f6ecef80b4f36d76fa86d43cb579e7eec5a203f0c9fc7695e311d03c438470256947a7e2236eae80eab12ca8d379a5d2f1f5e6d4aa836fa13
|
data/CHANGELOG.md
ADDED
data/nextcloud-client.gemspec
CHANGED
@@ -14,6 +14,12 @@ Gem::Specification.new do |spec|
|
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.required_ruby_version = ">= 3.3.5"
|
17
|
+
spec.post_install_message = <<~MESSAGE
|
18
|
+
Ciao, thanks for installing `nextcloud_client`!
|
19
|
+
|
20
|
+
If you like it, don’t forget to leave a ⭐ on the repo or send a PR — contributions are welcome!
|
21
|
+
MESSAGE
|
22
|
+
|
17
23
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
18
24
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
19
25
|
if spec.respond_to?(:metadata)
|
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.1.0
|
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
|
@@ -196,7 +197,10 @@ licenses:
|
|
196
197
|
metadata:
|
197
198
|
allowed_push_host: https://rubygems.org
|
198
199
|
yard.run: yri
|
199
|
-
post_install_message:
|
200
|
+
post_install_message: |
|
201
|
+
Ciao, thanks for installing `nextcloud_client`!
|
202
|
+
|
203
|
+
If you like it, don’t forget to leave a ⭐ on the repo or send a PR — contributions are welcome!
|
200
204
|
rdoc_options: []
|
201
205
|
require_paths:
|
202
206
|
- lib
|