rake-pro 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: e97c5f689ac1ec0946e8f829f51de14b996629f2
4
- data.tar.gz: 300ae02af19b47d7e760d77d9f7c1ce93af48f25
3
+ metadata.gz: 8a9f06df339239e186d292344726f0636dd83da3
4
+ data.tar.gz: cd6703a85c27669daa0c5b02f24f55338b546790
5
5
  SHA512:
6
- metadata.gz: 6e052d8e24b5777d1673ecff02bdc8928f301a1457073106e80e97cad98b50874f0fcd12db49c5aeeb89afc1baf628f9957a731e79b9bc98c22298c6f6f9f3d1
7
- data.tar.gz: c799aa5df7ad47372cddfdc493d42ef5d5aa033957ba0ba5eedff599991c57cdcce9aafb9bd60b8799f1454a6b405820a21a602d2ca1062732f3f73f6144c79f
6
+ metadata.gz: 6c673a239be170bec724196c6ce4d093109449d018435a187e4f66239ed734ae3616afe6e2f46c57a0ef80a5bad7ee8f2a56bdac207646ffe0132456090780c8
7
+ data.tar.gz: f43bfd1f4623bf9697c73e174602dbcd51eef90a4198b5a15f9617b950d9e5f997312344cbb0be1111cf28c201684fbf955f95900fd2b9220398eee1899a63fd
@@ -91,9 +91,9 @@ module Rake
91
91
  load_paths = parts.reduce([
92
92
  rpath(root, 'cfg.yml'),
93
93
  rpath(root, '.cfg.yml'),
94
- rpath(root, 'cfg-private.yml')
95
- rpath(root, '.cfg-private.yml')
96
- rpath(root, 'cfg-local.yml')
94
+ rpath(root, 'cfg-private.yml'),
95
+ rpath(root, '.cfg-private.yml'),
96
+ rpath(root, 'cfg-local.yml'),
97
97
  rpath(root, '.cfg-local.yml')
98
98
  ]) { |paths, folder|
99
99
  paths.push(rpath(root, folder, 'cfg.yml'))
@@ -1,5 +1,5 @@
1
1
  module Rake
2
2
  module Pro
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake-pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dean Hallman