mo_record 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/generators/mo_record/install_generator.rb +1 -1
- data/lib/mo_record/logged_mo.rb +6 -3
- data/lib/mo_record/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: ee26a82859c70baa58dec0dd9847ff718432e6a4
|
|
4
|
+
data.tar.gz: 8fe637633b7a4fcce6aaaa8288dfb7addfb22142
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e8aa3b20a5ac06143f4bb0ec3e98def18d981c93c441b1bd9d28d479f220f902d59336abea7398bb7ba416b1d19f0cd2cb71783364a87e8947f7760b1cfdbb9
|
|
7
|
+
data.tar.gz: 30144184337e34ec3784373a674a11d21510260572c5d019e5ab2261aa8b248ceccb0948b99ae84167cc315be273a67b4410345fd34372fa85ee10ca7e0be8b5
|
|
@@ -9,7 +9,7 @@ module MoRecord
|
|
|
9
9
|
source_root File.expand_path("../templates", __FILE__)
|
|
10
10
|
|
|
11
11
|
def copy_migration
|
|
12
|
-
migration_template 'install.rb', 'db/migrate/
|
|
12
|
+
migration_template 'install.rb', 'db/migrate/create_logged_mos.rb'
|
|
13
13
|
end
|
|
14
14
|
|
|
15
15
|
def self.next_migration_number(dir)
|
data/lib/mo_record/logged_mo.rb
CHANGED
data/lib/mo_record/version.rb
CHANGED