solidus_brazilian_adaptations 1.5.0 → 1.5.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f15fade004424c3720a345a66586425187695ac74809fd49f1ad980ed565492c
|
4
|
+
data.tar.gz: d7cfdbbd683e2f840f000097d55a709e454d8111c78e6551d1d8a9e72a1f1fd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1237e814050a3cdb4c5dc8030a6de9fb7fae1ed5e54b331988891aa61314b31a8cd21082280dce9c75d28c2ec44eaf3e2ed4cf40cc2a6a4c0218998f933af1ee
|
7
|
+
data.tar.gz: 7560f4d5cbcc4a0ec392cd27efdded4cdb62175f5c00ca8377e509d908a60fd56b66eff16669f598ca38927e34e547c34d3a5a9facf8619121ca346b63167242
|
@@ -21,15 +21,6 @@ module SolidusBrazilianAdaptations
|
|
21
21
|
def add_migrations
|
22
22
|
run "bin/rails railties:install:migrations FROM=solidus_brazilian_adaptations"
|
23
23
|
end
|
24
|
-
|
25
|
-
def run_migrations
|
26
|
-
run_migrations = options[:auto_run_migrations] || ["", "y", "Y"].include?(ask("Would you like to run the migrations now? [Y/n]")) # rubocop:disable Layout/LineLength
|
27
|
-
if run_migrations
|
28
|
-
run "bin/rails db:migrate"
|
29
|
-
else
|
30
|
-
puts "Skipping bin/rails db:migrate, don't forget to run it!" # rubocop:disable Rails/Output
|
31
|
-
end
|
32
|
-
end
|
33
24
|
end
|
34
25
|
end
|
35
26
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus_brazilian_adaptations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ulysses-bull
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-05-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: cpf_cnpj
|
@@ -80,7 +79,6 @@ dependencies:
|
|
80
79
|
- - ">="
|
81
80
|
- !ruby/object:Gem::Version
|
82
81
|
version: '0'
|
83
|
-
description:
|
84
82
|
email: contato7bulloleo@gmail.com
|
85
83
|
executables: []
|
86
84
|
extensions: []
|
@@ -111,12 +109,10 @@ files:
|
|
111
109
|
- lib/solidus_brazilian_adaptations.rb
|
112
110
|
- lib/solidus_brazilian_adaptations/configuration.rb
|
113
111
|
- lib/solidus_brazilian_adaptations/engine.rb
|
114
|
-
- lib/solidus_brazilian_adaptations/testing_support/factories.rb
|
115
112
|
- lib/solidus_brazilian_adaptations/version.rb
|
116
113
|
homepage: https://github.com/ulysses-bull/solidus_brazilian_adaptations#readme
|
117
114
|
licenses: []
|
118
115
|
metadata: {}
|
119
|
-
post_install_message:
|
120
116
|
rdoc_options: []
|
121
117
|
require_paths:
|
122
118
|
- lib
|
@@ -131,8 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
127
|
- !ruby/object:Gem::Version
|
132
128
|
version: '0'
|
133
129
|
requirements: []
|
134
|
-
rubygems_version: 3.
|
135
|
-
signing_key:
|
130
|
+
rubygems_version: 3.6.2
|
136
131
|
specification_version: 4
|
137
132
|
summary: ''
|
138
133
|
test_files: []
|