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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d3e04eda3730ba3c53688f46dcee09e827b26b84bc011626ef5b74da500caf3
4
- data.tar.gz: cc1c1bd6f0f4b1313f594d42f6078f02f94d7832292c207f7b4d38ebf46ce7a6
3
+ metadata.gz: fe47120c034e018dd3cb8bfc84c151c4fa280aba6d6d224cf1c9b0918419424d
4
+ data.tar.gz: eaa6eee9e1389b5a688ec6cbfdd3ddd9c5350e84b52df21cd829c63ad97ca3bd
5
5
  SHA512:
6
- metadata.gz: 74310981d162ba54666c2d4e722e1c55205abd8519fe2319b15ac0dea546dcbef60ccb8c560546a18f0be497c97496bab6ef8865336277e4600cab46f90bda40
7
- data.tar.gz: 1d9995851ed9fbd417c5d2b3ebdb971433a2be36c0d312986f3a986c7926b5976c40b9e4c3a20a349ca434878455caa23510b380b41390fd9048ac058f772441
6
+ metadata.gz: d2574b50be105635e66cb41e928a73c84e9e4ada1a78fb0cc16a97e4114567cf5f4b4a906fd154a40ad37c6eed90b34d059ce9e70946969bd5d99dc96cc642f5
7
+ data.tar.gz: b7ff69aae9603b5f6ecef80b4f36d76fa86d43cb579e7eec5a203f0c9fc7695e311d03c438470256947a7e2236eae80eab12ca8d379a5d2f1f5e6d4aa836fa13
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ ## [unrelease]
2
+ ## [0.1.0] - 2025-05-10
3
+ * post install message
4
+
5
+ ## [0.0.2] - 2025-05-10
6
+ * Changelog file
7
+
8
+ ## [0.0.1] - 2025-06-10
9
+ * Initial release
@@ -1,5 +1,5 @@
1
1
  module NextcloudClient
2
2
  module Version
3
- VERSION = "0.0.1".freeze
3
+ VERSION = "0.1.0".freeze
4
4
  end
5
5
  end
@@ -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.1
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