application_configuration 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,6 @@ require 'rubygems'
2
2
  require 'singleton'
3
3
  require 'yaml'
4
4
  require 'erb'
5
- require 'open-uri'
6
5
  module Application
7
6
 
8
7
  class Configuration
@@ -66,6 +65,7 @@ module Application
66
65
  end
67
66
 
68
67
  def load_url(path_to_file)
68
+ require 'open-uri'
69
69
  unless path_to_file.nil?
70
70
  begin
71
71
  path_to_file = Application::Configuration::Location.new(path_to_file, Application::Configuration::Location::URL) if path_to_file.is_a? String
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.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-17 00:00:00 -04:00
12
+ date: 2008-07-30 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15