gillbus 0.20.1 → 0.20.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.ruby-version +1 -1
- data/lib/gillbus/helpers/parser.rb +1 -1
- data/lib/gillbus/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 6e042407f5a125f93e1a61705ec43489bcbcbbdd97bb7533c6f0e70e3d2b6519
|
4
|
+
data.tar.gz: b5ea8d7b5c419b0fff41da22871da83a363640fd179616ebe696ae7ff0878eb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efb8582f80b9be6faef7bc8888eb2af414765d025a6a42da0e304aa8bf98094a68efc67105ff44fcdc721ba9152e55f9172bb4921073042c3a6b191375b163fe
|
7
|
+
data.tar.gz: c2853b6e2c43799b9bc6f85775fbd838887c3191c99b001220d2c51c57f5db2b4572c1970032ee3078b9bca8f6253793b7055e47deb4431dd9d4873b3f051a46
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3
|
1
|
+
2.6.3
|
data/lib/gillbus/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gillbus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.20.
|
4
|
+
version: 0.20.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexey "codesnik" Trofimenko
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-
|
12
|
+
date: 2019-06-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -304,8 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
304
304
|
- !ruby/object:Gem::Version
|
305
305
|
version: '0'
|
306
306
|
requirements: []
|
307
|
-
|
308
|
-
rubygems_version: 2.5.2
|
307
|
+
rubygems_version: 3.0.3
|
309
308
|
signing_key:
|
310
309
|
specification_version: 4
|
311
310
|
summary: Driver for Gillbus IDS API
|