alula-plugins 0.4.15 → 0.4.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ module Alula
38
38
  poster = attachment_url(poster, :thumbnail)
39
39
 
40
40
  tag = "<a"
41
- tag += " class=\"sublime zoomable\""
41
+ tag += " class=\"sublime zoomable video #{@options["classes"].join(" ")}\""
42
42
  tag += " href=\"#{sources.first[:url]}\""
43
43
  tag += " style=\"width: #{info.width}px; height: #{info.height}px;\""
44
44
  tag += ">"
@@ -3,7 +3,7 @@ module Alula
3
3
  module VERSION
4
4
  MAJOR = 0
5
5
  MINOR = 4
6
- PATCH = 15
6
+ PATCH = 16
7
7
  PRE = nil
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alula-plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.15
4
+ version: 0.4.16
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: 2012-08-19 00:00:00.000000000 Z
12
+ date: 2012-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: alula
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.4.15
21
+ version: 0.4.16
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.4.15
29
+ version: 0.4.16
30
30
  description: Offers simple collection of basic plugins that are not necessary needed
31
31
  for every blog.
32
32
  email: mikko@owlforestry.com