compass-responsive-embeds 0.0.2 → 0.0.3
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.
|
@@ -9,6 +9,7 @@ Gem::Specification.new do |gem|
|
|
|
9
9
|
gem.authors = ["Matthieu Sadouni"]
|
|
10
10
|
gem.email = ["matthieusadouni@gmail.com"]
|
|
11
11
|
gem.description = <<-EOF
|
|
12
|
+
a compass extension to help embed videos and iframes in responsive designs
|
|
12
13
|
see http://amobil.se/2011/11/responsive-embeds/ and http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ for more information
|
|
13
14
|
EOF
|
|
14
15
|
gem.summary = %q{a compass extension to help embed videos and iframes in responsive designs}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-responsive-embeds
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -27,10 +27,9 @@ dependencies:
|
|
|
27
27
|
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
|
-
description: !
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
'
|
|
30
|
+
description: ! " a compass extension to help embed videos and iframes in responsive
|
|
31
|
+
designs\n see http://amobil.se/2011/11/responsive-embeds/ and http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
|
|
32
|
+
for more information\n"
|
|
34
33
|
email:
|
|
35
34
|
- matthieusadouni@gmail.com
|
|
36
35
|
executables: []
|