conjunction 0.27.2 → 0.29.1

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: 10222055d2ef0e0f8baa32c28de48f63525ce51411b617d7bfbfc9fadf77f42f
4
- data.tar.gz: 1db574208237fccad9ad80f3ce0b8334e4392b41a47ef3f8b5506905b2771264
3
+ metadata.gz: 180bd4fe00dc93dc27eb24f88cef96a7ef02a12191b4cd1a4d864fbcb9133a1c
4
+ data.tar.gz: c3ca8a5be1dde236f302d26816540f58e23f4de684ecbfb9c3844ad6297aee3d
5
5
  SHA512:
6
- metadata.gz: 67fa5fccb1ff593a1d1700a0a2b098d44d8b7d962637a16ac67f67da53e687b1f7eb153c57a020676fd8f53e4b6b56196ddd6d5f875014bece0a9fa0406da62a
7
- data.tar.gz: f2c2f98592f28d8080005da286b217b4a05b87126feba459ad236428ab3797d345c9155454f7a9a51b7ea5e965f3f1763579ae3bb26fd28725e23c773099a906
6
+ metadata.gz: 948f8058d0c732db6486ae8f580b8e3cdaf9f513b544668c86e7b58298aec99b9bbc41fe2592f103eafeeb73e8a4c6deb3c5d0250937a2f3899c88bd5d2a6593
7
+ data.tar.gz: b4047a28ad40363a50561d17cf1f5adeb54a60097452cf10582bfb837adc8fd098faacfc0b0f89f8f306eac5a79530bfe16fddf32cd852780e145c5050bf8bf4
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.2"
5
+ VERSION = "0.29.1"
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.2
4
+ version: 0.29.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: 2022-02-08 00:00:00.000000000 Z
11
+ date: 2022-08-23 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.2
33
+ version: 0.29.1
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.2
40
+ version: 0.29.1
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.27.2
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.1
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.2.32
107
+ rubygems_version: 3.3.7
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Provides a mechanism to loosely coupled a suite of cross-referenced objects