expansions 0.1.24 → 0.1.25

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: 17b8bf65286145dcbcc02d748c02a21f3813a6b0
4
- data.tar.gz: 1c1c0779f23ce03cc9e8e06d012b1926543d4b7d
3
+ metadata.gz: f4c71a983e5a195a5db81718dccb298432a56d5d
4
+ data.tar.gz: 5d73fbfd6659198bcc062960e889766e7796d8cd
5
5
  SHA512:
6
- metadata.gz: acdb83058323426a9c5754a41452fe3e9c13fe64e22d330878ed2a4db0e2be547f8f087b42f90bf334fe8520a2c402043a17bd93d54182da035d1e322e39d724
7
- data.tar.gz: a958c8cd7b5ed576d82bb5d269b29df77ab6761880f3609d7afe8a752aca873bfba526ed461fb47906573c19b5debe78e4cb32fafd4ff41ed25deff78b973304
6
+ metadata.gz: 54dd1a7c51d1287f7fca2b6c55e0c44abaa5ad3977876f87c2a56b92e65ace385faf29f2380ef9e171a5b2cdc50557b5ebf8dfa403b289d1d2f848d849d0949c
7
+ data.tar.gz: a85ada82e65edbb3f09e79cb885530ea7230fdba0f48c82650fe1204e4fa816e532db0f4baa25747c53fd5a186b52724494513d2c9606e564297c7ee47d81e4c
@@ -15,7 +15,7 @@ module Expansions
15
15
  configatron.configure_from_hash(configuration_hash)
16
16
  end
17
17
 
18
- def configuration
18
+ def settings
19
19
  configatron
20
20
  end
21
21
 
@@ -1,3 +1,3 @@
1
1
  module Expansions
2
- VERSION = "0.1.24"
2
+ VERSION = "0.1.25"
3
3
  end
@@ -4,6 +4,6 @@ describe 'Configatron facade' do
4
4
  age: 42
5
5
  })
6
6
 
7
- configuration.age.should == 42
7
+ settings.age.should == 42
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: expansions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.24
4
+ version: 0.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Develop With Passion®