smock 0.1.137 → 0.1.138

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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.137)
4
+ smock (0.1.138)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -69,6 +69,7 @@ cite
69
69
 
70
70
  .heading__inline
71
71
  color: $gray
72
+ display: inline-block
72
73
 
73
74
  .loud
74
75
  font-weight: bold
@@ -14,14 +14,13 @@
14
14
  padding: 5px
15
15
 
16
16
  .profile__bio__text
17
- +space(height, 4)
17
+ +space(max-height, 4)
18
18
  overflow: hidden
19
- +space(margin-bottom)
20
19
 
21
20
  .profile__bio__text--expanded
22
21
  overflow: none
23
22
  margin-bottom: 0
24
- height: auto
23
+ max-height: none
25
24
 
26
25
  .read__more--expanded
27
26
  display: none
@@ -80,7 +80,7 @@
80
80
  .service__card__container--custom-job
81
81
  display: block
82
82
  +space(min-height, 8)
83
- +space(margin-bottom)
83
+ +space(margin-bottom, 0.5)
84
84
 
85
85
  .service__card__text__name
86
86
  +space(max-height, 2)
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.137
4
+ version: 0.1.138
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: 2014-10-27 00:00:00.000000000 Z
12
+ date: 2014-10-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -438,7 +438,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
438
438
  version: '0'
439
439
  segments:
440
440
  - 0
441
- hash: 1609453059308018117
441
+ hash: -2198170503568588155
442
442
  required_rubygems_version: !ruby/object:Gem::Requirement
443
443
  none: false
444
444
  requirements:
@@ -447,7 +447,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
447
447
  version: '0'
448
448
  segments:
449
449
  - 0
450
- hash: 1609453059308018117
450
+ hash: -2198170503568588155
451
451
  requirements: []
452
452
  rubyforge_project: smock
453
453
  rubygems_version: 1.8.21