smock 0.1.238 → 0.1.239

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.238)
4
+ smock (0.1.239)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -10,6 +10,16 @@
10
10
  width: 100%
11
11
  overflow: hidden
12
12
 
13
- .full-width-video__player
13
+ .full-width-video__player, .full-width-video__fallback
14
14
  min-width: 100%
15
15
  min-height: 100%
16
+
17
+ .full-width-video__fallback
18
+ display: none
19
+
20
+ @media only screen and (max-device-width: 736px)
21
+ .full-width-video__player
22
+ display: none
23
+
24
+ .full-width-video__fallback
25
+ display: block
@@ -24,6 +24,8 @@
24
24
  <source src="https://lancerdev.lancerassets.com/v2/services/bf/7b4d30a03411e4ba243d9c62fe8320/medium_video_webm_Envato-Studio-Feature-Video.webm" type="video/webm">
25
25
  <source src="https://lancerdev.lancerassets.com/v2/services/bf/7b4d30a03411e4ba243d9c62fe8320/medium_video_Envato-Studio-Feature-Video.mp4" type="video/mp4">
26
26
  </video>
27
+
28
+ <img class="full-width-video__fallback" src="https://lancerdev.lancerassets.com/v2/services/bf/7b4d30a03411e4ba243d9c62fe8320/medium_video_thumbnail_Envato-Studio-Feature-Video.jpg" />
27
29
  </div>
28
30
 
29
31
  <div class="container th-size-medium">
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.238
4
+ version: 0.1.239
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-02-03 00:00:00.000000000 Z
12
+ date: 2015-02-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -2368,7 +2368,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
2368
2368
  version: '0'
2369
2369
  segments:
2370
2370
  - 0
2371
- hash: 3135835333533465347
2371
+ hash: 713239222203051497
2372
2372
  required_rubygems_version: !ruby/object:Gem::Requirement
2373
2373
  none: false
2374
2374
  requirements:
@@ -2377,7 +2377,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2377
2377
  version: '0'
2378
2378
  segments:
2379
2379
  - 0
2380
- hash: 3135835333533465347
2380
+ hash: 713239222203051497
2381
2381
  requirements: []
2382
2382
  rubyforge_project: smock
2383
2383
  rubygems_version: 1.8.21