smock 0.1.175 → 0.1.176
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.
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/includes/_layout_helpers.sass +4 -1
- data/app/assets/stylesheets/includes/_mixins.sass +2 -0
- data/app/assets/stylesheets/includes/_typography_helpers.sass +3 -0
- data/app/assets/stylesheets/modules/_service.sass +29 -1
- data/app/assets/stylesheets/modules/_service_card.sass +1 -1
- data/examples/pages/explore.html +225 -14
- data/examples/pages/explore_list.html +1298 -0
- data/index.html +2 -1
- metadata +5 -4
data/index.html
CHANGED
@@ -47,7 +47,8 @@
|
|
47
47
|
<ul class="actions__group__list">
|
48
48
|
<li><a href="examples/pages/affiliates.html">Affiliates</a></li>
|
49
49
|
<li><a href="examples/pages/customisation_express.html">Express</a></li>
|
50
|
-
<li><a href="examples/pages/explore.html">Explore</a></li>
|
50
|
+
<li><a href="examples/pages/explore.html">Grid Explore</a></li>
|
51
|
+
<li><a href="examples/pages/explore_list.html">Listing Explore</a></li>
|
51
52
|
<li><a href="examples/pages/logo_landing_page.html">Landing Page</a></li>
|
52
53
|
<li><a href="examples/pages/profile.html">Profile Page</a></li>
|
53
54
|
<li><a href="examples/pages/service.html">Service Page</a></li>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.176
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-12-
|
12
|
+
date: 2014-12-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -368,6 +368,7 @@ files:
|
|
368
368
|
- examples/pages/explore_files/thumbnail_wordpress-1385019095.png
|
369
369
|
- examples/pages/explore_files/thumbnail_x-1379162338.jpg
|
370
370
|
- examples/pages/explore_files/tuts-plus-bd0affcfa95d86912384b5d39e923119.jpg
|
371
|
+
- examples/pages/explore_list.html
|
371
372
|
- examples/pages/logo_landing_page.html
|
372
373
|
- examples/pages/profile.html
|
373
374
|
- examples/pages/provider_profile_page_files/60x60_user_avatar.png
|
@@ -447,7 +448,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
447
448
|
version: '0'
|
448
449
|
segments:
|
449
450
|
- 0
|
450
|
-
hash:
|
451
|
+
hash: 3375649613541706459
|
451
452
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
452
453
|
none: false
|
453
454
|
requirements:
|
@@ -456,7 +457,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
456
457
|
version: '0'
|
457
458
|
segments:
|
458
459
|
- 0
|
459
|
-
hash:
|
460
|
+
hash: 3375649613541706459
|
460
461
|
requirements: []
|
461
462
|
rubyforge_project: smock
|
462
463
|
rubygems_version: 1.8.21
|