gopad 1.4.3 → 1.5.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 +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: e660be718478bdf71263646a1fbfea23e90fcd69f4630f273a05cf59ef3e75d9
|
4
|
+
data.tar.gz: '0138102e4c11ad64b18d35cc8133f838bdec1917f906332bb7d88af8ff801de4'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d3cbe344491dbb18ddabdbf40dd03bfcf4334bbde9a991481ab72269d2e2c00e5eeedfd6efcaabc71ac74017df9fe75a82152a7f44f172655a5bea61c67b908
|
7
|
+
data.tar.gz: a83e2b9f026849df9baf0da8fac03a134e0f0eeba1e9aba6a0c877ff3ddb867a12dfe3344e82ccbd287d9dd3ce27de7fa477b06750fa61a3033dbf990763e803
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.5.0](https://github.com/gopad/gopad-ruby/compare/v1.4.3...v1.5.0) (2024-09-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* **deps:** update dependency rubocop to '~> 1.66.0' ([a7f5548](https://github.com/gopad/gopad-ruby/commit/a7f554823c9a1a5382b76d5628e0d1017be142a8))
|
9
|
+
|
3
10
|
## [1.4.3](https://github.com/gopad/gopad-ruby/compare/v1.4.2...v1.4.3) (2024-08-26)
|
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.
|
9
|
+
- Package version: 1.5.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.5.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.5.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.5.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-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|