smock 0.1.122 → 0.1.123
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/modules/_testimonials.sass +3 -2
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -25,9 +25,10 @@
|
|
25
25
|
.testimonials__user-avatars__avatar
|
26
26
|
background-color: $gray-lightest
|
27
27
|
background-repeat: no-repeat
|
28
|
-
background-size:
|
28
|
+
background-size: cover
|
29
29
|
width: 100%
|
30
30
|
height: 100%
|
31
31
|
|
32
32
|
.testimonials__user-avatars__avatar__link
|
33
|
-
+space(
|
33
|
+
+space(height, 2.5)
|
34
|
+
+space(padding-bottom, 0.5)
|
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.123
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -435,7 +435,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
435
435
|
version: '0'
|
436
436
|
segments:
|
437
437
|
- 0
|
438
|
-
hash:
|
438
|
+
hash: -865546875430523296
|
439
439
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
440
440
|
none: false
|
441
441
|
requirements:
|
@@ -444,7 +444,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
444
444
|
version: '0'
|
445
445
|
segments:
|
446
446
|
- 0
|
447
|
-
hash:
|
447
|
+
hash: -865546875430523296
|
448
448
|
requirements: []
|
449
449
|
rubyforge_project: smock
|
450
450
|
rubygems_version: 1.8.21
|