gopad 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/README.md +3 -3
- data/lib/gopad/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b55070405a11a40c317675433ba7e3245a6346931dda7b01f7176e15b7f165f5
|
4
|
+
data.tar.gz: 2131612bb4e1705667c42d6a168029395b0164c828f444f346072fb1822a6182
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f7a1dd578ff36ae24e220470ec07ca8cad270bba791e22491735926035d9257aa8a008e236147b551aef7bd590f578ae15da9d45724fc6b8b72421cb796aaf7
|
7
|
+
data.tar.gz: 789330f8b7e99583476a543e2b9df2fc52fcda548f55f4be5115a079bc472e5c32a51d7d760267a78dfe82055433455fa460d1daab127862a334749c7e988e8c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.3.0](https://github.com/gopad/gopad-ruby/compare/v1.2.1...v1.3.0) (2024-07-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* automated openapi client update ([472a8c0](https://github.com/gopad/gopad-ruby/commit/472a8c0bcaa7dfef1fb4708d89b4e7f6bb876ce6))
|
9
|
+
* **deps:** update dependency rubocop to '~> 1.65.0' ([1c97ec6](https://github.com/gopad/gopad-ruby/commit/1c97ec6e1d0563505b991d9d31c403198e06d96a))
|
10
|
+
|
11
|
+
|
12
|
+
### Bugfixes
|
13
|
+
|
14
|
+
* **deps:** update dependency ruby to v3.3.4 ([80975f3](https://github.com/gopad/gopad-ruby/commit/80975f3d5d23d6f51aac2d28835842ebefd1b1a0))
|
15
|
+
|
16
|
+
## [1.2.1](https://github.com/gopad/gopad-ruby/compare/v1.2.0...v1.2.1) (2024-06-17)
|
17
|
+
|
18
|
+
|
19
|
+
### Bugfixes
|
20
|
+
|
21
|
+
* **deps:** update dependency ruby to v3.3.3 ([0554b0b](https://github.com/gopad/gopad-ruby/commit/0554b0b2ab3b4d0d3e8aafa438445990e4915b0f))
|
22
|
+
|
3
23
|
## [1.2.0](https://github.com/gopad/gopad-ruby/compare/v1.1.0...v1.2.0) (2024-06-10)
|
4
24
|
|
5
25
|
|
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.
|
9
|
+
- Package version: 1.3.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.
|
24
|
+
gem install ./gopad-1.3.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.
|
33
|
+
gem 'gopad', '~> 1.3.0'
|
34
34
|
```
|
35
35
|
|
36
36
|
### Install from Git
|
data/lib/gopad/version.rb
CHANGED
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.
|
4
|
+
version: 1.3.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
|
+
date: 2024-07-15 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.
|
112
|
+
rubygems_version: 3.5.11
|
113
113
|
signing_key:
|
114
114
|
specification_version: 4
|
115
115
|
summary: Etherpad for markdown with Go
|