smock 0.1.45 → 0.1.46
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/includes/_forms.sass +6 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -11,7 +11,7 @@ label
|
|
11
11
|
font-weight: bold
|
12
12
|
|
13
13
|
input,
|
14
|
-
|
14
|
+
textarea
|
15
15
|
padding: 0
|
16
16
|
margin: 0
|
17
17
|
border: 0
|
@@ -24,6 +24,11 @@ input
|
|
24
24
|
border-radius: $border-radius
|
25
25
|
background: $white
|
26
26
|
|
27
|
+
textarea
|
28
|
+
+space(line-height)
|
29
|
+
+space(padding-top, 0.5)
|
30
|
+
+space(padding-bottom, 0.5)
|
31
|
+
|
27
32
|
abbr[title]
|
28
33
|
color: $red
|
29
34
|
border: 0
|
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.46
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -355,7 +355,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
355
355
|
version: '0'
|
356
356
|
segments:
|
357
357
|
- 0
|
358
|
-
hash: -
|
358
|
+
hash: -3085681893276137308
|
359
359
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
360
360
|
none: false
|
361
361
|
requirements:
|
@@ -364,7 +364,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
364
364
|
version: '0'
|
365
365
|
segments:
|
366
366
|
- 0
|
367
|
-
hash: -
|
367
|
+
hash: -3085681893276137308
|
368
368
|
requirements: []
|
369
369
|
rubyforge_project: smock
|
370
370
|
rubygems_version: 1.8.21
|