openfeature-ruby-sdk-contrib 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +17 -17
- data/lib/open_feature/sdk/contrib/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4261dc95a5b254580e9139b4c7bc732b41d87a333ae98f690659b3dd4d72fd08
|
4
|
+
data.tar.gz: 19cdab4927812df6a224c9dba337c516ffdc46d1f64acbb8369c2ff4bb1d20bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da2fd068dd7bab9abba3cd0f7cd7b3f31ea8edcf6bbbc6bee6c5cc2f9778189097ec5d6441775b27df979eee0ff819a164bdac7f7cc66281f847bf4ad61a3821
|
7
|
+
data.tar.gz: c6593c1a43b1a2d9e708809b7760ac486ec76343dbf3d3e62cc97189486d448eab59f1c328488a811fda547b7210e5a4e2620df31ce21120f6d7687d52c3d0ba
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
openfeature-ruby-sdk-contrib (0.5.
|
5
|
-
concurrent-ruby (~> 1.2
|
4
|
+
openfeature-ruby-sdk-contrib (0.5.1)
|
5
|
+
concurrent-ruby (~> 1.2)
|
6
6
|
faraday (~> 2.7.10)
|
7
7
|
openfeature-sdk (~> 0.2.0)
|
8
8
|
|
@@ -13,7 +13,7 @@ GEM
|
|
13
13
|
base64 (0.2.0)
|
14
14
|
byebug (11.1.3)
|
15
15
|
coderay (1.1.3)
|
16
|
-
concurrent-ruby (1.
|
16
|
+
concurrent-ruby (1.3.4)
|
17
17
|
diff-lcs (1.5.1)
|
18
18
|
faraday (2.7.12)
|
19
19
|
base64
|
@@ -25,8 +25,8 @@ GEM
|
|
25
25
|
lint_roller (1.1.0)
|
26
26
|
method_source (1.1.0)
|
27
27
|
openfeature-sdk (0.2.1)
|
28
|
-
parallel (1.
|
29
|
-
parser (3.3.
|
28
|
+
parallel (1.26.3)
|
29
|
+
parser (3.3.5.0)
|
30
30
|
ast (~> 2.4.1)
|
31
31
|
racc
|
32
32
|
pry (0.14.2)
|
@@ -35,18 +35,18 @@ GEM
|
|
35
35
|
pry-byebug (3.10.1)
|
36
36
|
byebug (~> 11.0)
|
37
37
|
pry (>= 0.13, < 0.15)
|
38
|
-
racc (1.
|
38
|
+
racc (1.8.1)
|
39
39
|
rainbow (3.1.1)
|
40
40
|
rake (13.2.1)
|
41
|
-
regexp_parser (2.9.
|
42
|
-
rexml (3.
|
41
|
+
regexp_parser (2.9.2)
|
42
|
+
rexml (3.3.7)
|
43
43
|
rspec (3.13.0)
|
44
44
|
rspec-core (~> 3.13.0)
|
45
45
|
rspec-expectations (~> 3.13.0)
|
46
46
|
rspec-mocks (~> 3.13.0)
|
47
|
-
rspec-core (3.13.
|
47
|
+
rspec-core (3.13.1)
|
48
48
|
rspec-support (~> 3.13.0)
|
49
|
-
rspec-expectations (3.13.
|
49
|
+
rspec-expectations (3.13.3)
|
50
50
|
diff-lcs (>= 1.2.0, < 2.0)
|
51
51
|
rspec-support (~> 3.13.0)
|
52
52
|
rspec-mocks (3.13.1)
|
@@ -63,23 +63,23 @@ GEM
|
|
63
63
|
rubocop-ast (>= 1.28.0, < 2.0)
|
64
64
|
ruby-progressbar (~> 1.7)
|
65
65
|
unicode-display_width (>= 2.4.0, < 3.0)
|
66
|
-
rubocop-ast (1.
|
66
|
+
rubocop-ast (1.32.3)
|
67
67
|
parser (>= 3.3.1.0)
|
68
|
-
rubocop-capybara (2.
|
68
|
+
rubocop-capybara (2.21.0)
|
69
69
|
rubocop (~> 1.41)
|
70
|
-
rubocop-factory_bot (2.
|
70
|
+
rubocop-factory_bot (2.26.0)
|
71
71
|
rubocop (~> 1.41)
|
72
72
|
rubocop-performance (1.18.0)
|
73
73
|
rubocop (>= 1.7.0, < 2.0)
|
74
74
|
rubocop-ast (>= 0.4.0)
|
75
75
|
rubocop-rake (0.6.0)
|
76
76
|
rubocop (~> 1.0)
|
77
|
-
rubocop-rspec (2.
|
77
|
+
rubocop-rspec (2.31.0)
|
78
78
|
rubocop (~> 1.40)
|
79
79
|
rubocop-capybara (~> 2.17)
|
80
80
|
rubocop-factory_bot (~> 2.22)
|
81
81
|
rubocop-rspec_rails (~> 2.28)
|
82
|
-
rubocop-rspec_rails (2.
|
82
|
+
rubocop-rspec_rails (2.29.0)
|
83
83
|
rubocop (~> 1.40)
|
84
84
|
ruby-progressbar (1.13.0)
|
85
85
|
ruby2_keywords (0.0.5)
|
@@ -95,8 +95,8 @@ GEM
|
|
95
95
|
standard-performance (1.1.2)
|
96
96
|
lint_roller (~> 1.1)
|
97
97
|
rubocop-performance (~> 1.18.0)
|
98
|
-
unicode-display_width (2.
|
99
|
-
yard (0.9.
|
98
|
+
unicode-display_width (2.6.0)
|
99
|
+
yard (0.9.37)
|
100
100
|
|
101
101
|
PLATFORMS
|
102
102
|
arm64-darwin-23
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openfeature-ruby-sdk-contrib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eugene Howe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: concurrent-ruby
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.2
|
19
|
+
version: '1.2'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.2
|
26
|
+
version: '1.2'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: faraday
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
|
-
rubygems_version: 3.
|
97
|
+
rubygems_version: 3.5.9
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Providers and Hooks for the OpenFeature Ruby SDK
|