configured 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ require 'yaml'
2
+
1
3
  module Configured
2
4
  class << self
3
5
 
@@ -2,7 +2,7 @@ module Configured # :nodoc:
2
2
  module Version # :nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 4
5
+ TINY = 5
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configured
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,18 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2011-10-06 00:00:00.000000000Z
13
- dependencies: []
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rspec
16
+ requirement: &18838580 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: *18838580
14
25
  description: configured. Use your database.yaml in rails initters. For redis, redis-store
15
26
  and e.t.c.
16
27
  email: nettsundere@gmail.com
@@ -50,5 +61,5 @@ rubyforge_project:
50
61
  rubygems_version: 1.8.10
51
62
  signing_key:
52
63
  specification_version: 3
53
- summary: configured 1.0.4
64
+ summary: configured 1.0.5
54
65
  test_files: []