gopad 1.15.0 → 1.15.1
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 +7 -0
- data/README.md +3 -3
- data/lib/gopad/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ea82ec1df437980c71f64eff26fbc6c09443f8222be8c4b917835cfd8961c94
|
4
|
+
data.tar.gz: fe1cb7262dcec9ac4bcfff722a92c4e607f5f0193d36454ee84db21b32fc352d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97f37572a5c747835208818fd4f736bca6aa32bcca7faa97f46d9f3a511b12ced5088bf9bd4e1c4839f5d0d67cbc8376a22080c33bad94116888bc263a6292a9
|
7
|
+
data.tar.gz: 14c3a0255074746137b6fa5479868ab823a04c8486b394e5ceff180cae410cbfcfec7c18ce62bb15adf476f5a967f061c88d52702e09e2f6510585ef71edc723
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.15.1](https://github.com/gopad/gopad-ruby/compare/v1.15.0...v1.15.1) (2025-03-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Bugfixes
|
7
|
+
|
8
|
+
* **deps:** update dependency rubocop to v1.73.2 ([#104](https://github.com/gopad/gopad-ruby/issues/104)) ([02416e0](https://github.com/gopad/gopad-ruby/commit/02416e023c4078a2204da6c42398e76249d68e00))
|
9
|
+
|
3
10
|
## [1.15.0](https://github.com/gopad/gopad-ruby/compare/v1.14.0...v1.15.0) (2025-03-03)
|
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.15.
|
9
|
+
- Package version: 1.15.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.15.
|
24
|
+
gem install ./gopad-1.15.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.15.
|
33
|
+
gem 'gopad', '~> 1.15.1'
|
34
34
|
```
|
35
35
|
|
36
36
|
### Install from Git
|
data/lib/gopad/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gopad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.15.
|
4
|
+
version: 1.15.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Boerger
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: faraday
|