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 +1 -1
- data/app/assets/stylesheets/includes/_forms.sass +6 -0
- data/examples/pages/blackbox.html +3 -2
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -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'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.
|
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: -
|
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: -
|
369
|
+
hash: -1403832649775392285
|
370
370
|
requirements: []
|
371
371
|
rubyforge_project: smock
|
372
372
|
rubygems_version: 1.8.21
|