smock 0.1.239 → 0.1.240
Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock
CHANGED
@@ -17,6 +17,7 @@ input[type="email"],
|
|
17
17
|
input[type="password"],
|
18
18
|
input[type="text"],
|
19
19
|
input[type="url"],
|
20
|
+
input[type="number"],
|
20
21
|
textarea
|
21
22
|
padding: 0
|
22
23
|
margin: 0
|
@@ -112,4 +113,3 @@ abbr[title]
|
|
112
113
|
display: block
|
113
114
|
float: left
|
114
115
|
background: $gray-lightest
|
115
|
-
|
@@ -1,6 +1,6 @@
|
|
1
1
|
.payment-method
|
2
2
|
+clearfix
|
3
|
-
span
|
3
|
+
span, li
|
4
4
|
display: inline-block
|
5
5
|
float: left
|
6
6
|
+space(margin-right)
|
@@ -19,6 +19,8 @@
|
|
19
19
|
background-position: center
|
20
20
|
background-repeat: no-repeat
|
21
21
|
background-size: contain
|
22
|
+
label[for$="payment_token"]
|
23
|
+
text-indent: 0px
|
22
24
|
label
|
23
25
|
+space(line-height)
|
24
26
|
+space(height, 2)
|
@@ -26,4 +28,3 @@
|
|
26
28
|
width: 96px
|
27
29
|
float: left
|
28
30
|
text-indent: -9999px
|
29
|
-
|
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.240
|
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: 2015-02-
|
12
|
+
date: 2015-02-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -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: -3410558603197188248
|
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: -3410558603197188248
|
2381
2381
|
requirements: []
|
2382
2382
|
rubyforge_project: smock
|
2383
2383
|
rubygems_version: 1.8.21
|