conjunction 0.23.7 → 0.23.8
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 +4 -4
- data/README.md +2 -2
- data/lib/conjunction/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28854266adb6587e256325a8245927924a618c4e17ffbc4e460f2865a583d4ff
|
|
4
|
+
data.tar.gz: 8174c25cb950292e76e16d3b1856dd74970a3c5fd44142f04a71390a5a27f41a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 `
|
|
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
|
-
|
|
535
|
+
prefixed_with "Grundus::Fleeb::"
|
|
536
536
|
end
|
|
537
537
|
```
|
|
538
538
|
|
data/lib/conjunction/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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:
|