smock 0.1.198 → 0.1.199
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 +3 -0
- data/examples/forms.html +5 -0
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/examples/forms.html
CHANGED
@@ -36,6 +36,11 @@
|
|
36
36
|
<div class="input boolean optional">
|
37
37
|
<input class="boolean optional" id="boolean" type="checkbox"><label for="boolean" class="boolean optional">Subscribe to the Envato Studio newsletter</label>
|
38
38
|
</div>
|
39
|
+
|
40
|
+
<div class="input string optional">
|
41
|
+
<label class="string optional">Disabled Text Input</label>
|
42
|
+
<input class="string optional disabled disabled has-tip tip-top" disabled="disabled" type="text" />
|
43
|
+
</div>
|
39
44
|
</fieldset>
|
40
45
|
</form>
|
41
46
|
</div>
|
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.199
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -451,7 +451,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
451
451
|
version: '0'
|
452
452
|
segments:
|
453
453
|
- 0
|
454
|
-
hash:
|
454
|
+
hash: -98089810622615257
|
455
455
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
456
456
|
none: false
|
457
457
|
requirements:
|
@@ -460,7 +460,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
460
460
|
version: '0'
|
461
461
|
segments:
|
462
462
|
- 0
|
463
|
-
hash:
|
463
|
+
hash: -98089810622615257
|
464
464
|
requirements: []
|
465
465
|
rubyforge_project: smock
|
466
466
|
rubygems_version: 1.8.21
|