smock 0.1.265 → 0.1.266
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
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
.category-dropdown:hover
|
|
18
18
|
.category-dropdown__categories
|
|
19
|
-
+space(height,
|
|
19
|
+
+space(height, 19)
|
|
20
20
|
|
|
21
21
|
.category-dropdown__categories
|
|
22
22
|
height: 0
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
+clearfix
|
|
31
31
|
overflow: hidden
|
|
32
32
|
+transition( height 0.05s ease-in)
|
|
33
|
+
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2)
|
|
33
34
|
|
|
34
35
|
.category-dropdown__categories--expanded
|
|
35
36
|
width: 590px
|
|
@@ -103,6 +103,14 @@
|
|
|
103
103
|
<li class="category-dropdown__categories__item__subcategories__item"><a href="#">Inforgraphic Design</a></li>
|
|
104
104
|
</ul>
|
|
105
105
|
</li>
|
|
106
|
+
<li data-submenu-id="9">
|
|
107
|
+
<a href="#" class="th-size-medium th-double-line">Content & Writing</a>
|
|
108
|
+
<ul id="9" class="category-dropdown__categories__item__subcategories">
|
|
109
|
+
<li class="category-dropdown__categories__item__subcategories__item"><a href="#">Inforgraphic Design</a></li>
|
|
110
|
+
<li class="category-dropdown__categories__item__subcategories__item"><a href="#">Inforgraphic Design</a></li>
|
|
111
|
+
<li class="category-dropdown__categories__item__subcategories__item"><a href="#">Inforgraphic Design</a></li>
|
|
112
|
+
</ul>
|
|
113
|
+
</li>
|
|
106
114
|
</ul>
|
|
107
115
|
</div>
|
|
108
116
|
</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.266
|
|
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: 2015-04-
|
|
12
|
+
date: 2015-04-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|
|
@@ -2378,7 +2378,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2378
2378
|
version: '0'
|
|
2379
2379
|
segments:
|
|
2380
2380
|
- 0
|
|
2381
|
-
hash:
|
|
2381
|
+
hash: -4339955557288156109
|
|
2382
2382
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2383
2383
|
none: false
|
|
2384
2384
|
requirements:
|
|
@@ -2387,7 +2387,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2387
2387
|
version: '0'
|
|
2388
2388
|
segments:
|
|
2389
2389
|
- 0
|
|
2390
|
-
hash:
|
|
2390
|
+
hash: -4339955557288156109
|
|
2391
2391
|
requirements: []
|
|
2392
2392
|
rubyforge_project: smock
|
|
2393
2393
|
rubygems_version: 1.8.23.2
|