nextcloud-client 0.1.0 → 0.1.1

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: fe47120c034e018dd3cb8bfc84c151c4fa280aba6d6d224cf1c9b0918419424d
4
- data.tar.gz: eaa6eee9e1389b5a688ec6cbfdd3ddd9c5350e84b52df21cd829c63ad97ca3bd
3
+ metadata.gz: 0ddd1b4567f5597baad07499ca3949d3f65ff7d1e3792ed56e7664cd43ad2e27
4
+ data.tar.gz: 3a8f543b80e5be2b4a53f7258e50978e226dde60398e24570dacc085a025a8bb
5
5
  SHA512:
6
- metadata.gz: d2574b50be105635e66cb41e928a73c84e9e4ada1a78fb0cc16a97e4114567cf5f4b4a906fd154a40ad37c6eed90b34d059ce9e70946969bd5d99dc96cc642f5
7
- data.tar.gz: b7ff69aae9603b5f6ecef80b4f36d76fa86d43cb579e7eec5a203f0c9fc7695e311d03c438470256947a7e2236eae80eab12ca8d379a5d2f1f5e6d4aa836fa13
6
+ metadata.gz: 1097e23f5d11a59f23b286ed4bf559084f0eca9f50adc8dca3b42b21ee89872f8fa99d8048f485ca51e20cfbde3f9b5e20b5293b219ad6580095498d7e5c606b
7
+ data.tar.gz: f9373fcfd8c107c1ee5efc3319dc41aa37479adb16182ac74036028ef945e0be0c233b60da4313d9e67d4c0254c4d49afecef2e8b9aec8a39e4ada0b61cc31ca
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
1
  ## [unrelease]
2
+
3
+ ## [0.1.1] - 2025-05-10
4
+ * CHANGELOG uri
5
+
2
6
  ## [0.1.0] - 2025-05-10
3
7
  * post install message
4
8
 
@@ -1,5 +1,5 @@
1
1
  module NextcloudClient
2
2
  module Version
3
- VERSION = "0.1.0".freeze
3
+ VERSION = "0.1.1".freeze
4
4
  end
5
5
  end
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.description = "Nextcloud OCS and WebDAV API endpoints wrapper in Ruby for user provisioning, file and directory
12
12
  management, sharing (including Federated Cloud Sharing), group and application operations."
13
13
  spec.homepage = "https://github.com/baraidrissa/nextcloud-client"
14
+ spec.metadata["changelog_uri"] = "https://github.com/baraidrissa/nextcloud-client/blob/main/CHANGELOG.md"
14
15
  spec.license = "MIT"
15
16
 
16
17
  spec.required_ruby_version = ">= 3.3.5"
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Idrissa Bara
@@ -195,6 +195,7 @@ homepage: https://github.com/baraidrissa/nextcloud-client
195
195
  licenses:
196
196
  - MIT
197
197
  metadata:
198
+ changelog_uri: https://github.com/baraidrissa/nextcloud-client/blob/main/CHANGELOG.md
198
199
  allowed_push_host: https://rubygems.org
199
200
  yard.run: yri
200
201
  post_install_message: |