conjunction 0.23.7 → 0.25.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cc846bde2109fa42589c50d3dbe0d8bbeef0a64c6db4e0932833e2ca06ba5a6
4
- data.tar.gz: b8fe4e5b6959c991f943a96a18a5bfe9952adaa3919ed4ec2542bd5dcce33c44
3
+ metadata.gz: cc516a299260b43e19ea3dbf7d140ab65c747301f502b6d0ca423a5a020fbcbf
4
+ data.tar.gz: 0d9b3a4a487334c1cd7f1725b235cde38b4b708f398ad4c53a6214e9f9a12ca9
5
5
  SHA512:
6
- metadata.gz: e321e2c436bf293e38e4eaf024feba3b7bd6f97711eeda0a1aafbb58064887397fcdd9f85ace6ecd236f28eb41f653a82351132ce7a4c3aa0a8a285bd92c396b
7
- data.tar.gz: 819298d9a9fa396dda7e1f542af851b09478b44a29060a5ccae26a87df4149f5ded0251b98b73d8e259c38c29174f8cce63b137d9da00c34c43fe7026f8508a1
6
+ metadata.gz: cd8b69b5b071b58e42d9b6c0f3152aa5cbb556ab5ecd5a40cb0ddf597a289ac49286515351e24fe65310f7a5e105c0cf584a6cca11c886a29927df730aac8bce
7
+ data.tar.gz: 4e7676c9f133df3ab76402f2ac1ab6c674dc3c4aeca2da898c91bfb496da22628de1ca435871b8c3768e0163b4c01c3b14a87649ff290a7bf32da66c7ee37786
data/README.md CHANGED
@@ -527,12 +527,12 @@ This now gives the `Presenter` junction enough information to know that it's nam
527
527
  ApplicationPresenter.junction_key # => presenter
528
528
  ```
529
529
 
530
- You can also use `suffixed_with` if you want to do namespaces instead, ex:
530
+ You can also use `prefixed_with` if you want to do namespaces instead, ex:
531
531
 
532
532
  ```ruby
533
533
  class ApplicationFleeb
534
534
  include Conjunction::Junction
535
- suffixed_with "Grundus::Fleeb::"
535
+ prefixed_with "Grundus::Fleeb::"
536
536
  end
537
537
  ```
538
538
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Conjunction
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.23.7"
5
+ VERSION = "0.25.2"
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.23.7
4
+ version: 0.25.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Garside
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-14 00:00:00.000000000 Z
11
+ date: 2020-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.23.7
33
+ version: 0.25.2
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.23.7
40
+ version: 0.25.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: spicerack
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.23.7
47
+ version: 0.25.2
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.23.7
54
+ version: 0.25.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: activemodel
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -102,7 +102,7 @@ metadata:
102
102
  homepage_uri: https://github.com/Freshly/spicerack/tree/master/conjunction
103
103
  source_code_uri: https://github.com/Freshly/spicerack/tree/master/conjunction
104
104
  changelog_uri: https://github.com/Freshly/spicerack/blob/master/conjunction/CHANGELOG.md
105
- documentation_uri: https://www.rubydoc.info/gems/conjunction/0.23.7
105
+ documentation_uri: https://www.rubydoc.info/gems/conjunction/0.25.2
106
106
  post_install_message:
107
107
  rdoc_options: []
108
108
  require_paths:
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  - !ruby/object:Gem::Version
119
119
  version: '0'
120
120
  requirements: []
121
- rubygems_version: 3.1.2
121
+ rubygems_version: 3.1.4
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: Provides a mechanism to loosely coupled a suite of cross-referenced objects