flowcation 0.2.16 → 0.2.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/flowcation/version.rb +1 -1
- data/lib/generators/flowcation/generate/config_generator.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: 2be4a3a57e22a260a9b7891444b9a1d678b1b2e6
|
4
|
+
data.tar.gz: de9f979f1f05df03a25280d072154321418ec32c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2799db76de616dff25748ad6c2694f3f026e3c09e0ec3cdca87459207753876a21c3e508efb11910ff714c00aedf2f6bf172dfa3fe4161436a782f0ec33fb629
|
7
|
+
data.tar.gz: a9ba3d5853b870a926f22b059e6aaaa8d6716bea0a0c2a96dc1a2203a7b24d46ff387620b6274654da77bd695b54275bbd77928a9839a115d224133937a79b15
|
data/Gemfile.lock
CHANGED
data/lib/flowcation/version.rb
CHANGED
@@ -5,7 +5,7 @@ module Flowcation
|
|
5
5
|
module Generate
|
6
6
|
class ConfigGenerator < Rails::Generators::Base
|
7
7
|
desc "This generator creates a basic rails.yml file at config/flowcation"
|
8
|
-
source_root File.expand_path("
|
8
|
+
source_root File.expand_path("../templates", __FILE__)
|
9
9
|
def copy_config_file
|
10
10
|
copy_file "rails.yml", "config/flowcation/rails.yml"
|
11
11
|
end
|