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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 906276e9c89b9acc1a19fdc27b579bbb8208face
4
- data.tar.gz: 87fb56d13635be447185e5c220abc40feb0b027d
3
+ metadata.gz: 2be4a3a57e22a260a9b7891444b9a1d678b1b2e6
4
+ data.tar.gz: de9f979f1f05df03a25280d072154321418ec32c
5
5
  SHA512:
6
- metadata.gz: f82e1e592adb4f5ee96d29a47a44e298c48e40f3529c43558ee6d3390fb9a840d500e5d26c512c48e0313aa948b9ca8ae3fb66373d3161b63e72a7595b3c0b92
7
- data.tar.gz: 10f0e9b7394df5d6177f93f98c72ce75a0dc0f38ab27eb39c0eb4b16b3b0728c85c1c4bc4e190ca1e1b4b81e5c19b00b8d2557d1355a0b79a78049f782630ca6
6
+ metadata.gz: 2799db76de616dff25748ad6c2694f3f026e3c09e0ec3cdca87459207753876a21c3e508efb11910ff714c00aedf2f6bf172dfa3fe4161436a782f0ec33fb629
7
+ data.tar.gz: a9ba3d5853b870a926f22b059e6aaaa8d6716bea0a0c2a96dc1a2203a7b24d46ff387620b6274654da77bd695b54275bbd77928a9839a115d224133937a79b15
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flowcation (0.2.16)
4
+ flowcation (0.2.17)
5
5
  activesupport (~> 5.1.5)
6
6
  nokogiri (~> 1.8.2)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Flowcation
2
- VERSION = "0.2.16"
2
+ VERSION = "0.2.17"
3
3
  end
@@ -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("./templates", __FILE__)
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flowcation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.16
4
+ version: 0.2.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthias Hennemeyer