gopad 1.17.0 → 1.17.2

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: 1d81aaac5d8ad7b93fabfbfd259f11fadd1b83e46be637992a6c7e071e2f047f
4
- data.tar.gz: a22764d5a8bc1a19e8b6945e95ef334473038c069f6c58f84d457add517c8392
3
+ metadata.gz: df04e305d39e126b59acfdb23ccd06e665373fa36344279635ed42758424a7d2
4
+ data.tar.gz: 313c8a5b7ce66cc91c4fbb3bb4d11d7575595149af734851a9b5b12703a67c29
5
5
  SHA512:
6
- metadata.gz: 1ea43d58a9af799c70c27a2008708ec5c5af143b0098f946ade8d79c3f3a50b10e8747649854c80301be2f159d311f2d745b2eaa44c80c3b1904625b961e09ef
7
- data.tar.gz: 93e08b1c0897ba72eda53dbc2d9592b18c9f71649bd7c5f72e7154459002361e74ffa96a93fd5d77633231269aa05eeceff4f9663bfc1223cdc48eb2f47e9341
6
+ metadata.gz: a875c202d990634a029437d228c55c2730dbb8ad4b0fb72de4b6189d69bfd6edc4b2c4f0d3dc025162ba52c02ea8f401630f95d7cc29a0ffe966e8bd6314c816
7
+ data.tar.gz: 53cdceda91bef787aafecd0932c0a569a780e55bcae8350a2af458c3b73659ea4c62726b624cae01af594581e527378fec1b93b16bfec72e910907ef3d5aad0b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.17.2](https://github.com/gopad/gopad-ruby/compare/v1.17.1...v1.17.2) (2025-04-21)
4
+
5
+
6
+ ### Bugfixes
7
+
8
+ * **deps:** update dependency ruby to v3.4.3 ([#112](https://github.com/gopad/gopad-ruby/issues/112)) ([ae6a894](https://github.com/gopad/gopad-ruby/commit/ae6a894bcd7bed72f7f4145edb56618a545fa874))
9
+
10
+ ## [1.17.1](https://github.com/gopad/gopad-ruby/compare/v1.17.0...v1.17.1) (2025-04-07)
11
+
12
+
13
+ ### Bugfixes
14
+
15
+ * **deps:** update dependency rubocop to v1.75.2 ([#111](https://github.com/gopad/gopad-ruby/issues/111)) ([202270e](https://github.com/gopad/gopad-ruby/commit/202270eadafabab2b109ab1ffd4f85c6f58609c5))
16
+
3
17
  ## [1.17.0](https://github.com/gopad/gopad-ruby/compare/v1.16.0...v1.17.0) (2025-03-31)
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.17.0
9
+ - Package version: 1.17.2
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.17.0.gem
24
+ gem install ./gopad-1.17.2.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.17.0'
33
+ gem 'gopad', '~> 1.17.2'
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.17.0'.freeze
12
+ VERSION = '1.17.2'.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.17.0
4
+ version: 1.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-31 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  requirements: []
119
- rubygems_version: 3.6.2
119
+ rubygems_version: 3.6.7
120
120
  specification_version: 4
121
121
  summary: Etherpad for markdown with Go
122
122
  test_files: []