simple-conf 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -28,7 +28,7 @@ Define in your project class like:
28
28
 
29
29
  Create in the config folder configuration.yml file with content like:
30
30
 
31
- ```
31
+ ```yaml
32
32
  staging:
33
33
  domain: "staging.example.com"
34
34
  links:
@@ -1,4 +1,5 @@
1
1
  require 'ostruct'
2
+ require 'yaml'
2
3
 
3
4
  module SimpleConf
4
5
  class Loader
@@ -1,3 +1,3 @@
1
1
  module SimpleConf
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-conf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-24 00:00:00.000000000 Z
12
+ date: 2012-07-25 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Simple configuration library for yml files for loading from the config
15
15
  folder