compass-responsive-embeds 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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}
@@ -1,7 +1,7 @@
1
1
  module Compass
2
2
  module Responsive
3
3
  module Embeds
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
6
6
  end
7
7
  end
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.2
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: ! ' see http://amobil.se/2011/11/responsive-embeds/ and http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
31
- for more information
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: []