midwire_common 0.1.18 → 0.2.0

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: 9306a1ed77900544a6c8850f1af1cac6967fc67a
4
- data.tar.gz: 3e00284792d683b740ff9624e163933e98aa97f3
3
+ metadata.gz: 094765d867a56ed5ab9989cad74e09cc5ced384a
4
+ data.tar.gz: 9b46b2070c519ee053a00ef15b48d17c47f6f6b9
5
5
  SHA512:
6
- metadata.gz: 80fbc07b6d5cdf717f22426e34cd4f85e94fe1720351f430ca71cc7e377553abf419310b5ede6c9a202628b148e6adc874810d2199b7c2415c67899b1edeeb92
7
- data.tar.gz: 4c71ff2bb61e4ce92b2f85eac0a4fc3b0bbd58a978f20021fe3203f16353ef411a9793f034c1573cca119d739a39ef482c2702bc238c7006df4ee4de8a40b9a5
6
+ metadata.gz: fafcb84d6359ed4a7398e3d9f697f44bce5252d35f1e0bec98941425c2bf8c2b7fad19e6733790cb847214126b3d41601cd9ed7615b32f327da3cc76465842ca
7
+ data.tar.gz: b42e948a59bda1dbf7198f10ebd312c11ad9bd5b1049414375488c0d08380d0bdff344abcb7005a6bb2d80f99a9de31cdd35a1ec694a66a0de6f4116ba799af3
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *0.2.0* (March 10, 2016)
2
+
3
+ * Call `load` before returning data in YamlSetting
4
+
1
5
  *0.1.18* (February 01, 2016)
2
6
 
3
7
  * Add 'data' method for YamlSetting
@@ -1,6 +1,6 @@
1
1
  original_verbosity = $VERBOSE
2
2
  $VERBOSE = nil
3
3
  module MidwireCommon
4
- VERSION = '0.1.18'
4
+ VERSION = '0.2.0'
5
5
  end
6
6
  $VERBOSE = original_verbosity
@@ -30,6 +30,7 @@ module MidwireCommon
30
30
  end
31
31
 
32
32
  def data
33
+ load
33
34
  config
34
35
  end
35
36
  end
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
  spec.version = MidwireCommon::VERSION
7
7
  spec.authors = ['Chris Blackburn']
8
8
  spec.email = ['chris@midwiretech.com']
9
- spec.description = 'A useful Ruby library for the Midwire development team'
10
- spec.summary = 'Midwire Ruby Library'
9
+ spec.description = 'A useful Ruby library'
10
+ spec.summary = 'Midwire Tech Ruby Library'
11
11
  spec.homepage = 'https://github.com/midwire/midwire_common'
12
12
 
13
13
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: midwire_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Blackburn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-02 00:00:00.000000000 Z
11
+ date: 2016-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -150,7 +150,7 @@ dependencies:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0.19'
153
- description: A useful Ruby library for the Midwire development team
153
+ description: A useful Ruby library
154
154
  email:
155
155
  - chris@midwiretech.com
156
156
  executables: []
@@ -220,7 +220,7 @@ rubyforge_project:
220
220
  rubygems_version: 2.4.5
221
221
  signing_key:
222
222
  specification_version: 4
223
- summary: Midwire Ruby Library
223
+ summary: Midwire Tech Ruby Library
224
224
  test_files:
225
225
  - spec/lib/midwire_common/array_spec.rb
226
226
  - spec/lib/midwire_common/data_file_cache_spec.rb