simplyq 0.8.1rc → 0.8.2rc
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/lib/simplyq/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4044d212ae7b9cd8952ae0c04499883576efba9b8d3b9b55588aa227465a7a6c
|
|
4
|
+
data.tar.gz: ac7798ba1b45a305cee54455411554f7e42f1ae4e20505dfa44eb7bc45ca381a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9c27060de2a5626c982db7b619b27db036f75df7d1169851c9ea396e8ef04a5353e96c866f2be2084cbeda7c6dcd6fd21b01b47bd138e6ead6ff646f023dec0
|
|
7
|
+
data.tar.gz: 2e63eb68816e4a8346b1f8cd711ffd7a4693718cd5ad5b5f70c9f3d9f7e838ccf215828ea108e707d6be963239720f1d70fe2e9faa924bbb40a3a8ceb361914c
|
data/lib/simplyq/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplyq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.2rc
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- simplyq-dxtimer
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2022-11-12 00:00:00.000000000 Z
|
|
@@ -98,7 +98,7 @@ metadata:
|
|
|
98
98
|
homepage_uri: https://github.com/simplyqio/apis
|
|
99
99
|
source_code_uri: https://github.com/simplyqio/apis/tree/main/ruby
|
|
100
100
|
changelog_uri: https://github.com/simplyqio/apis/tree/main/ruby/CHANGELOG.md
|
|
101
|
-
post_install_message:
|
|
101
|
+
post_install_message:
|
|
102
102
|
rdoc_options: []
|
|
103
103
|
require_paths:
|
|
104
104
|
- lib
|
|
@@ -113,8 +113,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
114
|
version: 1.3.1
|
|
115
115
|
requirements: []
|
|
116
|
-
rubygems_version: 3.
|
|
117
|
-
signing_key:
|
|
116
|
+
rubygems_version: 3.1.6
|
|
117
|
+
signing_key:
|
|
118
118
|
specification_version: 4
|
|
119
119
|
summary: The SimplyQ API client for Ruby
|
|
120
120
|
test_files: []
|