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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83e8fca2551d270a78e18be093dea5bcecef26df
4
- data.tar.gz: 415f33aee61f463d8fd76f2fd18d4f955714aaee
3
+ metadata.gz: b5f1d8e8ce71fa78055a2156c47b415b74cd229d
4
+ data.tar.gz: 395976fb92587dac500a63c35b636020cb0add3c
5
5
  SHA512:
6
- metadata.gz: a846ddde5b4bf5e69ea647ad46077b38e1e5f791c024ee03b80cb68807dfd0ab76a68f1c07b8442a8b36863dea8094f42572c1b4d8a47bdbf55635156e31c1c2
7
- data.tar.gz: 92ede9de08646722269618206969717bcad1e92c4337205c0c6f9f000b7d927003ff59899cc5a841e1634a0eb4c7323788281bf16646adb64a36276ae36b1097
6
+ metadata.gz: aa0d0ca6d649c17cd2802f1972ac113f2f63cefa4299b9278ed7666e83b99cade8616d84f196f9450ec0f263a3f7516fc5e92598a0a115784ce8badb40aab198
7
+ data.tar.gz: e6e9b8143a16d37867c787c999435871cc28b975f851af7dbdf2b6aeb89ef3c4a9e0ed1dab25c3e72fe2c0f7e59b5c07c80297e4f856360a480655d317b37325
@@ -15,5 +15,5 @@
15
15
 
16
16
  "db_cleaning": "Squasher is applying a clean migration",
17
17
 
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"
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
  }
@@ -1,3 +1,3 @@
1
1
  module Squasher
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: squasher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Pchelincev