octopress-wrap-tag 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9c43afc13d89025d96c3dd3ff14b55fdf79c877
4
- data.tar.gz: 3e81dffbdc4d04ff82081664d94bd8dfd46d734f
3
+ metadata.gz: d5e469df46d5b7be7e0ae98a34c26a4e2fee1c83
4
+ data.tar.gz: 71ac2161026cce8a610c20f7b493dfcc52e5d918
5
5
  SHA512:
6
- metadata.gz: 23d7fbae8c1c2dca525368e7c6c38c22f01b0d259480627f50b619fcaa84d5cde01db36511d4c2e0fffe32faaafdfe2ee1d164fcb745f379695cf79c27532896
7
- data.tar.gz: 3d99b20d46377d8ceaa3be29ffce68883826e73b852c3405f328aabe87350496dbe84841daa3c3e73dd29c7cdc1a57059e162371c8923c681c3de50cabc19ceb
6
+ metadata.gz: da4ef0afe18da337821b8787ed2fb900d54adf967f92f3b0f1b807a6d97be87265555c4743794ab35d06902b759cd3ae79de8f2053c12417d390d19be0e5f44f
7
+ data.tar.gz: aefc65f66d34746e53e6af5740e8be1b7ba89183996f9b1ef854c8892be8164bb21005eecd5ad9ea5650274e476c6b0d43cc01bd1aa3baf59c81e52540779796
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.0.3 - 2015-01-11
4
+
5
+ - Readme fix
6
+
3
7
  ### 1.0.2 - 2015-01-11
4
8
 
5
9
  - Removed additional outdated docs
data/README.md CHANGED
@@ -1,5 +1,4 @@
1
1
  # Octopress Wrap Tag
2
- # THis is stupid
3
2
 
4
3
  A Liquid block tag which makes it easy to wrap an include, render or yield tag with html.
5
4
 
@@ -1,7 +1,7 @@
1
1
  module Octopress
2
2
  module Tags
3
3
  module Wrap
4
- VERSION = "1.0.2"
4
+ VERSION = "1.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: octopress-wrap-tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis