Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Deprecate SimpleConfig::Utilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jun 6, 2012
1 parent 13dd3ac commit bed07dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@
- Added support for Bundler.
- Added ability to duplicate a config object using SimpleConfig::Config#dup (GH-14). [Thanks @andriusch]
- Added SimpleConfig::Config#merge and SimpleConfig::Config#merge! (GH-14). [Thanks @andriusch]
- Deprecated SimpleConfig::Utilities.

## 1.1

Expand Down
6 changes: 6 additions & 0 deletions lib/simple_config/utilities.rb
@@ -1,5 +1,11 @@
require 'uri'

warn <<-EOS
SimpleConfig::Utilities is deprecated and will be removed in SimpleConfig 2.0.
Please package it as a Gem or MicroGem.
See http://jeffkreeftmeijer.com/2011/microgems-five-minute-rubygems/
EOS

module SimpleConfig
module Utilities
class NetworkHost
Expand Down

0 comments on commit bed07dd

Please sign in to comment.