smock 0.1.158 → 0.1.159

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.158)
4
+ smock (0.1.159)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -29,6 +29,16 @@ textarea
29
29
  +space(padding-top, 0.5)
30
30
  +space(padding-bottom, 0.5)
31
31
 
32
+ select
33
+ margin: 0
34
+ background: transparent
35
+ border-color: $border-color
36
+ border-radius: $border-radius
37
+ border-style: solid
38
+ width: 100%
39
+ +space(height, 2)
40
+ +space(margin-bottom)
41
+
32
42
  abbr[title]
33
43
  color: $red
34
44
  border: 0
@@ -7,6 +7,16 @@
7
7
  Label</label><input class="string optional" id="" name="text_input" type="text"></div>
8
8
  <p class="paragraph--hint">This is a hint that belongs on a form.</p>
9
9
 
10
+ <div class="">
11
+ <label class="string optional" for="select_input">Select Input Label</label>
12
+ <select class="optional" name="select_input">
13
+ <option value="volvo">Volvo</option>
14
+ <option value="saab">Saab</option>
15
+ <option value="mercedes">Mercedes</option>
16
+ <option value="audi">Audi</option>
17
+ </select>
18
+ </div>
19
+
10
20
  <div class="input string optional form_order_extra_comments"><label class="string optional"
11
21
  for="form_order_extra_comments">Extra
12
22
  comments (optional)</label><textarea class="string optional" id="form_order_extra_comments"
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.158
4
+ version: 0.1.159
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-11-18 00:00:00.000000000 Z
12
+ date: 2014-11-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -444,7 +444,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
444
444
  version: '0'
445
445
  segments:
446
446
  - 0
447
- hash: 3711484968992940952
447
+ hash: 4041257876623080090
448
448
  required_rubygems_version: !ruby/object:Gem::Requirement
449
449
  none: false
450
450
  requirements:
@@ -453,7 +453,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
453
453
  version: '0'
454
454
  segments:
455
455
  - 0
456
- hash: 3711484968992940952
456
+ hash: 4041257876623080090
457
457
  requirements: []
458
458
  rubyforge_project: smock
459
459
  rubygems_version: 1.8.21