sourced_config 0.2.0 → 0.2.1
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69ed9d6e744d01d64ddfda05e9cc9ed81dc1d41a96b5c91042e7e862e92956f2
|
|
4
|
+
data.tar.gz: 360c51a9aadbe749ba6ed43ee5a43dd9faf1ba7f6ab2fc6d9be3aee2612636b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01b98b7c96e8bec76a2df66ec738bc8acae52f1457ae2f6634962d3c3f72f1f6708809274fe3387ce3d219e7816fbe5fbd85b1012f0cb7e1a2049a4a99d94a5b
|
|
7
|
+
data.tar.gz: '08e0f84976d02465067ae5084978fa942780c2db62d07b52a3256885001f8be06cb3da4a0e71e2a2d4161a40519fd5018fc32a2ae51604168f2c36d6a81b1d87'
|
|
@@ -12,7 +12,7 @@ module SourcedConfig
|
|
|
12
12
|
def copy_tasks
|
|
13
13
|
template "templates/sourced_config.rb", "config/initializers/sourced_config.rb"
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
application do
|
|
16
16
|
<<RUBY
|
|
17
17
|
# Initialise watch of application configuration
|
|
18
18
|
config.after_initialize { |app| ::SourcedConfig.setup(app) }
|