squasher 0.1.3 → 0.1.4
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/squasher/messages.json +1 -1
- data/lib/squasher/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5f1d8e8ce71fa78055a2156c47b415b74cd229d
|
|
4
|
+
data.tar.gz: 395976fb92587dac500a63c35b636020cb0add3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa0d0ca6d649c17cd2802f1972ac113f2f63cefa4299b9278ed7666e83b99cade8616d84f196f9450ec0f263a3f7516fc5e92598a0a115784ce8badb40aab198
|
|
7
|
+
data.tar.gz: e6e9b8143a16d37867c787c999435871cc28b975f851af7dbdf2b6aeb89ef3c4a9e0ed1dab25c3e72fe2c0f7e59b5c07c80297e4f856360a480655d317b37325
|
data/lib/squasher/messages.json
CHANGED
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
|
|
16
16
|
"db_cleaning": "Squasher is applying a clean migration",
|
|
17
17
|
|
|
18
|
-
"usage": "Example usage:\n :green
|
|
18
|
+
"usage": "Example usage:\n :green<squasher> :yellow<year[/month][/day]> #squash migrations prior to a specified date\n :green<squasher> :yellow<clean> #generate or update a cleaning migration and apply it\n :green<squasher> :yellow<info> #show this message"
|
|
19
19
|
}
|
data/lib/squasher/version.rb
CHANGED