smock 0.1.212 → 0.1.213
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
|
@@ -17,7 +17,14 @@
|
|
|
17
17
|
</head>
|
|
18
18
|
<body am-grid>
|
|
19
19
|
|
|
20
|
-
<header class="ch-black-background header">
|
|
20
|
+
<header class="ch-black-background header full-width-video__container">
|
|
21
|
+
<div class="full-width-video__element">
|
|
22
|
+
<video autoplay loop muted preload="auto" class="full-width-video__player" poster="http://microlancer.lancerassets.com/v2/services/23/2fa960498d11e49ff9efc5fbc8892e/medium_video_thumbnail_Suya-reklam-.jpg">
|
|
23
|
+
<source src="http://microlancer.lancerassets.com/v2/services/23/2fa960498d11e49ff9efc5fbc8892e/medium_video_webm_Suya-reklam-.webm" type="video/webm">
|
|
24
|
+
<source src="http://microlancer.lancerassets.com/v2/services/23/2fa960498d11e49ff9efc5fbc8892e/medium_video_Suya-reklam-.mp4" type="video/mp4">
|
|
25
|
+
</video>
|
|
26
|
+
</div>
|
|
27
|
+
|
|
21
28
|
<div class="container th-size-medium">
|
|
22
29
|
<div class="s-small-below lh-clear">
|
|
23
30
|
<a class="header__logo svg__logo--inverse lh-pull-left lh-margin-right th-double-line" href="https://studio-app.envato.com/smock/examples/">Envato Studio</a>
|
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.213
|
|
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: 2015-01-
|
|
12
|
+
date: 2015-01-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|
|
@@ -173,6 +173,7 @@ files:
|
|
|
173
173
|
- app/assets/stylesheets/modules/_styleguide.sass
|
|
174
174
|
- app/assets/stylesheets/modules/_testimonials.sass
|
|
175
175
|
- app/assets/stylesheets/modules/_tooltip.sass
|
|
176
|
+
- app/assets/stylesheets/modules/_video.sass
|
|
176
177
|
- app/assets/stylesheets/modules/form/_credit_card.sass
|
|
177
178
|
- app/assets/stylesheets/modules/form/_payment_method.sass
|
|
178
179
|
- app/assets/stylesheets/modules/header/_categories.sass
|
|
@@ -2044,7 +2045,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2044
2045
|
version: '0'
|
|
2045
2046
|
segments:
|
|
2046
2047
|
- 0
|
|
2047
|
-
hash: -
|
|
2048
|
+
hash: -2756049243398662915
|
|
2048
2049
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2049
2050
|
none: false
|
|
2050
2051
|
requirements:
|
|
@@ -2053,7 +2054,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2053
2054
|
version: '0'
|
|
2054
2055
|
segments:
|
|
2055
2056
|
- 0
|
|
2056
|
-
hash: -
|
|
2057
|
+
hash: -2756049243398662915
|
|
2057
2058
|
requirements: []
|
|
2058
2059
|
rubyforge_project: smock
|
|
2059
2060
|
rubygems_version: 1.8.21
|