conjunction 0.28.0 → 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 +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0789a4da00f6508d7776076ce5fa133499c449a24544e36357f8988a20db9845'
4
- data.tar.gz: 586336cf63cd0b701e53a4a7be539278cd40a7e6f51df66db09efac80ab7db4c
3
+ metadata.gz: fe7689392d996c93824d36af9dee1bc825a7325dfbb8431f41c20103d6f58b9e
4
+ data.tar.gz: ee9162135902056cd34facd1471b1bcbfa473019fb0ab2e75156a7708f285a5c
5
5
  SHA512:
6
- metadata.gz: 3aba0f269a50ebbace02f57d34f279422ca086cb45077288c8bee34cc082e4d2ab42e655cbb83d34a0e0e7914a320264f4e0f02c41409fec4f54fb721b56b064
7
- data.tar.gz: 9919c47cf9c7f458027805df213a8462e723b2e26631cc42dc62baac4402a8630d1d3d234be33c4987932d46d29821207cf69cbc725dd968efa688fca0205404
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.28.0"
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.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Garside
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-06 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.28.0
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.28.0
40
+ version: 0.29.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: activemodel
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -81,14 +81,14 @@ 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.28.0
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
92
  post_install_message:
93
93
  rdoc_options: []
94
94
  require_paths:
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  requirements: []
107
- rubygems_version: 3.3.9
107
+ rubygems_version: 3.3.8
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Provides a mechanism to loosely coupled a suite of cross-referenced objects