smock 0.1.214 → 0.1.215
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
@@ -44,7 +44,11 @@
|
|
44
44
|
.category-dropdown__categories__item__subcategories
|
45
45
|
display: none
|
46
46
|
position: absolute
|
47
|
-
|
47
|
+
top: 0
|
48
48
|
right: 0
|
49
49
|
width: 45%
|
50
50
|
height: 100%
|
51
|
+
+space(padding)
|
52
|
+
background: $gray-lightest2
|
53
|
+
border-top-right-radius: $border-radius
|
54
|
+
border-bottom-right-radius: $border-radius
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<ul class="category-dropdown__categories__list">
|
37
37
|
<li data-submenu-id="1">
|
38
38
|
<a href="#" class="th-size-medium th-double-line">Business & Marketing</a>
|
39
|
-
<ul id="1" class="category-dropdown__categories__item__subcategories
|
39
|
+
<ul id="1" class="category-dropdown__categories__item__subcategories">
|
40
40
|
<li><a href="#">Inforgraphic Design</a></li>
|
41
41
|
<li><a href="#">Caricatures & Cartoon Design</a></li>
|
42
42
|
<li><a href="#">eBooks & Digital Publishing</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.215
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -2048,7 +2048,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2048
2048
|
version: '0'
|
2049
2049
|
segments:
|
2050
2050
|
- 0
|
2051
|
-
hash:
|
2051
|
+
hash: 1105578887698783010
|
2052
2052
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2053
2053
|
none: false
|
2054
2054
|
requirements:
|
@@ -2057,7 +2057,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2057
2057
|
version: '0'
|
2058
2058
|
segments:
|
2059
2059
|
- 0
|
2060
|
-
hash:
|
2060
|
+
hash: 1105578887698783010
|
2061
2061
|
requirements: []
|
2062
2062
|
rubyforge_project: smock
|
2063
2063
|
rubygems_version: 1.8.21
|