gopad 3.4.0 → 3.5.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: b8cfa8c5849c2d1296b6caf460c7ab01cc0890d4ebbc6991452ab508d4ae2598
4
- data.tar.gz: 31791db60c61e60a9c75186a99266a37a199cff2676cfbe877e49a6cdf50e1d3
3
+ metadata.gz: dd9ddd10852bcf1b05ba4df39bd42629b584a0533846e1b6aac386e68a2005ce
4
+ data.tar.gz: 468a819718b9779eb7266d5c1fd1b28d38ed57da3296adc2d1370215b5217c55
5
5
  SHA512:
6
- metadata.gz: d99793d85b358abbc00b6ce932e93f89cee9c0650fd20de5e3a9ae0c5acb1ecef166a57b97553fd6c01641664e5cdbfa7955e650c9781b79f09059672ae6947e
7
- data.tar.gz: 0d104b6e9e396e425df7f11677587197f9ea755e6ad82189a4dbd9aaabe201baa1745427720a2d639ac53c518359038fad22f4ab25c67c3b1502a0b50c2b49e4
6
+ metadata.gz: 9d1b95adf29082de22fea8bc5a7e988fce9162ebbcf9439e417eae1f319c1003f7fba2fdcd23c9bf611a56058d9f6b7a478691e6c042b5c482a21386375b2076
7
+ data.tar.gz: 454da19b5c7c7972e00b62a28a8a910cece7e3ca277cca6e2ced227b7a47efcd7f9773d163f2b8b870985400430d6b8f26b0468d6b45d415d97a99dae05a641a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.5.0](https://github.com/gopad/gopad-ruby/compare/v3.4.1...v3.5.0) (2026-04-20)
4
+
5
+ ### Dependencies
6
+
7
+ * **minor:** update dependency rake to '~> 13.4.0' ([#197](https://github.com/gopad/gopad-ruby/issues/197)) ([128629d](https://github.com/gopad/gopad-ruby/commit/128629d4530ebc6e1e00d203b77ddde41020ff4d))
8
+ * **patch:** update dependency rake to v13.4.2 ([#198](https://github.com/gopad/gopad-ruby/issues/198)) ([e6fc6de](https://github.com/gopad/gopad-ruby/commit/e6fc6de0d757e219204059f7ef868814bc47e427))
9
+
10
+ ### Miscellaneous
11
+
12
+ * **flake:** updated lockfile [skip ci] ([f771354](https://github.com/gopad/gopad-ruby/commit/f771354b604064a3a88acb2a81a4b35ae7dbf1e6))
13
+ * **locks:** lock file maintenance ([#199](https://github.com/gopad/gopad-ruby/issues/199)) ([954a373](https://github.com/gopad/gopad-ruby/commit/954a3733e3bcda857c543dbfe895bb4a6320cde6))
14
+
15
+ ## [3.4.1](https://github.com/gopad/gopad-ruby/compare/v3.4.0...v3.4.1) (2026-04-13)
16
+
17
+ ### Dependencies
18
+
19
+ * **patch:** update dependency rubocop to v1.86.1 ([#195](https://github.com/gopad/gopad-ruby/issues/195)) ([34e122b](https://github.com/gopad/gopad-ruby/commit/34e122ba78f7b3ec816932730078610209e38059))
20
+
21
+ ### Miscellaneous
22
+
23
+ * **flake:** updated lockfile [skip ci] ([68d8e14](https://github.com/gopad/gopad-ruby/commit/68d8e14004d7bd7929ec31b6831ef36a596b709c))
24
+ * **flake:** updated lockfile [skip ci] ([462381f](https://github.com/gopad/gopad-ruby/commit/462381ffc45e3cee1dab992afcac37d81b34afc2))
25
+ * **locks:** lock file maintenance ([#193](https://github.com/gopad/gopad-ruby/issues/193)) ([243c082](https://github.com/gopad/gopad-ruby/commit/243c082e072965a48af03446b4e21f82635a70b3))
26
+ * **locks:** lock file maintenance ([#196](https://github.com/gopad/gopad-ruby/issues/196)) ([8bd18cf](https://github.com/gopad/gopad-ruby/commit/8bd18cf45c7f581f15e93bbe8004195ad66dbc75))
27
+
3
28
  ## [3.4.0](https://github.com/gopad/gopad-ruby/compare/v3.3.2...v3.4.0) (2026-03-30)
4
29
 
5
30
  ### Dependencies
data/README.md CHANGED
@@ -6,7 +6,7 @@ This repository provides a client SDK for Ruby. This SDK is automatically
6
6
  generated by the [OpenAPI Generator][generator] project:
7
7
 
8
8
  - API version: 1.0.0-alpha1
9
- - Package version: 3.4.0
9
+ - Package version: 3.5.0
10
10
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
11
11
 
12
12
  For more information, please visit [https://gopad.eu](https://gopad.eu)
@@ -21,7 +21,7 @@ the built gem:
21
21
 
22
22
  ```console
23
23
  gem build gopad.gemspec
24
- gem install ./gopad-3.4.0.gem
24
+ gem install ./gopad-3.5.0.gem
25
25
  ```
26
26
 
27
27
  ### Install from Rubygems
@@ -30,7 +30,7 @@ If you want to use a a properly released version hosted Rubygems you just need
30
30
  to add the following line to your Gemfile:
31
31
 
32
32
  ```ruby
33
- gem 'gopad', '~> 3.4.0'
33
+ gem 'gopad', '~> 3.5.0'
34
34
  ```
35
35
 
36
36
  ### Install from Git
data/lib/gopad/version.rb CHANGED
@@ -8,5 +8,5 @@
8
8
  # Generator version: 7.17.0
9
9
 
10
10
  module Gopad
11
- VERSION = '3.4.0'.freeze
11
+ VERSION = '3.5.0'.freeze
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gopad
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.0
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger