collab 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/collab/version.rb +1 -1
- data/lib/generators/collab/install/install_generator.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bed5f0b5e200818d926fba3438bb9d7aac97f8a3d56ed618030b9cb3aadaaaf4
|
4
|
+
data.tar.gz: 54398d937f3b7e6f8bbc7d9a16d3622a67741efba090cc3b099f1d03fbe7c010
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 730e7ca06ab6aacf089ca6ef0491d0b64653d0221143e20bffe8ca97103ae5353bc75e2dc7a84fbc0e02ab6367e2591ff8b7523a8d7f9c7c1676f74d46e39131
|
7
|
+
data.tar.gz: 10ba3c6cf4c0bf1e30acf3a1c08fe427648a6887f16f123a4340de772308d43ba6b57a7d7ad6b34ae7c393a07ffeb90e66ad23e8620f0a2b8e593f9499617c4b
|
data/lib/collab/version.rb
CHANGED
@@ -2,7 +2,7 @@ require "rails/generators"
|
|
2
2
|
require "rails/generators/active_record"
|
3
3
|
|
4
4
|
module Collab
|
5
|
-
class Install < Rails::Generators::
|
5
|
+
class Install < Rails::Generators::Base
|
6
6
|
include ::Rails::Generators::Migration
|
7
7
|
|
8
8
|
desc "Creates the necessary migrations and initializer for the gem"
|