smock 0.1.237 → 0.1.238
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
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
.lh-margin-right
|
|
14
14
|
+space(margin-right)
|
|
15
15
|
|
|
16
|
+
.lh-inline-block
|
|
17
|
+
display: inline-block
|
|
18
|
+
|
|
16
19
|
.lh-clear
|
|
17
20
|
+clearfix
|
|
18
21
|
|
|
@@ -28,9 +31,6 @@
|
|
|
28
31
|
+justify-content(space-between)
|
|
29
32
|
+flex-wrap(no-wrap)
|
|
30
33
|
|
|
31
|
-
.lt-ie10.lh-flexed--spaced > *
|
|
32
|
-
display: inline-block
|
|
33
|
-
|
|
34
34
|
.lh-flexed__one
|
|
35
35
|
+flex(1)
|
|
36
36
|
|
|
@@ -137,13 +137,13 @@
|
|
|
137
137
|
<section class="ch-gray-background s-small-padding-vertical">
|
|
138
138
|
<div class="container">
|
|
139
139
|
<ul class="lh-flexed--spaced">
|
|
140
|
-
<li><a href="#">Logo Design & Branding</a></li>
|
|
141
|
-
<li><a href="#">WordPress</a></li>
|
|
142
|
-
<li><a href="#">Design & Graphics</a></li>
|
|
143
|
-
<li><a href="#">Websites & Programming</a></li>
|
|
144
|
-
<li><a href="#">Business & Marketing</a></li>
|
|
145
|
-
<li><a href="#">Video & Animation</a></li>
|
|
146
|
-
<li><a href="#">Mobile & Apps</a></li>
|
|
140
|
+
<li class="lh-inline-block"><a href="#">Logo Design & Branding</a></li>
|
|
141
|
+
<li class="lh-inline-block"><a href="#">WordPress</a></li>
|
|
142
|
+
<li class="lh-inline-block"><a href="#">Design & Graphics</a></li>
|
|
143
|
+
<li class="lh-inline-block"><a href="#">Websites & Programming</a></li>
|
|
144
|
+
<li class="lh-inline-block"><a href="#">Business & Marketing</a></li>
|
|
145
|
+
<li class="lh-inline-block"><a href="#">Video & Animation</a></li>
|
|
146
|
+
<li class="lh-inline-block"><a href="#">Mobile & Apps</a></li>
|
|
147
147
|
</ul>
|
|
148
148
|
</div>
|
|
149
149
|
</section>
|
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.238
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -2368,7 +2368,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2368
2368
|
version: '0'
|
|
2369
2369
|
segments:
|
|
2370
2370
|
- 0
|
|
2371
|
-
hash:
|
|
2371
|
+
hash: 3135835333533465347
|
|
2372
2372
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2373
2373
|
none: false
|
|
2374
2374
|
requirements:
|
|
@@ -2377,7 +2377,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2377
2377
|
version: '0'
|
|
2378
2378
|
segments:
|
|
2379
2379
|
- 0
|
|
2380
|
-
hash:
|
|
2380
|
+
hash: 3135835333533465347
|
|
2381
2381
|
requirements: []
|
|
2382
2382
|
rubyforge_project: smock
|
|
2383
2383
|
rubygems_version: 1.8.21
|