apple_core 1.6.0 → 1.7.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
- checksums.yaml.gz.sig +0 -0
- data/lib/apple_core/action_controller/resource_naming.rb +8 -0
- data/lib/apple_core/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c40a5b372905916425dd19e632021cc5765c36cbd770fc871ac4beda6fbb7d88
|
|
4
|
+
data.tar.gz: f30d36a336ab0e581d90cb9d46d450ac39f60d370ef90197ca4eb1b94c28d63f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f72975af18240f6f9b75fbf1be5bffc6242798c048f6c8c76ef43a8e8d4d97cf52daf95d24f7d164bd8eb0768312c36f23c7c18b054781ab107bef7198a72132
|
|
7
|
+
data.tar.gz: 59382352830dc209dceda921009d4c458f50b580b865abb6894a862496ef02a86963c1cbee8078db665dee4dd0747341f75d8672a80e887f89e563c7d68546a5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -20,6 +20,14 @@ module ResourceNaming
|
|
|
20
20
|
(?:::)? # Up Through the '::' But Don't
|
|
21
21
|
# Capture If It's The Sole Module
|
|
22
22
|
)?
|
|
23
|
+
( # There Can Be A Version
|
|
24
|
+
V # A Literal V
|
|
25
|
+
(?<version>
|
|
26
|
+
\d+ # The Version Number
|
|
27
|
+
)
|
|
28
|
+
(?:::)? # Up Through the '::' But Don't
|
|
29
|
+
# Capture If It's The Sole Module
|
|
30
|
+
)?
|
|
23
31
|
(?<submodules> # Match Submodule List (Optional)
|
|
24
32
|
( # There May Be Zero or More of These
|
|
25
33
|
[^:]+ # The Module Name
|
data/lib/apple_core/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apple_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thegranddesign
|
|
@@ -37,7 +37,7 @@ cert_chain:
|
|
|
37
37
|
3yXL4G6eW3rdBW/OiLF7GgG2o26d02OMzf4+ubUVS5LQDOcd4vgNPLWzJSBt1YIh
|
|
38
38
|
TgBsED7Me5YdMVXxtTWYsF1VMzaL9hReD3UXGcxe
|
|
39
39
|
-----END CERTIFICATE-----
|
|
40
|
-
date: 2022-07-
|
|
40
|
+
date: 2022-07-18 00:00:00.000000000 Z
|
|
41
41
|
dependencies:
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: activemodel
|
metadata.gz.sig
CHANGED
|
Binary file
|