forever_style_guide 3.0.5 → 3.0.6
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/app/helpers/forever_style_guide/application_helper.rb +2 -2
- data/lib/forever_style_guide/version.rb +1 -1
- data/test/dummy/log/development.log +191 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_all.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_button.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_list.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_nav-dropdowns-ambassador.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_nav-fixed.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_nav-icons.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_nav.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_promo_banner.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/44a991b1a17620dd9d4d80bb5c1b3e298e4ef98a/_breakpoints.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/44a991b1a17620dd9d4d80bb5c1b3e298e4ef98a/_colors.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/44a991b1a17620dd9d4d80bb5c1b3e298e4ef98a/_effects.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/44a991b1a17620dd9d4d80bb5c1b3e298e4ef98a/_mixins.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/44a991b1a17620dd9d4d80bb5c1b3e298e4ef98a/_variables.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/77afe34ae60f4f73cffcc8a92e720a6db579269d/_hero_simple.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/b7a4a2cc1ae6dd8beea9163f40226a4c9c3e7926/_bootstrap_reset.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13c6cfef7d2dae6157cb1e9a83970e58 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/16ae65fae89ac9713129ac86c08be0fd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4bdd1622b754cd161cd49f472086df2d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5889baf60874f32654f269b1976b11da +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/74ee448666a16d19f05d144192a607fd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/82e2ab0c7f220d85a3306094f9170995 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/93ba27aa64423f74732b1f2b12b84118 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a5339910db1afb33301cc638679d0cc2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b7c77fa9ddbae9998b1339d6c2c3eef0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d139d4c466cbb442154adf9c2b8149f4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e4a50f6ac0abd0a5af7071d8eb233a48 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ee286b59ae897606bfd68a7f060d5baf +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af7d2c9ccb62f765bd263e4ffccc1c35a05b26db
|
|
4
|
+
data.tar.gz: b1528144e077f82aa33b9de4447a543e7cd507d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1864de0bcf0ea7c3bfc6511cb4c08ac3887b70c3dfd7f3807510678b5c1f38adb73078727b39f96bcb8ffdc96772bef08d2b9688c8c099da553a7e2eb8d4c56
|
|
7
|
+
data.tar.gz: 7846dd429f0d5045a7fc4b5816b3d1dd10698235b92462bfa3bc89a3f515300fc00c78fe1f0d5790b14ddfa87e0b84d750ce999231d1ffe020026fa74f1911b5
|
|
@@ -113,7 +113,7 @@ module ForeverStyleGuide
|
|
|
113
113
|
end
|
|
114
114
|
|
|
115
115
|
def artisan_url
|
|
116
|
-
|
|
116
|
+
store_url('/artisan')
|
|
117
117
|
end
|
|
118
118
|
|
|
119
119
|
def projects_marketing_url
|
|
@@ -145,7 +145,7 @@ module ForeverStyleGuide
|
|
|
145
145
|
end
|
|
146
146
|
|
|
147
147
|
def opportunity_url
|
|
148
|
-
|
|
148
|
+
store_url('/opportunity')
|
|
149
149
|
end
|
|
150
150
|
|
|
151
151
|
def retreats_url
|
|
@@ -529728,3 +529728,194 @@ Started GET "/assets/style_guide/modals/promobg.jpg" for ::1 at 2016-07-19 10:52
|
|
|
529728
529728
|
|
|
529729
529729
|
|
|
529730
529730
|
Started GET "/assets/ProximaNova-Light-webfont.woff" for ::1 at 2016-07-19 10:52:52 -0400
|
|
529731
|
+
|
|
529732
|
+
|
|
529733
|
+
Started GET "/style_guide" for ::1 at 2016-07-20 14:42:00 -0400
|
|
529734
|
+
Processing by ForeverStyleGuide::StyleController#index as HTML
|
|
529735
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (0.5ms)
|
|
529736
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (4.1ms)
|
|
529737
|
+
Completed 200 OK in 3425ms (Views: 3424.3ms | ActiveRecord: 0.0ms)
|
|
529738
|
+
|
|
529739
|
+
|
|
529740
|
+
Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529741
|
+
|
|
529742
|
+
|
|
529743
|
+
Started GET "/assets/application.css?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529744
|
+
|
|
529745
|
+
|
|
529746
|
+
Started GET "/assets/jquery.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529747
|
+
|
|
529748
|
+
|
|
529749
|
+
Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529750
|
+
|
|
529751
|
+
|
|
529752
|
+
Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529753
|
+
|
|
529754
|
+
|
|
529755
|
+
Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529756
|
+
|
|
529757
|
+
|
|
529758
|
+
Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529759
|
+
|
|
529760
|
+
|
|
529761
|
+
Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529762
|
+
|
|
529763
|
+
|
|
529764
|
+
Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529765
|
+
|
|
529766
|
+
|
|
529767
|
+
Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529768
|
+
|
|
529769
|
+
|
|
529770
|
+
Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529771
|
+
|
|
529772
|
+
|
|
529773
|
+
Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529774
|
+
|
|
529775
|
+
|
|
529776
|
+
Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529777
|
+
|
|
529778
|
+
|
|
529779
|
+
Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529780
|
+
|
|
529781
|
+
|
|
529782
|
+
Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529783
|
+
|
|
529784
|
+
|
|
529785
|
+
Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529786
|
+
|
|
529787
|
+
|
|
529788
|
+
Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529789
|
+
|
|
529790
|
+
|
|
529791
|
+
Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529792
|
+
|
|
529793
|
+
|
|
529794
|
+
Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529795
|
+
|
|
529796
|
+
|
|
529797
|
+
Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529798
|
+
|
|
529799
|
+
|
|
529800
|
+
Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529801
|
+
|
|
529802
|
+
|
|
529803
|
+
Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529804
|
+
|
|
529805
|
+
|
|
529806
|
+
Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529807
|
+
|
|
529808
|
+
|
|
529809
|
+
Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529810
|
+
|
|
529811
|
+
|
|
529812
|
+
Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529813
|
+
|
|
529814
|
+
|
|
529815
|
+
Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-07-20 14:42:04 -0400
|
|
529816
|
+
|
|
529817
|
+
|
|
529818
|
+
Started GET "/style_guide/visual_elements" for ::1 at 2016-07-20 14:42:08 -0400
|
|
529819
|
+
Processing by ForeverStyleGuide::StyleController#show as HTML
|
|
529820
|
+
Parameters: {"id"=>"visual_elements"}
|
|
529821
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_header.erb (0.3ms)
|
|
529822
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_sidebar.erb (1.5ms)
|
|
529823
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_buttons.erb (0.7ms)
|
|
529824
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (24.9ms)
|
|
529825
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_dropdowns.erb (0.1ms)
|
|
529826
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.2ms)
|
|
529827
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_effects.erb (0.4ms)
|
|
529828
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (19.3ms)
|
|
529829
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_forms.erb (0.1ms)
|
|
529830
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (17.4ms)
|
|
529831
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_input_groups.erb (0.2ms)
|
|
529832
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.6ms)
|
|
529833
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_lists.erb (0.7ms)
|
|
529834
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (19.1ms)
|
|
529835
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_progress.erb (0.1ms)
|
|
529836
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (17.2ms)
|
|
529837
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_headings.erb (0.0ms)
|
|
529838
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_formatting.erb (0.1ms)
|
|
529839
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_styles.erb (0.2ms)
|
|
529840
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_typography.html.erb (15.6ms)
|
|
529841
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/show.html.erb within layouts/forever_style_guide/application (178.6ms)
|
|
529842
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (1.3ms)
|
|
529843
|
+
Completed 200 OK in 278ms (Views: 277.7ms | ActiveRecord: 0.0ms)
|
|
529844
|
+
|
|
529845
|
+
|
|
529846
|
+
Started GET "/assets/application.css?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529847
|
+
|
|
529848
|
+
|
|
529849
|
+
Started GET "/assets/jquery.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529850
|
+
|
|
529851
|
+
|
|
529852
|
+
Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529853
|
+
|
|
529854
|
+
|
|
529855
|
+
Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529856
|
+
|
|
529857
|
+
|
|
529858
|
+
Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529859
|
+
|
|
529860
|
+
|
|
529861
|
+
Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529862
|
+
|
|
529863
|
+
|
|
529864
|
+
Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529865
|
+
|
|
529866
|
+
|
|
529867
|
+
Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529868
|
+
|
|
529869
|
+
|
|
529870
|
+
Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529871
|
+
|
|
529872
|
+
|
|
529873
|
+
Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529874
|
+
|
|
529875
|
+
|
|
529876
|
+
Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529877
|
+
|
|
529878
|
+
|
|
529879
|
+
Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529880
|
+
|
|
529881
|
+
|
|
529882
|
+
Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529883
|
+
|
|
529884
|
+
|
|
529885
|
+
Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529886
|
+
|
|
529887
|
+
|
|
529888
|
+
Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529889
|
+
|
|
529890
|
+
|
|
529891
|
+
Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529892
|
+
|
|
529893
|
+
|
|
529894
|
+
Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529895
|
+
|
|
529896
|
+
|
|
529897
|
+
Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529898
|
+
|
|
529899
|
+
|
|
529900
|
+
Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529901
|
+
|
|
529902
|
+
|
|
529903
|
+
Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529904
|
+
|
|
529905
|
+
|
|
529906
|
+
Started GET "/assets/style_guide/hero/beach-girl-xs.jpg" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529907
|
+
|
|
529908
|
+
|
|
529909
|
+
Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529910
|
+
|
|
529911
|
+
|
|
529912
|
+
Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529913
|
+
|
|
529914
|
+
|
|
529915
|
+
Started GET "/assets/ProximaNova-Light-webfont.woff" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529916
|
+
|
|
529917
|
+
|
|
529918
|
+
Started GET "/assets/ProximaNova-Bold-webfont.woff" for ::1 at 2016-07-20 14:42:09 -0400
|
|
529919
|
+
|
|
529920
|
+
|
|
529921
|
+
Started GET "/assets/forever_style_guide/check.png" for ::1 at 2016-07-20 14:42:09 -0400
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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.0.
|
|
4
|
+
version: 3.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas McClay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|