smock 0.1.142 → 0.1.143
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/examples/avatars.html +3 -1
- data/examples/banners.html +3 -1
- data/examples/buttons.html +3 -1
- data/examples/colors.html +2 -2
- data/examples/forms.html +3 -1
- data/examples/helpers.html +2 -0
- data/examples/icons.html +3 -1
- data/examples/links.html +3 -1
- data/examples/metrics.html +3 -1
- data/examples/paragraphs.html +3 -1
- data/examples/reviews.html +3 -1
- data/examples/service.html +2 -0
- data/examples/testimonials.html +2 -0
- data/examples/typography.html +3 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/examples/avatars.html
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
<h2>Avatars</h2>
|
2
|
+
|
1
3
|
<div class="example">
|
2
4
|
<div class="avatar">
|
3
5
|
<img class="avatar__image" src="https://dummyimage.com/220x220" alt="220x220 Placeholder" />
|
@@ -24,4 +26,4 @@
|
|
24
26
|
<a class="button button--muted" href="http://studio.dev/account/users/283/enquiries/new">Contact Me</a>
|
25
27
|
</div>
|
26
28
|
</div>
|
27
|
-
</div>
|
29
|
+
</div>
|
data/examples/banners.html
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
<h2>Banners</h2>
|
2
|
+
|
1
3
|
<div class="example">
|
2
4
|
<div class="marketing-banner" am-grid-col="l:10:12">
|
3
5
|
<h2 class="marketing-banner__heading" am-grid-col="l:8:10 l:pre1:10">Need web hosting for your project?</h2>
|
@@ -5,4 +7,4 @@
|
|
5
7
|
deals to help you get started.</p>
|
6
8
|
<a class="marketing-banner__button button" href="" am-grid-col="l:4:10">View hosting partners</a>
|
7
9
|
</div>
|
8
|
-
</div>
|
10
|
+
</div>
|
data/examples/buttons.html
CHANGED
data/examples/colors.html
CHANGED
data/examples/forms.html
CHANGED
data/examples/helpers.html
CHANGED
data/examples/icons.html
CHANGED
data/examples/links.html
CHANGED
data/examples/metrics.html
CHANGED
data/examples/paragraphs.html
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
<h2>Paragraphs</h2>
|
2
|
+
|
1
3
|
<div class="example">
|
2
4
|
<p>Integer posuere erat a ante venenatis dapibus posuere velit aliquet.
|
3
5
|
Donec id elit non mi porta gravida at eget metus. Donec ullamcorper nulla
|
@@ -50,4 +52,4 @@
|
|
50
52
|
</aside>
|
51
53
|
</div>
|
52
54
|
</article>
|
53
|
-
</div>
|
55
|
+
</div>
|
data/examples/reviews.html
CHANGED
data/examples/service.html
CHANGED
data/examples/testimonials.html
CHANGED
data/examples/typography.html
CHANGED
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.143
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -441,7 +441,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
441
441
|
version: '0'
|
442
442
|
segments:
|
443
443
|
- 0
|
444
|
-
hash:
|
444
|
+
hash: 4084705115675569303
|
445
445
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
446
446
|
none: false
|
447
447
|
requirements:
|
@@ -450,7 +450,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
450
450
|
version: '0'
|
451
451
|
segments:
|
452
452
|
- 0
|
453
|
-
hash:
|
453
|
+
hash: 4084705115675569303
|
454
454
|
requirements: []
|
455
455
|
rubyforge_project: smock
|
456
456
|
rubygems_version: 1.8.21
|