strong_migrations 0.1.4 → 0.1.5
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/.travis.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/lib/strong_migrations/migration.rb +2 -4
- data/lib/strong_migrations/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d55d62155945c43c542203a2d3998d1c4ea5a9d5
|
|
4
|
+
data.tar.gz: 4102d8ca2ab624b25c023c631400d920d4ff0602
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c70f45ddaf86e821e8f859d5d953e1633036509d1e613b77ee6720fb884bb1eefb559b9b5c7d2964d3765b84a53c8b0e8ee390097648f674a1d4fbfade216214
|
|
7
|
+
data.tar.gz: 5b6161ba4125eaf01c83f8a136af1368452f13022702190c9f5cd2b48487d1c0e6c01871cdfb0568c828deb87da88cc1172daa675b17e4b0c5ea61be82601c04
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -126,8 +126,7 @@ change_table block, so cannot help you here. Please make really sure that what
|
|
|
126
126
|
you're doing is safe before proceding, then wrap it in a safety_assured { ... } block."
|
|
127
127
|
end
|
|
128
128
|
|
|
129
|
-
|
|
130
|
-
message.prepend '
|
|
129
|
+
wait_message = '
|
|
131
130
|
__ __ _____ _______ _
|
|
132
131
|
\ \ / /\ |_ _|__ __| |
|
|
133
132
|
\ \ /\ / / \ | | | | | |
|
|
@@ -136,9 +135,8 @@ you're doing is safe before proceding, then wrap it in a safety_assured { ... }
|
|
|
136
135
|
\/ \/_/ \_\_____| |_| (_)
|
|
137
136
|
|
|
138
137
|
'
|
|
139
|
-
message << "\n"
|
|
140
138
|
|
|
141
|
-
raise StrongMigrations::UnsafeMigration, message
|
|
139
|
+
raise StrongMigrations::UnsafeMigration, "#{wait_message}#{message}\n"
|
|
142
140
|
end
|
|
143
141
|
end
|
|
144
142
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: strong_migrations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bob Remeika
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-
|
|
13
|
+
date: 2016-07-24 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activerecord
|