gopad 1.14.0 → 1.15.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: 85969b0c241c338336f5e0d393cfa733a3037e90de944d9093513962c9b43bd3
4
- data.tar.gz: 56565b0c5a407b5f05a5f0e3e374367d7dab026f828115ced5450c6eb94f131d
3
+ metadata.gz: 719045d11f0649c4199fa4fb2d14acea4639666ec569452d2415501c217ac53c
4
+ data.tar.gz: a7aab908eccd366e85cb8a7c3e7aee7f781fc75a8229f5ed2d21ff6cf3decb09
5
5
  SHA512:
6
- metadata.gz: 49abd9c3d98350baf6de3c5fa1f9db51ed5d2e58c5f57a8dca9eebd1d6df14f3e40302ad5d5dcf9b90d1385ed57a52659c169136ea1e66af59715a294c54b5d4
7
- data.tar.gz: a3cbc5f0b02d46ea34548252ec6e459d96aea54c06ad5b0708fe229c30e506645f13ffda2ceb89590bc9be46f2c5ea9ca06a3e6cbbeaad4445fd833f850434fa
6
+ metadata.gz: 7cef7e784e5aeb8ed70d05e4f3c70d81578056eceeced7f39ab7c53b6b37d057909ff613c5ef1c89bdf59e2081dbc48e7cee70e5c8e857af56bb5f0366784307
7
+ data.tar.gz: 9cfd33cf8483bbb638919636e4746eab868c938d2b201d5a675979dda3b9697b3a064aaab095fef138c3932df2ed555fb9f188d4174ad09062bea4ad58faff83
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.0](https://github.com/gopad/gopad-ruby/compare/v1.14.0...v1.15.0) (2025-03-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * automated openapi client update ([810a73d](https://github.com/gopad/gopad-ruby/commit/810a73d6f836d3e1e414c5a9420acb5862c13873))
9
+ * automated openapi client update ([08954c7](https://github.com/gopad/gopad-ruby/commit/08954c79afb52398dda7c332992667b40066c767))
10
+ * **deps:** update dependency rubocop to '~> 1.73.0' ([#100](https://github.com/gopad/gopad-ruby/issues/100)) ([ae8c1a3](https://github.com/gopad/gopad-ruby/commit/ae8c1a375fde95390cb9f3e4f7e5c31ce5cba287))
11
+
12
+
13
+ ### Bugfixes
14
+
15
+ * **deps:** update dependency rubocop to v1.73.1 ([#102](https://github.com/gopad/gopad-ruby/issues/102)) ([09f4318](https://github.com/gopad/gopad-ruby/commit/09f43184b7a4a309d65f1b723a150e7abd0d6ee0))
16
+
3
17
  ## [1.14.0](https://github.com/gopad/gopad-ruby/compare/v1.13.0...v1.14.0) (2025-02-24)
4
18
 
5
19
 
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: 1.14.0
9
+ - Package version: 1.15.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-1.14.0.gem
24
+ gem install ./gopad-1.15.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', '~> 1.14.0'
33
+ gem 'gopad', '~> 1.15.0'
34
34
  ```
35
35
 
36
36
  ### Install from Git
data/lib/gopad/version.rb CHANGED
@@ -9,5 +9,5 @@
9
9
  #
10
10
 
11
11
  module Gopad
12
- VERSION = '1.14.0'.freeze
12
+ VERSION = '1.15.0'.freeze
13
13
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gopad
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-24 00:00:00.000000000 Z
10
+ date: 2025-03-03 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday