octopress-video-tag 1.1.0 → 1.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ebabbd607b450a0c46542c4646f25c3fa4dba6d
4
- data.tar.gz: 58df246681b740999e7bbfda111477975dedbb1b
3
+ metadata.gz: 380fa7f8d9df0000a7467e0c098c954b969656a7
4
+ data.tar.gz: 463f257af22b4205d41cb7efe929c35dc12ebf44
5
5
  SHA512:
6
- metadata.gz: ad4cda3fd9a36fb720ee3829747b84267dedfbf85a5c2f38b232cd849d1ea04ecec3a54116b693402291e53127831a055a9a13b5ce03876943ed60610ce0249b
7
- data.tar.gz: c8f755880570c3b422dc272631dda8b1b5b5cbc4e0f83950de699c86991cf4f25345c82ef0b868b8f9efc60a708c0fd8d2f81470d56e606bfdf1127eee163677
6
+ metadata.gz: 5084fdfc6a0d66c84ed7b91fcf81235b8c9129dfb33cf1c80e148adaaf8a2fbbce146d747eb644d1811837009de1d66b417a414da1b8e7a31544e80a83d1acbd
7
+ data.tar.gz: 8dd03af4ba6b283fa72d51270bcd9cfee46007cf6ff43398e13ddaa26ea771c72980d0e2bb92c09fa44d3149be93766052d96b68b4f229d175ed9e2fd34962da
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.1.1 (2015-01-08)
4
+ - Fixed whitespace issue on height and width tags.
5
+
3
6
  ### 1.1.0 (2015-01-08)
4
7
  - New: Liquid can be processed in tag.
5
8
 
@@ -62,7 +62,7 @@ module Octopress
62
62
  def sizes
63
63
  s = @markup.scan(Size).flatten.compact
64
64
  attrs = "width='#{s[0]}'" if s[0]
65
- attrs += "height='#{s[1]}'" if s[1]
65
+ attrs += " height='#{s[1]}'" if s[1]
66
66
  attrs
67
67
  end
68
68
 
@@ -1,7 +1,7 @@
1
1
  module Octopress
2
2
  module Tags
3
3
  module VideoTag
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-video-tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-08 00:00:00.000000000 Z
11
+ date: 2015-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll