multi_config 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +0 -1
- data/lib/multi_config/version.rb +1 -1
- data/spec/support/db/.gitignore +4 -0
- metadata +5 -3
data/.gitignore
CHANGED
data/lib/multi_config/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: multi_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Shadab Ahmed
|
@@ -137,6 +137,7 @@ files:
|
|
137
137
|
- spec/support/config/invalid.yml
|
138
138
|
- spec/support/config/other.yml
|
139
139
|
- spec/support/config_helper.rb
|
140
|
+
- spec/support/db/.gitignore
|
140
141
|
- spec/support/models.rb
|
141
142
|
- spec/support/rails_config.rb
|
142
143
|
homepage: https://github.com/shadabahmed/multi_config
|
@@ -183,5 +184,6 @@ test_files:
|
|
183
184
|
- spec/support/config/invalid.yml
|
184
185
|
- spec/support/config/other.yml
|
185
186
|
- spec/support/config_helper.rb
|
187
|
+
- spec/support/db/.gitignore
|
186
188
|
- spec/support/models.rb
|
187
189
|
- spec/support/rails_config.rb
|