conjunction 0.23.7 → 0.23.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cc846bde2109fa42589c50d3dbe0d8bbeef0a64c6db4e0932833e2ca06ba5a6
4
- data.tar.gz: b8fe4e5b6959c991f943a96a18a5bfe9952adaa3919ed4ec2542bd5dcce33c44
3
+ metadata.gz: 28854266adb6587e256325a8245927924a618c4e17ffbc4e460f2865a583d4ff
4
+ data.tar.gz: 8174c25cb950292e76e16d3b1856dd74970a3c5fd44142f04a71390a5a27f41a
5
5
  SHA512:
6
- metadata.gz: e321e2c436bf293e38e4eaf024feba3b7bd6f97711eeda0a1aafbb58064887397fcdd9f85ace6ecd236f28eb41f653a82351132ce7a4c3aa0a8a285bd92c396b
7
- data.tar.gz: 819298d9a9fa396dda7e1f542af851b09478b44a29060a5ccae26a87df4149f5ded0251b98b73d8e259c38c29174f8cce63b137d9da00c34c43fe7026f8508a1
6
+ metadata.gz: 17828a46d85251f17c2ae0ef46291443d0feaac88830b7f7d3a6a03879a839864d4e37326723bf43e408301acffa7b1e8a22361db7c48e588053a444d84040aa
7
+ data.tar.gz: 3e26d1f192cf820f8743cf1532769a041285d79017fba511bf39e246f21c53497573c6ccb7bef6f35ad02801754c69ddd0365a73b16715ab8bcf8a9324df83d6
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.23.8"
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.23.8
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-06-09 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.23.8
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.23.8
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.23.8
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.23.8
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.23.8
106
106
  post_install_message:
107
107
  rdoc_options: []
108
108
  require_paths: