octopress-social 1.4.4 → 1.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -2
- data/lib/octopress-social/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ecf02d99fecab9fc3bcce7992f1fd085f1b0b0d
|
4
|
+
data.tar.gz: 2fcc0c39cb80daf54688516396d6ab35c52c5a6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 775c8a995c58a3d4bf9eefc78d062cf520738864e9f514ec59870c978bb8b3a011373328914a33b51056838f50d3e94182e249b8092c7cf099c02da23323dcd2
|
7
|
+
data.tar.gz: d1ecda2c5a91d6674acc012b333bedfa16fd7eb9531c609afb14a171e8ceb826715d66b4e70cadbc0a183533a1656b44245a1a676c66602907b79e950df1148c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
### 1.4.
|
3
|
+
### 1.4.5 (2015-05-17)
|
4
|
+
- Minor: Fixed unescaped `{% tweet %}` tag in Readme
|
5
|
+
|
6
|
+
### 1.4.4 (2015-05-14)
|
4
7
|
- Support for Jekyll 2 & 3
|
5
8
|
|
6
9
|
### 1.4.3 (2015-05-11)
|
@@ -18,7 +21,7 @@
|
|
18
21
|
- New: All links now have title attribute set.
|
19
22
|
|
20
23
|
### 1.3.0 (2015-03-21)
|
21
|
-
- New: Embeddable tweets with {% tweet %} tag.
|
24
|
+
- New: Embeddable tweets with `{% tweet %}` tag.
|
22
25
|
- Fixed: Default tweet message (without configured username) removes 'by' credit.
|
23
26
|
- Fixed: Tweets in post loops shared current page instead of post.
|
24
27
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octopress-social
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.5
|
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-05-
|
11
|
+
date: 2015-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|