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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f233c7e1229bd482ba38097c1ca0392e3e8c953f
4
- data.tar.gz: f6df8ca5062bce74621fbfee46a8dde000fd8c62
3
+ metadata.gz: d5c4862d083f144779496f5f681dc487da4791d4
4
+ data.tar.gz: b681227e6222d777cdca0fbd4455ffa213a96a24
5
5
  SHA512:
6
- metadata.gz: 910fdb9917f56c7130c45068423cb0ff3c36951a67e10bd345ab75ddbde50742ecb0909f35d6a2c92a6712e985b3d229bd71dc55fb3442636fc2d9f95bc5dd62
7
- data.tar.gz: 4bf229c0680d0b3d1c9d7feda2fe695c8c7860b2b31fd1824d71c014ec00a008f5509d201e4a9af9274f9e62cce81c71ae9c4d1ef9afce8df3561fcafc4adfb6
6
+ metadata.gz: edc3baf568a4b10b755279dd56fb0106a87e23a32a647d3ad2fb2a9577834a4eab6a30325698cc9f36b44e4ed38e0c955e5f60ede9519fb69ef857d8ef659755
7
+ data.tar.gz: 3efc0bfaebc2071896abe2678b68d4733f1e5577a359f6925c43f8e6c3e7eaf341757e3b4e5564363e503ba210dc86e4f23a5129e3ec3b7b6509fbe599e5e1cd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elasticonf (1.1.1)
4
+ elasticonf (1.1.2)
5
5
  hashie (~> 3.1)
6
6
 
7
7
  GEM
@@ -35,7 +35,7 @@ module Elasticonf
35
35
  end
36
36
 
37
37
  def config_file
38
- @config_file ||= 'config'
38
+ @config_file ||= 'settings'
39
39
  end
40
40
 
41
41
  def config_file=(value)
@@ -1,3 +1,3 @@
1
1
  module Elasticonf
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
@@ -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('config') }
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('config') }
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.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-07 00:00:00.000000000 Z
11
+ date: 2014-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie