smock 0.1.52 → 0.1.53

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.52)
4
+ smock (0.1.53)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -32,3 +32,9 @@ textarea
32
32
  abbr[title]
33
33
  color: $red
34
34
  border: 0
35
+
36
+ .errors__input
37
+ +border(1px, $red)
38
+ .errors__message
39
+ color: $red
40
+ +space(line-height, 2)
@@ -85,9 +85,10 @@
85
85
  <input class="string optional" id="form_order_website_name" name="form_order[website_name]" type="text"/>
86
86
  </div>
87
87
 
88
- <div class="input string optional form_order_website_address">
88
+ <div class="input string optional form_order_website_address errors">
89
89
  <label class="string optional" for="form_order_website_address">Your website&#39;s address</label>
90
- <input class="string optional" id="form_order_website_address" name="form_order[website_address]" type="text"/>
90
+ <input class="string optional errors__input" id="form_order_website_address" name="form_order[website_address]" type="text"/>
91
+ <span class="errors__message">There is something wrong with this input</span>
91
92
  </div>
92
93
 
93
94
  <div class="input string optional form_order_hosting_panel_details">
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.52
4
+ version: 0.1.53
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -357,7 +357,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
357
357
  version: '0'
358
358
  segments:
359
359
  - 0
360
- hash: -1085974132218078242
360
+ hash: -1403832649775392285
361
361
  required_rubygems_version: !ruby/object:Gem::Requirement
362
362
  none: false
363
363
  requirements:
@@ -366,7 +366,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
366
366
  version: '0'
367
367
  segments:
368
368
  - 0
369
- hash: -1085974132218078242
369
+ hash: -1403832649775392285
370
370
  requirements: []
371
371
  rubyforge_project: smock
372
372
  rubygems_version: 1.8.21