directive 0.28.0 → 0.29.0
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 +4 -4
- data/lib/directive/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0142b3401afabd66108d7aa2d8ff2f173e36c2867f8e1c41f12ba4cbbf0cc0cb
|
|
4
|
+
data.tar.gz: 7a67a78d0d30376a62019b96f2596191e332d15c3bdfc905149173f44d51405c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1518658d48fd3bbd6c699d637b8682dc5cbc3405f35b8e2b1dcaaaa1f397630a7407bb9c1608a709ced84e7ece42203b5ffdf43a4de059eec016849f99c21e71
|
|
7
|
+
data.tar.gz: f6a33b11ea1bcac0e06b6a862da60d941778e18f32f5f3886ae9705f3769edbd22805f0a2acc47f7467224d71b39f887d3afd2c6c3c34cb0f5145f010d77f90e
|
data/lib/directive/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: directive
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.29.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Allen Rettberg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.
|
|
47
|
+
version: 0.29.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.
|
|
54
|
+
version: 0.29.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: bundler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -178,13 +178,13 @@ files:
|
|
|
178
178
|
- lib/directive/spec_helper/matchers/configuration/define_config_option.rb
|
|
179
179
|
- lib/directive/spec_helper/matchers/global/delegate_config_to.rb
|
|
180
180
|
- lib/directive/version.rb
|
|
181
|
-
homepage: https://github.com/
|
|
181
|
+
homepage: https://github.com/RubyAfterAll/spicerack/tree/main/directive
|
|
182
182
|
licenses:
|
|
183
183
|
- MIT
|
|
184
184
|
metadata:
|
|
185
|
-
homepage_uri: https://github.com/
|
|
186
|
-
source_code_uri: https://github.com/
|
|
187
|
-
changelog_uri: https://github.com/
|
|
185
|
+
homepage_uri: https://github.com/RubyAfterAll/spicerack/tree/main/directive
|
|
186
|
+
source_code_uri: https://github.com/RubyAfterAll/spicerack/blob/main/directive
|
|
187
|
+
changelog_uri: https://github.com/RubyAfterAll/spicerack/blob/main/directive/CHANGELOG.md
|
|
188
188
|
post_install_message:
|
|
189
189
|
rdoc_options: []
|
|
190
190
|
require_paths:
|
|
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
201
|
version: '0'
|
|
202
202
|
requirements: []
|
|
203
|
-
rubygems_version: 3.3.
|
|
203
|
+
rubygems_version: 3.3.8
|
|
204
204
|
signing_key:
|
|
205
205
|
specification_version: 4
|
|
206
206
|
summary: Gem configuration made simple
|