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 +4 -4
- data/CHANGELOG +4 -0
- data/lib/midwire_common/version.rb +1 -1
- data/lib/midwire_common/yaml_setting.rb +1 -0
- data/midwire_common.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 094765d867a56ed5ab9989cad74e09cc5ced384a
|
|
4
|
+
data.tar.gz: 9b46b2070c519ee053a00ef15b48d17c47f6f6b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fafcb84d6359ed4a7398e3d9f697f44bce5252d35f1e0bec98941425c2bf8c2b7fad19e6733790cb847214126b3d41601cd9ed7615b32f327da3cc76465842ca
|
|
7
|
+
data.tar.gz: b42e948a59bda1dbf7198f10ebd312c11ad9bd5b1049414375488c0d08380d0bdff344abcb7005a6bb2d80f99a9de31cdd35a1ec694a66a0de6f4116ba799af3
|
data/CHANGELOG
CHANGED
data/midwire_common.gemspec
CHANGED
|
@@ -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
|
|
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.
|
|
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-
|
|
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
|
|
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
|