gopad 1.6.1 → 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: 3b244dbc1e19a2ec874a4ef5ee6b39fdc43b07d75c1adccacfd695ea7797d796
4
- data.tar.gz: f6cfaf1ae013c1881b84c006a6c6e1ebb74119b47c67b0742848cfbd48f99344
3
+ metadata.gz: eb40df80d91240c9c5621014a6e03e24d2c2b0fbc293f9ba9a74225f77d0edfb
4
+ data.tar.gz: cc187d8e9261e86b8eb2db207155e6bb22b52ae693de759c4f3ae5326bd82c13
5
5
  SHA512:
6
- metadata.gz: 2ab7506e57768167457998cbe782a4f94030976ebba670c14298f37fd2cd8d007813cbd15d25bd27e36c219162b5cc7dcc55396c04a12527989dbe0ff0486278
7
- data.tar.gz: dc6e02ac51b0da57f5eef3b5f9b1bcf3c1a1373842d24c665ae191b442e252ef174342d097ace980c7700d5fe39819943f5c46207aa714800831deaad3c1e258
6
+ metadata.gz: c26e2c0053d5bc89331e761ca6cca03f50762078768c90384176934a05387bad040f1623871e4a3252ee3347e01af3b8903e7abcaece91d94344824fb903a29b
7
+ data.tar.gz: 73586c450a14a1cdacd8d8af5c4fb128619cb9b67e8d76dd0d23533ea073ac4833512f61749587f6f3e20d5788e0b19d82a0a08ab903f332c58d9aaf651156e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
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
+
10
+ ## [1.7.0](https://github.com/gopad/gopad-ruby/compare/v1.6.1...v1.7.0) (2024-11-04)
11
+
12
+
13
+ ### Features
14
+
15
+ * **deps:** update dependency rubocop to '~> 1.68.0' ([8067899](https://github.com/gopad/gopad-ruby/commit/80678999460eaaa24c935e3f4cd498bc2d0951eb))
16
+
3
17
  ## [1.6.1](https://github.com/gopad/gopad-ruby/compare/v1.6.0...v1.6.1) (2024-10-28)
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.6.1
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.6.1.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.6.1'
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.6.1'.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.6.1
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-10-28 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