gopad 1.7.0 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e543c3f0afd1aa24393af77aca583f7cabe4eac79fa3ea48df616cc42cd29cde
4
- data.tar.gz: beb658acb01af9ab8b6e867250449742730c2670f931b5fa69325cfed129272c
3
+ metadata.gz: eb40df80d91240c9c5621014a6e03e24d2c2b0fbc293f9ba9a74225f77d0edfb
4
+ data.tar.gz: cc187d8e9261e86b8eb2db207155e6bb22b52ae693de759c4f3ae5326bd82c13
5
5
  SHA512:
6
- metadata.gz: ef875fbe62f3930c0b1f335ae7060b7ad87895b9bba4fcbc9ebc8ec4e4fa351b3d239e530b19526187d21ed7e69d1a297acbabfee5df7a99826165ebd54f25a5
7
- data.tar.gz: d34c06eff2392750f1856370c876fcf5fbf7428a4e6065be64813dc896f8202b44a081d40d80936bbd47b6c40a0b74cc53e2cd9d0571322b36727391abfc3125
6
+ metadata.gz: c26e2c0053d5bc89331e761ca6cca03f50762078768c90384176934a05387bad040f1623871e4a3252ee3347e01af3b8903e7abcaece91d94344824fb903a29b
7
+ data.tar.gz: 73586c450a14a1cdacd8d8af5c4fb128619cb9b67e8d76dd0d23533ea073ac4833512f61749587f6f3e20d5788e0b19d82a0a08ab903f332c58d9aaf651156e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.1](https://github.com/gopad/gopad-ruby/compare/v1.7.0...v1.7.1) (2024-11-11)
4
+
5
+
6
+ ### Bugfixes
7
+
8
+ * **deps:** update dependency ruby to v3.3.6 ([e9644b1](https://github.com/gopad/gopad-ruby/commit/e9644b1f11dd210ec25699d813c242f8a71efe65))
9
+
3
10
  ## [1.7.0](https://github.com/gopad/gopad-ruby/compare/v1.6.1...v1.7.0) (2024-11-04)
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.7.0
9
+ - Package version: 1.7.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.7.0.gem
24
+ gem install ./gopad-1.7.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.7.0'
33
+ gem 'gopad', '~> 1.7.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.7.0'.freeze
12
+ VERSION = '1.7.1'.freeze
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gopad
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-04 00:00:00.000000000 Z
11
+ date: 2024-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  requirements: []
112
- rubygems_version: 3.5.16
112
+ rubygems_version: 3.5.22
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Etherpad for markdown with Go