conjunction 0.18.0 → 0.18.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/conjunction/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 772f670b53de14281029b4b04dbb88e9652a3f7d83a734ed0c80aa7557e59fe0
|
4
|
+
data.tar.gz: '077491d345dff5cd9edaf216c5ea158f9df8d714902c1ca72ad832da974c3d51'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b083b8c0747680527061ed221cf32b5904faada3ae0e0c738e5c927cb780dc990888775525303f1d1319f89dad98a2d433647901cd95faf5772b6d5b61760ac
|
7
|
+
data.tar.gz: 49b9280a352448e1633e5ada42654b7091e33e4b59c2fc9232ea3ad18e4d1e6d8d95366bc71628761e4d6f60d58cd884f4ab5f431c9773e9b5afa33c702e18f3
|
data/lib/conjunction/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conjunction
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.18.
|
4
|
+
version: 0.18.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Garside
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-11-
|
11
|
+
date: 2019-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -57,8 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
57
|
- !ruby/object:Gem::Version
|
58
58
|
version: '0'
|
59
59
|
requirements: []
|
60
|
-
|
61
|
-
rubygems_version: 2.7.6
|
60
|
+
rubygems_version: 3.0.6
|
62
61
|
signing_key:
|
63
62
|
specification_version: 4
|
64
63
|
summary: Provides a mechanism to loosely coupled a suite of cross-referenced objects
|