conjunction 0.27.1 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/conjunction/version.rb +1 -1
  4. metadata +13 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1bbcad88338a4da479dba621e417e0d4cbe89aed4c1a34ad31393cab3318133c
4
- data.tar.gz: ac7ba501afa319cc3f1e4af30f57177f1aaabfee2c2e7567b421de564d62febf
3
+ metadata.gz: fe7689392d996c93824d36af9dee1bc825a7325dfbb8431f41c20103d6f58b9e
4
+ data.tar.gz: ee9162135902056cd34facd1471b1bcbfa473019fb0ab2e75156a7708f285a5c
5
5
  SHA512:
6
- metadata.gz: 7cfbb56bac08e203f360947a32e0990cc39272eec904a24d5403fd72d358b68080f924c65835d96989270f364ec669f9de67956286b83a26b714df3bcd41adca
7
- data.tar.gz: 4ca205827d3d568687eaaca05a8b3531468cf82510c883b9af34413d5097d55d2c34e5ee0d87ae46c728949b9b98e7a5eb7b5c6e21f7cf08cb00ecfe8abcb478
6
+ metadata.gz: c36cb0a2e6a39324a0498bb4be56dcf4a14da64f8b7bafee9cca1eb44c08eed6c991cfaafc88c11741c0f00f9ab10fc46a811790496899699c0c85ebd2b145ba
7
+ data.tar.gz: 5be79e695275afa0598e1dc787b697cae3ae3c4a75b98ad12128a8c76336d776bfc1ad4e16b65e429b46347f7233ea807feb6dfb90f274b1d6ea06e05d2d7409
data/README.md CHANGED
@@ -440,7 +440,7 @@ All these are very disparate and feature-rich implementations of a solution to t
440
440
 
441
441
  So ultimately, `Conjunction` exists because I thought it would be nice to create a generic solution to this object reference problem that can be utilized by other gems to create some kind of standardization and consistency to this hard problem.
442
442
 
443
- It also selfishly helps cleanup a lot of duplicate code across several co-developed gems which I will shamelessly plug here: [Command](https://github.com/Freshly/command), [Facet](https://github.com/Freshly/spicerack/tree/develop/facet), [Flow](https://github.com/Freshly/flow), [Law](https://github.com/Freshly/law), [Material](https://github.com/Freshly/material).
443
+ It also selfishly helps cleanup a lot of duplicate code across several co-developed gems which I will shamelessly plug here: [Command](https://github.com/RubyAfterAll/command), [Facet](https://github.com/RubyAfterAll/spicerack/tree/develop/facet), [Flow](https://github.com/RubyAfterAll/flow), [Law](https://github.com/RubyAfterAll/law), [Material](https://github.com/RubyAfterAll/material).
444
444
 
445
445
  ### How's it Function?
446
446
 
@@ -746,7 +746,7 @@ Consult Spicerack's [development instructions](../README.md#development) for mor
746
746
 
747
747
  ## Contributing
748
748
 
749
- Bug reports and pull requests are welcome on GitHub at https://github.com/Freshly/spicerack.
749
+ Bug reports and pull requests are welcome on GitHub at https://github.com/RubyAfterAll/spicerack.
750
750
 
751
751
  ## License
752
752
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Conjunction
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.27.1"
5
+ VERSION = "0.29.0"
6
6
  end
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.27.1
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Garside
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-04 00:00:00.000000000 Z
11
+ date: 2022-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.27.1
33
+ version: 0.29.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.27.1
40
+ version: 0.29.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: activemodel
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -81,15 +81,15 @@ files:
81
81
  - lib/conjunction/rspec/custom_matchers/have_prototype_name.rb
82
82
  - lib/conjunction/spec_helper.rb
83
83
  - lib/conjunction/version.rb
84
- homepage: https://github.com/Freshly/spicerack/tree/main/conjunction
84
+ homepage: https://github.com/RubyAfterAll/spicerack/tree/main/conjunction
85
85
  licenses:
86
86
  - MIT
87
87
  metadata:
88
- homepage_uri: https://github.com/Freshly/spicerack/tree/main/conjunction
89
- source_code_uri: https://github.com/Freshly/spicerack/tree/main/conjunction
90
- changelog_uri: https://github.com/Freshly/spicerack/blob/main/conjunction/CHANGELOG.md
91
- documentation_uri: https://www.rubydoc.info/gems/conjunction/0.27.1
92
- post_install_message:
88
+ homepage_uri: https://github.com/RubyAfterAll/spicerack/tree/main/conjunction
89
+ source_code_uri: https://github.com/RubyAfterAll/spicerack/tree/main/conjunction
90
+ changelog_uri: https://github.com/RubyAfterAll/spicerack/blob/main/conjunction/CHANGELOG.md
91
+ documentation_uri: https://www.rubydoc.info/gems/conjunction/0.29.0
92
+ post_install_message:
93
93
  rdoc_options: []
94
94
  require_paths:
95
95
  - lib
@@ -104,8 +104,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  requirements: []
107
- rubygems_version: 3.2.26
108
- signing_key:
107
+ rubygems_version: 3.3.8
108
+ signing_key:
109
109
  specification_version: 4
110
110
  summary: Provides a mechanism to loosely coupled a suite of cross-referenced objects
111
111
  test_files: []