elasticonf 1.1.1 → 1.1.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/elasticonf/config.rb +1 -1
- data/lib/elasticonf/version.rb +1 -1
- data/spec/lib/elasticonf/config_spec.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5c4862d083f144779496f5f681dc487da4791d4
|
4
|
+
data.tar.gz: b681227e6222d777cdca0fbd4455ffa213a96a24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edc3baf568a4b10b755279dd56fb0106a87e23a32a647d3ad2fb2a9577834a4eab6a30325698cc9f36b44e4ed38e0c955e5f60ede9519fb69ef857d8ef659755
|
7
|
+
data.tar.gz: 3efc0bfaebc2071896abe2678b68d4733f1e5577a359f6925c43f8e6c3e7eaf341757e3b4e5564363e503ba210dc86e4f23a5129e3ec3b7b6509fbe599e5e1cd
|
data/Gemfile.lock
CHANGED
data/lib/elasticonf/config.rb
CHANGED
data/lib/elasticonf/version.rb
CHANGED
@@ -13,7 +13,7 @@ describe Elasticonf::Config do
|
|
13
13
|
end
|
14
14
|
|
15
15
|
its(:env) { should eql('development') }
|
16
|
-
its(:config_file) { should eql('
|
16
|
+
its(:config_file) { should eql('settings') }
|
17
17
|
its(:const_name) { should eql('Settings') }
|
18
18
|
its(:raise_if_already_initialized_constant) { should be_true }
|
19
19
|
|
@@ -70,7 +70,7 @@ describe Elasticonf::Config do
|
|
70
70
|
end
|
71
71
|
|
72
72
|
describe '#config_file' do
|
73
|
-
its(:config_file) { should eql('
|
73
|
+
its(:config_file) { should eql('settings') }
|
74
74
|
|
75
75
|
it 'should return some value' do
|
76
76
|
expect {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elasticonf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Rezvanov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hashie
|