gopad 1.5.0 → 1.5.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 +4 -4
- data/CHANGELOG.md +16 -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: aa1da4c32cdb65580dfc8d319597f466102345e2cb8e2c76f1954295370e9bd5
|
|
4
|
+
data.tar.gz: 93a98981a2c5943f2886e0ec1db188fe2b8a1530d13ec410546f26d7b8877992
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad7b22f44f68c75b118160e1b206afa65d416d76a595ba9260e7f64df738cf0e31c6bc59b7ac3cb2b9b6155162525734881f56307d66bf71879da82c72ac2c53
|
|
7
|
+
data.tar.gz: bb2d9612d6aa4343f833a99cee2aa6285d01c5882de59f53bd3168cce387d0ba4b77d4b5bdc95595da740664c0fc77682eb53bd254cad9e1de8b2e3a73d6590a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.2](https://github.com/gopad/gopad-ruby/compare/v1.5.1...v1.5.2) (2024-09-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bugfixes
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency rexml to v3.3.8 ([18bbdb7](https://github.com/gopad/gopad-ruby/commit/18bbdb7a6a54301566421339cec1a134eee137f1))
|
|
9
|
+
|
|
10
|
+
## [1.5.1](https://github.com/gopad/gopad-ruby/compare/v1.5.0...v1.5.1) (2024-09-09)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bugfixes
|
|
14
|
+
|
|
15
|
+
* **deps:** update dependency rexml to v3.3.7 ([e424da2](https://github.com/gopad/gopad-ruby/commit/e424da2926a551d49ee6c2ab6211b9760e2db69d))
|
|
16
|
+
* **deps:** update dependency rubocop to v1.66.1 ([6e61f98](https://github.com/gopad/gopad-ruby/commit/6e61f98cce66d916802f75fc1563f287483602c9))
|
|
17
|
+
* **deps:** update dependency ruby to v3.3.5 ([da0d514](https://github.com/gopad/gopad-ruby/commit/da0d51419f7d97032e3ed90a4255181127522ec7))
|
|
18
|
+
|
|
3
19
|
## [1.5.0](https://github.com/gopad/gopad-ruby/compare/v1.4.3...v1.5.0) (2024-09-02)
|
|
4
20
|
|
|
5
21
|
|
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.5.
|
|
9
|
+
- Package version: 1.5.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.5.
|
|
24
|
+
gem install ./gopad-1.5.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.5.
|
|
33
|
+
gem 'gopad', '~> 1.5.2'
|
|
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.5.
|
|
4
|
+
version: 1.5.2
|
|
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-09-
|
|
11
|
+
date: 2024-09-30 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.16
|
|
113
113
|
signing_key:
|
|
114
114
|
specification_version: 4
|
|
115
115
|
summary: Etherpad for markdown with Go
|