skull_island 1.4.0 → 1.4.1

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: 1cd4dad5c51622b123e9a28d07515e340fd3bf2aa2633edc408df2eb7016eef2
4
- data.tar.gz: 91f778ff415330fb0c8c2c6f3118c6c894a76c77b42338ff345ff0848b0fd332
3
+ metadata.gz: 44c89c7d23bebc54c7f20ab8b2818433385597f2a244d2c5ac695e66c5257aee
4
+ data.tar.gz: c643a44623403c765a90250418a1584029656ea2ec0fec7bf3e16aef84556786
5
5
  SHA512:
6
- metadata.gz: 820eb9e9833274cf58dce2b3200c55bdddb29adf331457141a76a517048b33e1ee86d823a0367f32207ec4ec4287046f9b2f35e4f35f12daebcd3a215eb163a8
7
- data.tar.gz: 13027398c076a86a7eee66824e72ed848cd0bce3d063a4f6ac441929c79379541ef2946669385dc2fc6c5c0c50ee3d1c1d4e1a28349f4195c93a04061ab942b2
6
+ metadata.gz: e449be2ae5972df841967736cd369e7942bdb5e1c7a14a7d8a4db1a2783b8e9d09e6ad246e9185613230488a1a2235f688cb32e94906ed26bb9f69464f156d12
7
+ data.tar.gz: 494f0b241faf58bbc579d5e342ee7a0c819c77c7a01b3a0f802c203ad3ae1e4a8899cf80d0f4afe6b16a7ad994130a393a1d5bdbf9755ebe6c78f0272492757b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- skull_island (1.4.0)
4
+ skull_island (1.4.1)
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
  4, # Minor
7
- 0 # Patch
7
+ 1 # Patch
8
8
  ].join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skull_island
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Gnagy