smock 0.1.54 → 0.1.55
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 +5 -0
- data/examples/pages/blackbox.html +6 -6
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -151,18 +151,18 @@
|
|
151
151
|
</div>
|
152
152
|
|
153
153
|
<div class="asset-uploader">
|
154
|
-
<
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
</div>
|
154
|
+
<div class="button button--muted stand-alone-button">Add Theme</div>
|
155
|
+
<div class="asset-uploader__previews"></div>
|
156
|
+
</div>
|
157
|
+
<div class="asset-uploader">
|
158
|
+
<div class="button button--muted">Add Files</div>
|
159
159
|
<div class="asset-uploader__previews"></div>
|
160
160
|
</div>
|
161
161
|
|
162
162
|
<div class="input string optional form_order_extra_comments">
|
163
163
|
<label class="string optional" for="form_order_extra_comments">Extra comments (optional)</label>
|
164
164
|
<textarea class="string optional" id="form_order_extra_comments" name="form_order[extra_comments]" placeholder="Anything else you would like to share with your expert"></textarea>
|
165
|
-
|
165
|
+
</div>
|
166
166
|
</fieldset>
|
167
167
|
|
168
168
|
<input class="button button--large" name="commit" type="submit" value="Install my theme"/>
|
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.55
|
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: -3622623584211428537
|
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: -3622623584211428537
|
370
370
|
requirements: []
|
371
371
|
rubyforge_project: smock
|
372
372
|
rubygems_version: 1.8.21
|