lowkiq 1.0.1 → 1.0.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/LICENSE.md +10 -0
- data/lib/lowkiq/version.rb +1 -1
- data/lowkiq.gemspec +1 -0
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd62b77923e5cedfcfefb44de439a6ca698931df329ef1790c25158173f18f68
|
|
4
|
+
data.tar.gz: 83a4bc80cf936a734fa15c7f2569644fa5a52eb4b40b5c09553c8b7ce030174b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4684bf9142a115de9c844f0fd3d59810a27204b94b580db64947edac1440da8a24ac4efc55843d2905f50f815da665a088cd4d1604ae4a5c5d4fa3d08e6e7223
|
|
7
|
+
data.tar.gz: 26f8179bbd911011d830b25ad7fb42113b7a5bf98ea0c84c716b2ad412a462f48a0620e4189dc454f3a91b6237b140f25599f5d259dbeec902e32910399efe05
|
data/LICENSE.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
This software is dual-licensed under the LGPL version 3 or under the Licence Agreement.
|
|
2
|
+
Recipients can choose the terms under which they want to use or distribute the
|
|
3
|
+
software.
|
|
4
|
+
|
|
5
|
+
Copyright © BIA-Technologies Limited Liability Company (OOO)
|
|
6
|
+
|
|
7
|
+
# The LGPL Version 3 (LGPL-3.0)
|
|
8
|
+
|
|
9
|
+
https://www.gnu.org/licenses/lgpl-3.0.html
|
|
10
|
+
|
|
1
11
|
# Licence Agreement
|
|
2
12
|
On granting a non-exclusive right to use open source software
|
|
3
13
|
|
data/lib/lowkiq/version.rb
CHANGED
data/lowkiq.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.summary = %q{Lowkiq}
|
|
12
12
|
spec.description = %q{Lowkiq}
|
|
13
13
|
spec.homepage = "https://github.com/bia-technologies/lowkiq"
|
|
14
|
+
spec.licenses = ['LGPL', 'EULA']
|
|
14
15
|
|
|
15
16
|
# Specify which files should be added to the gem when it is released.
|
|
16
17
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lowkiq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mikhail Kuzmin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: redis
|
|
@@ -182,7 +182,9 @@ files:
|
|
|
182
182
|
- lib/lowkiq/worker.rb
|
|
183
183
|
- lowkiq.gemspec
|
|
184
184
|
homepage: https://github.com/bia-technologies/lowkiq
|
|
185
|
-
licenses:
|
|
185
|
+
licenses:
|
|
186
|
+
- LGPL
|
|
187
|
+
- EULA
|
|
186
188
|
metadata: {}
|
|
187
189
|
post_install_message:
|
|
188
190
|
rdoc_options: []
|
|
@@ -199,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
199
201
|
- !ruby/object:Gem::Version
|
|
200
202
|
version: '0'
|
|
201
203
|
requirements: []
|
|
202
|
-
rubygems_version: 3.
|
|
204
|
+
rubygems_version: 3.0.6
|
|
203
205
|
signing_key:
|
|
204
206
|
specification_version: 4
|
|
205
207
|
summary: Lowkiq
|