forever_style_guide 3.4.13 → 3.4.14
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c6a820aff8f7845313f708f74fadcdebbe7384c3a99f8db8b69a3e0ec404723
|
|
4
|
+
data.tar.gz: 3839e8aebb3fc496bfb4f702e2925f48cbb895b8451c212fc491dc3191ed6665
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bbb8aec261db940ede260e2011bb0f9ee391d9b77565346d1db090b99184e211971d34fa8262268b4d49ec2466161882a4e97f4f9ec80cef0ea61619c2c02e6
|
|
7
|
+
data.tar.gz: b4c383e6a744bd47fb81a0e133c4d7d6747b7b76880ba34400607a9cd5acdbc44c7e6228c44931577510a9c2a0e4ad611a340bec44e56244e8d1ed1f2415abe3
|
|
@@ -7,7 +7,7 @@ module ForeverStyleGuide
|
|
|
7
7
|
case copy
|
|
8
8
|
when "Forever"
|
|
9
9
|
copy.upcase + "®"
|
|
10
|
-
when "pixels2Pages", "Historian", "ClickCollage", "It's like insurance for your photos", "Paper Tray Studio", "p2P", "StoryBook Legacy", "Templates & Co", "Valet"
|
|
10
|
+
when "pixels2Pages", "Historian", "ClickCollage", "It's like insurance for your photos", "Paper Tray Studio", "p2P", "StoryBook Legacy", "Templates & Co", "Valet"
|
|
11
11
|
copy + "™"
|
|
12
12
|
when "Forever Account", "Forever Guarantee", "Forever Guarantee Fund", "Forever Membership", "Forever Retreats",
|
|
13
13
|
"Forever Retreat", "Forever Ambassador", "Forever Ambassadors", "Forever Deal of the Day", "Forever App", "Forever Digital Art",
|
|
@@ -19,6 +19,8 @@ module ForeverStyleGuide
|
|
|
19
19
|
copy[0..6].upcase + copy[7..copy.length-1] + "®"
|
|
20
20
|
when "Artisan", "Panstoria"
|
|
21
21
|
copy + "®"
|
|
22
|
+
when "Forever Live!"
|
|
23
|
+
copy[0..6].upcase + copy[7..copy.length-1] + "™"
|
|
22
24
|
else
|
|
23
25
|
copy
|
|
24
26
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forever_style_guide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.
|
|
4
|
+
version: 3.4.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas McClay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-07-
|
|
11
|
+
date: 2018-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|