simpleconfig 2.0.0 → 2.0.1
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.
- checksums.yaml +15 -0
- data/.travis.yml +13 -0
- data/CHANGELOG.md +4 -0
- data/lib/simple_config/railtie.rb +1 -1
- data/lib/simple_config/version.rb +1 -1
- metadata +6 -16
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NTQ2MTJjM2E2MTZhZmI1Y2JkMTFiOWRkYWIxMmZhZGQ2NTUwYTA3OQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MmJkNGYyZjgyMmMyNWU3MzMwMTgzMzBjY2Y5M2Q1NzlhOTIzYzhmOQ==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
NDc3YTcxYTYwM2JiZmY5MTM0MWExMGViYTcwZmI4MTc4MjBkYzc3MDc3ZjUy
|
|
10
|
+
MzQ4ZGViYWE0YzVmMTM4ZDFkZWNlODViYWJjM2RmZDcxMGMxNWMyMmIxMzU1
|
|
11
|
+
MDFlZjEyNDg5Y2M3OTk4ZjQ2NmEyOTFhYjNhNGQyYTVmYzMwOTg=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YTAyYjE1MWZmNTcyZDRhZmI5ZWRiM2I4NTYxYzY3MDA4ZGYwYjdiMTEyNTc3
|
|
14
|
+
ZDYxOTllZTBhOTY3MzFiN2ZlZWU2ZmU0M2ViMjcyYjA4N2NiNzRlNzVjZTRl
|
|
15
|
+
Yzc0ZWE1NTBiYmU4NGM5OTZlNDlhYTE0NGRkNmJkM2MyMTdjNDQ=
|
data/.travis.yml
ADDED
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simpleconfig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 2.0.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Luke Redpath
|
|
@@ -10,12 +9,11 @@ authors:
|
|
|
10
9
|
autorequire:
|
|
11
10
|
bindir: bin
|
|
12
11
|
cert_chain: []
|
|
13
|
-
date:
|
|
12
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: rake
|
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
|
18
|
-
none: false
|
|
19
17
|
requirements:
|
|
20
18
|
- - ! '>='
|
|
21
19
|
- !ruby/object:Gem::Version
|
|
@@ -23,7 +21,6 @@ dependencies:
|
|
|
23
21
|
type: :development
|
|
24
22
|
prerelease: false
|
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
-
none: false
|
|
27
24
|
requirements:
|
|
28
25
|
- - ! '>='
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
@@ -31,7 +28,6 @@ dependencies:
|
|
|
31
28
|
- !ruby/object:Gem::Dependency
|
|
32
29
|
name: yard
|
|
33
30
|
requirement: !ruby/object:Gem::Requirement
|
|
34
|
-
none: false
|
|
35
31
|
requirements:
|
|
36
32
|
- - ! '>='
|
|
37
33
|
- !ruby/object:Gem::Version
|
|
@@ -39,7 +35,6 @@ dependencies:
|
|
|
39
35
|
type: :development
|
|
40
36
|
prerelease: false
|
|
41
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
42
|
-
none: false
|
|
43
38
|
requirements:
|
|
44
39
|
- - ! '>='
|
|
45
40
|
- !ruby/object:Gem::Version
|
|
@@ -47,7 +42,6 @@ dependencies:
|
|
|
47
42
|
- !ruby/object:Gem::Dependency
|
|
48
43
|
name: mocha
|
|
49
44
|
requirement: !ruby/object:Gem::Requirement
|
|
50
|
-
none: false
|
|
51
45
|
requirements:
|
|
52
46
|
- - ! '>='
|
|
53
47
|
- !ruby/object:Gem::Version
|
|
@@ -55,7 +49,6 @@ dependencies:
|
|
|
55
49
|
type: :development
|
|
56
50
|
prerelease: false
|
|
57
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
58
|
-
none: false
|
|
59
52
|
requirements:
|
|
60
53
|
- - ! '>='
|
|
61
54
|
- !ruby/object:Gem::Version
|
|
@@ -70,6 +63,7 @@ extensions: []
|
|
|
70
63
|
extra_rdoc_files: []
|
|
71
64
|
files:
|
|
72
65
|
- .gitignore
|
|
66
|
+
- .travis.yml
|
|
73
67
|
- CHANGELOG.md
|
|
74
68
|
- Gemfile
|
|
75
69
|
- LICENSE
|
|
@@ -87,30 +81,26 @@ files:
|
|
|
87
81
|
- test/yaml_parser_test.rb
|
|
88
82
|
homepage: http://github.com/lukeredpath/simpleconfig
|
|
89
83
|
licenses: []
|
|
84
|
+
metadata: {}
|
|
90
85
|
post_install_message:
|
|
91
86
|
rdoc_options: []
|
|
92
87
|
require_paths:
|
|
93
88
|
- lib
|
|
94
89
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
95
|
-
none: false
|
|
96
90
|
requirements:
|
|
97
91
|
- - ! '>='
|
|
98
92
|
- !ruby/object:Gem::Version
|
|
99
93
|
version: '0'
|
|
100
|
-
segments:
|
|
101
|
-
- 0
|
|
102
|
-
hash: 1619246843325472384
|
|
103
94
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
|
-
none: false
|
|
105
95
|
requirements:
|
|
106
96
|
- - ! '>='
|
|
107
97
|
- !ruby/object:Gem::Version
|
|
108
98
|
version: '0'
|
|
109
99
|
requirements: []
|
|
110
100
|
rubyforge_project:
|
|
111
|
-
rubygems_version:
|
|
101
|
+
rubygems_version: 2.0.3
|
|
112
102
|
signing_key:
|
|
113
|
-
specification_version:
|
|
103
|
+
specification_version: 4
|
|
114
104
|
summary: Simple object-oriented application settings for Ruby applications
|
|
115
105
|
test_files:
|
|
116
106
|
- test/simple_config_functional_test.rb
|