gopad 1.15.0 → 1.15.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: 719045d11f0649c4199fa4fb2d14acea4639666ec569452d2415501c217ac53c
4
- data.tar.gz: a7aab908eccd366e85cb8a7c3e7aee7f781fc75a8229f5ed2d21ff6cf3decb09
3
+ metadata.gz: 3ea82ec1df437980c71f64eff26fbc6c09443f8222be8c4b917835cfd8961c94
4
+ data.tar.gz: fe1cb7262dcec9ac4bcfff722a92c4e607f5f0193d36454ee84db21b32fc352d
5
5
  SHA512:
6
- metadata.gz: 7cef7e784e5aeb8ed70d05e4f3c70d81578056eceeced7f39ab7c53b6b37d057909ff613c5ef1c89bdf59e2081dbc48e7cee70e5c8e857af56bb5f0366784307
7
- data.tar.gz: 9cfd33cf8483bbb638919636e4746eab868c938d2b201d5a675979dda3b9697b3a064aaab095fef138c3932df2ed555fb9f188d4174ad09062bea4ad58faff83
6
+ metadata.gz: 97f37572a5c747835208818fd4f736bca6aa32bcca7faa97f46d9f3a511b12ced5088bf9bd4e1c4839f5d0d67cbc8376a22080c33bad94116888bc263a6292a9
7
+ data.tar.gz: 14c3a0255074746137b6fa5479868ab823a04c8486b394e5ceff180cae410cbfcfec7c18ce62bb15adf476f5a967f061c88d52702e09e2f6510585ef71edc723
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.1](https://github.com/gopad/gopad-ruby/compare/v1.15.0...v1.15.1) (2025-03-10)
4
+
5
+
6
+ ### Bugfixes
7
+
8
+ * **deps:** update dependency rubocop to v1.73.2 ([#104](https://github.com/gopad/gopad-ruby/issues/104)) ([02416e0](https://github.com/gopad/gopad-ruby/commit/02416e023c4078a2204da6c42398e76249d68e00))
9
+
3
10
  ## [1.15.0](https://github.com/gopad/gopad-ruby/compare/v1.14.0...v1.15.0) (2025-03-03)
4
11
 
5
12
 
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.15.0
9
+ - Package version: 1.15.1
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.15.0.gem
24
+ gem install ./gopad-1.15.1.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.15.0'
33
+ gem 'gopad', '~> 1.15.1'
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.15.0'.freeze
12
+ VERSION = '1.15.1'.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.15.0
4
+ version: 1.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-03 00:00:00.000000000 Z
10
+ date: 2025-03-10 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday