skull_island 1.2.12 → 1.2.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc6ead4ccc38cfb2b5ad84fad694ee819878405ec012b79d53b02aecab875208
4
- data.tar.gz: 076f9a33501ca1ed67673f716dcd52ebbeb68c028af0006fbe1abdf0fa1ddc44
3
+ metadata.gz: c66eccbdc4037117f866cbb422ad0e551471e231e5137d90b8924a38a904d630
4
+ data.tar.gz: bd1ee46f5e880b8cfeda56acbacfb99c81fa679e46aac45defefb21f7c4b0035
5
5
  SHA512:
6
- metadata.gz: d9f1ee6205457ea959ece697a4d3a335bd3f064468275577f30006a2542586ca8b2b283cb2effbd40b706b10db03e9ceb65f6e6d756a06afe9fcdb4ac4a830e3
7
- data.tar.gz: cc4fd1c9584560f870bb0f6b15db51c7c2731c4bc02d0ee74d99c81927e2503dbdae9324bdbc119fd6c3e13200bc2a1d7baa4f5459f86e21cc21de51e963aba9
6
+ metadata.gz: 32a3f5c1fcd0e54b9df82880c564d0e4a4af6f8482c67d5ca41e9e977c77d3c6b5684c55ff0198af909404abf6f2a085e1c605d13afea2d5436e22c9872683b9
7
+ data.tar.gz: 148b3e4fcfe3c21a25903571230fa6f5bc61c3b682b17cb2e4021e3d3527ceaecc8ce24376b0d16511afd0e5b3af7cd02b6a22c7677a512e861d1290b94b7a56
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- skull_island (1.2.12)
4
+ skull_island (1.2.13)
5
5
  deepsort (~> 0.4)
6
6
  erubi (~> 1.8)
7
7
  json (~> 2.1)
@@ -53,7 +53,7 @@ GEM
53
53
  linguistics (2.1.0)
54
54
  loggability (~> 0.11)
55
55
  loggability (0.14.0)
56
- mime-types (3.3)
56
+ mime-types (3.3.1)
57
57
  mime-types-data (~> 3.2015)
58
58
  mime-types-data (3.2019.1009)
59
59
  multi_json (1.14.1)
@@ -62,7 +62,7 @@ GEM
62
62
  net-http-pipeline (1.0.1)
63
63
  netrc (0.11.0)
64
64
  parallel (1.19.1)
65
- parser (2.6.5.0)
65
+ parser (2.7.0.1)
66
66
  ast (~> 2.4.0)
67
67
  pusher-client (0.6.2)
68
68
  json
@@ -78,15 +78,15 @@ GEM
78
78
  rspec-core (~> 3.9.0)
79
79
  rspec-expectations (~> 3.9.0)
80
80
  rspec-mocks (~> 3.9.0)
81
- rspec-core (3.9.0)
82
- rspec-support (~> 3.9.0)
81
+ rspec-core (3.9.1)
82
+ rspec-support (~> 3.9.1)
83
83
  rspec-expectations (3.9.0)
84
84
  diff-lcs (>= 1.2.0, < 2.0)
85
85
  rspec-support (~> 3.9.0)
86
86
  rspec-mocks (3.9.0)
87
87
  diff-lcs (>= 1.2.0, < 2.0)
88
88
  rspec-support (~> 3.9.0)
89
- rspec-support (3.9.0)
89
+ rspec-support (3.9.2)
90
90
  rubocop (0.78.0)
91
91
  jaro_winkler (~> 1.5.1)
92
92
  parallel (~> 1.10)
@@ -4,6 +4,6 @@ module SkullIsland
4
4
  VERSION = [
5
5
  1, # Major
6
6
  2, # Minor
7
- 12 # Patch
7
+ 13 # Patch
8
8
  ].join('.')
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skull_island
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.12
4
+ version: 1.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Gnagy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-19 00:00:00.000000000 Z
11
+ date: 2019-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deepsort