gopad 1.10.0 → 1.10.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: c111f79183f774524014315abdfdc3bcaa6b63cff285e0f97d9dc37c6038963a
4
- data.tar.gz: 82245c2c8f167cbe33c55e3696ca1feb0f6f97509881e3d9fbd9827f3ec8a2a0
3
+ metadata.gz: 8e02cfa6b2404425259fee8ec64e3aec34737be6d4255737c6cf6ed2dcff9712
4
+ data.tar.gz: 3f81d9cff50fbeaf0dad88eb7a9af09e001912d50a4d264cb3778fb09ac5d690
5
5
  SHA512:
6
- metadata.gz: e1e4208654c73503b53dc35a9c3518b1ea32458e58e8691f10e8a034bac382a5622f5db29511726f584276c5824577e6f3b12fe7eaa81a6a0c4d6387a6e4d5c0
7
- data.tar.gz: 2dcc892da550419f2a8b2363352ae0d2381187fa4082acdbbf19b03cfa6d5d3a1b5b5bc27dec94590902ee18616feaa355a108ca6de9282895eae29af7668ba8
6
+ metadata.gz: dddf78afcf051cf674a359986991e9157de876ffe6db43808ebb2d24222e8eb7aa08c433d038715b30308c760bdabc8a8f621c31a3e86438bcb4f7c620ea62b6
7
+ data.tar.gz: 0123e03464abad2bb04e2734e5f3fecbf530e8aedb60ebe77827d517c4a9a7c5bf03c6875c99e20abf5a618b326539761441d305eb4db72f3714c26c0a222d0a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.10.1](https://github.com/gopad/gopad-ruby/compare/v1.10.0...v1.10.1) (2025-01-06)
4
+
5
+
6
+ ### Bugfixes
7
+
8
+ * **deps:** update dependency ruby to v3.4.1 ([#87](https://github.com/gopad/gopad-ruby/issues/87)) ([a6a9a09](https://github.com/gopad/gopad-ruby/commit/a6a9a09f2596881984b4782325103775c5f7c49f))
9
+
3
10
  ## [1.10.0](https://github.com/gopad/gopad-ruby/compare/v1.9.0...v1.10.0) (2024-12-30)
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.10.0
9
+ - Package version: 1.10.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.10.0.gem
24
+ gem install ./gopad-1.10.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.10.0'
33
+ gem 'gopad', '~> 1.10.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.10.0'.freeze
12
+ VERSION = '1.10.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.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2024-12-30 00:00:00.000000000 Z
10
+ date: 2025-01-06 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday