eac_rails_base0 0.52.1 → 0.52.2
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/eac_rails_base0/version.rb +1 -1
- metadata +3 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97b2aceeb99f1416d6e957212b8711dece7fa858f3688e21949ec8db172f8443
|
|
4
|
+
data.tar.gz: 1ff24528f450aec8085274adfefd4d46b1df1ef9524afa4b074f16d5f16f5abe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6af83918b2c682880880572ba53a7401d84947996d61d3e68ec329c6f512ad18e5c76992699fa879e292848c8ca5f56080e67203be52742b2a040e92d78e91c2
|
|
7
|
+
data.tar.gz: 4c92d69dfabb26d934e9cc5e14c3faf4d9ce45263b033ae85ed1a0772607893757a22f5e9c0fab62109549e1e19d00ac2bceb4d73d08b7bb0feb3179495a2ba8
|
metadata
CHANGED
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eac_rails_base0
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.52.
|
|
4
|
+
version: 0.52.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Esquilo Azul Company
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: active_scaffold
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '3.5'
|
|
20
|
-
- - ">="
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
19
|
version: 3.5.5
|
|
23
20
|
type: :runtime
|
|
@@ -25,9 +22,6 @@ dependencies:
|
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
24
|
- - "~>"
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: '3.5'
|
|
30
|
-
- - ">="
|
|
31
25
|
- !ruby/object:Gem::Version
|
|
32
26
|
version: 3.5.5
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -708,7 +702,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
708
702
|
- !ruby/object:Gem::Version
|
|
709
703
|
version: '0'
|
|
710
704
|
requirements: []
|
|
711
|
-
rubygems_version: 3.0.
|
|
705
|
+
rubygems_version: 3.0.9
|
|
712
706
|
signing_key:
|
|
713
707
|
specification_version: 4
|
|
714
708
|
summary: A Rails base for multiple Rails projects developed by Esquilo Azul Company.
|