esi-utils-bvv 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 8a69c73033773e44195f7ebefbe2af3986212c09
4
- data.tar.gz: 1d414257067b44ae719bd282b79acfe20f7626c2
3
+ metadata.gz: e2ff48b45aac994d7fb948e398ef70d0c8883e12
4
+ data.tar.gz: a0970ebce5cf62c6d200ba3a4f13c48c7aa74368
5
5
  SHA512:
6
- metadata.gz: de6be57b1d6d8125f4ffe733477d8ee84ab2d267abd6972f3a49321c4126146121eb7423fa3b454d04cb318f9dd7576ebddb567b25ce340c68307c737ae1d35a
7
- data.tar.gz: 1b09b58adcf9153297d45d899c33232c47f06e263b4b154b354f303df9aeb7f12bb58aa307e9d14f7d97eadfcca5689f204b186b54cbddb2bfb0597f0a439687
6
+ metadata.gz: 8647178697939f40b9269e572e022037997b407e0f5992ba325daf3f78311ebd66c22e002f9f28f646c87d528ca217db71336be542e7791611222b2847e9dc90
7
+ data.tar.gz: f49cb3780197b0823ad28f6180ea6cd89a9147cbf19a3948c2a9db19fdac9aaa4999269163efebfaa13d02d6580a203e32049d16e0f0b79e37fb02bf6cdd114a
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- esi-utils-bvv (0.1.2)
4
+ esi-utils-bvv (0.1.3)
5
5
  esi-client-bvv (~> 1.0.4)
6
- ffi (= 1.9.21)
6
+ ffi (>= 1.9.24)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -14,7 +14,7 @@ GEM
14
14
  typhoeus (~> 1.0, >= 1.0.1)
15
15
  ethon (0.11.0)
16
16
  ffi (>= 1.3.0)
17
- ffi (1.9.21)
17
+ ffi (1.9.25)
18
18
  jaro_winkler (1.5.1)
19
19
  json (2.1.0)
20
20
  minitest (5.11.3)
@@ -33,7 +33,7 @@ GEM
33
33
  ruby-progressbar (~> 1.7)
34
34
  unicode-display_width (~> 1.0, >= 1.0.1)
35
35
  ruby-progressbar (1.9.0)
36
- typhoeus (1.3.0)
36
+ typhoeus (1.3.1)
37
37
  ethon (>= 0.9.0)
38
38
  unicode-display_width (1.4.0)
39
39
 
@@ -28,15 +28,6 @@ Gem::Specification.new do |s|
28
28
 
29
29
  s.add_dependency 'esi-client-bvv', '~> 1.0.4'
30
30
 
31
- #
32
- # Pin the 'ffi' gem at version 1.9.21 to prevent segfaults on
33
- # macOS 10.13 High Sierra.
34
- #
35
- # Underlying issue: https://github.com/ffi/ffi/issues/619
36
- #
37
- # This gem is an indirect dependency via
38
- # esi-client-bvv --> typhoeus --> ethon --> ffi
39
- # but ethon requires only >= 1.3.0.
40
- #
41
- s.add_dependency 'ffi', '1.9.21'
31
+ # Security constraint: CVE-2018-1000201
32
+ s.add_dependency 'ffi', '>= 1.9.24'
42
33
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ESIUtils
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esi-utils-bvv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bora Vyvorant
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-30 00:00:00.000000000 Z
11
+ date: 2018-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -84,16 +84,16 @@ dependencies:
84
84
  name: ffi
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: 1.9.21
89
+ version: 1.9.24
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - '='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: 1.9.21
96
+ version: 1.9.24
97
97
  description:
98
98
  email:
99
99
  - bora.vyvorant@gmail.com
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  requirements: []
135
135
  rubyforge_project:
136
- rubygems_version: 2.6.14.1
136
+ rubygems_version: 2.6.14.3
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: ESI utility classes to partner with esi-client-bvv.