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 CHANGED
@@ -16,5 +16,4 @@ spec/reports
16
16
  test/tmp
17
17
  test/version_tmp
18
18
  tmp
19
- spec/support/db/*db*
20
19
  .rbenv*
@@ -1,3 +1,3 @@
1
1
  module MultiConfig
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -0,0 +1,4 @@
1
+ # Ignore everything in this directory
2
+ *
3
+ # Except this file
4
+ !.gitignore
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
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