application_configuration 1.1.9 → 1.1.10
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.
- data/lib/application_configuration.rb +1 -1
- data/lib/tasks/rubyforge_config.yml +1 -1
- metadata +2 -2
|
@@ -115,7 +115,7 @@ module Application
|
|
|
115
115
|
|
|
116
116
|
def reload
|
|
117
117
|
puts "Loading Configuration Settings!"
|
|
118
|
-
@final_configuration_settings = {:reload_settings_every =>
|
|
118
|
+
@final_configuration_settings = {:reload_settings_every => 1200} # reset the configuration
|
|
119
119
|
|
|
120
120
|
self.loaded_files.each do |lf|
|
|
121
121
|
puts "Loading Configuration Settings from file: #{lf.file_location}"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: application_configuration
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- markbates
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2008-01-
|
|
14
|
+
date: 2008-01-31 00:00:00 -05:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies: []
|
|
17
17
|
|