souls 0.8.8 → 0.8.9

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: f5859735f56d7954ebc4b65d76b8961050dd13ce6b9e5572efc0feb08ddde21d
4
- data.tar.gz: 95bc765b4a97393f94d53f5b08f34dc893482f5e266fb4a514429f2f40a39f3a
3
+ metadata.gz: a805d220db3a397f804739f3e1b23bd78b77e1ca23953abbf1b88a473a818967
4
+ data.tar.gz: b780848b2039100bccfd3afecec4b4bebe2a0656e7bd5e978f1aa553fddeb082
5
5
  SHA512:
6
- metadata.gz: 4fc5d3918a769fdfc7b67bf4466d65536b97a380e3504f736982889c0ae5a92cff0584e924bdd296049c91c260213954d5bfd22298570fab5ca26edda94eeab3
7
- data.tar.gz: 14b3e574b8aed7a8563726edeca5c827bf0c37011d2a7d6c7f6de6a2456466a402c9172c1a5c21e684f0ef5a093d9db6ce8169a55d80ae3c5b3b40f5f96c38ad
6
+ metadata.gz: 815c4d0fbfc43dd9844e8d995a667b52fcda667e1379be448a75ba70024a6c9ccae2efcb4059ecc713bf0a903a64e1b3cea3ad739807105b0a8299dda3714114
7
+ data.tar.gz: d7799896e331fcc85c6c33f66fc2890651b6933c046bb85f6d26396e62654dc16833c04c97ff52a9cb67745d8f7a62830750c1527aecafa71ccd1125d8ce73a1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- souls (0.8.7)
4
+ souls (0.8.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/exe/souls CHANGED
@@ -57,8 +57,10 @@ begin
57
57
  Souls::Init.query class_name: ARGV[2]
58
58
  when "type"
59
59
  Souls::Init.type class_name: ARGV[2]
60
- when "migration"
60
+ when "migrate"
61
61
  Souls::Init.migration class_name: ARGV[2]
62
+ when "migration"
63
+ `rake db:create_migration NAME=#{ARGV[3]}`
62
64
  when "rspec_factory"
63
65
  Souls::Init.rspec_factory class_name: ARGV[2]
64
66
  when "rspec_model"
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.8.8"
2
+ VERSION = "0.8.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.8
4
+ version: 0.8.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI