gopad 1.7.0 → 1.8.0

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: 91ed46e815306505e30b52bcf37620d03551d8f720c6e2ae788ba8d7a7aefba1
4
+ data.tar.gz: f13683eeb8b556c9e45f38246662531049483b1355c574bcdabdc20195a572af
5
5
  SHA512:
6
- metadata.gz: ef875fbe62f3930c0b1f335ae7060b7ad87895b9bba4fcbc9ebc8ec4e4fa351b3d239e530b19526187d21ed7e69d1a297acbabfee5df7a99826165ebd54f25a5
7
- data.tar.gz: d34c06eff2392750f1856370c876fcf5fbf7428a4e6065be64813dc896f8202b44a081d40d80936bbd47b6c40a0b74cc53e2cd9d0571322b36727391abfc3125
6
+ metadata.gz: d24690733ad58ef1f09323c687b24d21a18cd674ff859bcd0f664a9e8100d79df69c8bbf3e968ed1479f977e4b0f4a6ae4b23241787cbbdb322de0092b1147a2
7
+ data.tar.gz: bff1940515648e2434397ac4a9885a505851c3539c21eee45237ab9ea90d88f4387dc83dbd9369ce97a333f708807602ace6cdcb6e094f57b01a4497c58d9afe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.0](https://github.com/gopad/gopad-ruby/compare/v1.7.1...v1.8.0) (2024-12-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * **deps:** update dependency rubocop to '~> 1.69.0' ([#81](https://github.com/gopad/gopad-ruby/issues/81)) ([1fa916a](https://github.com/gopad/gopad-ruby/commit/1fa916a3b8511069595bda4ff7c86839fa5221ff))
9
+
10
+ ## [1.7.1](https://github.com/gopad/gopad-ruby/compare/v1.7.0...v1.7.1) (2024-11-11)
11
+
12
+
13
+ ### Bugfixes
14
+
15
+ * **deps:** update dependency ruby to v3.3.6 ([e9644b1](https://github.com/gopad/gopad-ruby/commit/e9644b1f11dd210ec25699d813c242f8a71efe65))
16
+
3
17
  ## [1.7.0](https://github.com/gopad/gopad-ruby/compare/v1.6.1...v1.7.0) (2024-11-04)
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.7.0
9
+ - Package version: 1.8.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.7.0.gem
24
+ gem install ./gopad-1.8.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.7.0'
33
+ gem 'gopad', '~> 1.8.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.7.0'.freeze
12
+ VERSION = '1.8.0'.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.8.0
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-12-02 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