lowkiq 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12bf22fdbf98496119d373faa88915d5c6f7e25e9522ecaafb8f865c8a00b840
4
- data.tar.gz: 95e857e0a27990987aeb9f8b17442888c5b39cfc346ce6f3f8bf0911758aaa21
3
+ metadata.gz: bd62b77923e5cedfcfefb44de439a6ca698931df329ef1790c25158173f18f68
4
+ data.tar.gz: 83a4bc80cf936a734fa15c7f2569644fa5a52eb4b40b5c09553c8b7ce030174b
5
5
  SHA512:
6
- metadata.gz: 8c02521986c2ba633eead7c71811ca1f04377b1acb9080d86677a4f831621c789becbd7f5ed2d7255324f238187b4dab245d2bf1c22880e4f99d89675c5f2dc3
7
- data.tar.gz: 6446af89cb40417500f250d81bae859e412b7a55eb5f1e4db7c43abf6815737ea433f94922c115eb5d6933f770e75b4c48c3a6e8974477dd84d2ec19d99eae06
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
 
@@ -1,3 +1,3 @@
1
1
  module Lowkiq
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -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.1
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-10 00:00:00.000000000 Z
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.1.2
204
+ rubygems_version: 3.0.6
203
205
  signing_key:
204
206
  specification_version: 4
205
207
  summary: Lowkiq