octopress-font-awesome 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/octopress-font-awesome.rb +3 -3
- data/lib/octopress-font-awesome/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: c9c35b5d465d3f10a42cca56a16aca52ab036ea6
|
4
|
+
data.tar.gz: 23faf717c7d25f8c44e022fad694f7c608ecdfda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8d1027f3d2322f00fa64837e5a267dbe500af33d1219102b543b699028117b2369dba5306414b85b4307b30a491f7639756098b93cf7586991f25d6b781a76f
|
7
|
+
data.tar.gz: 4cf5dec9ae7ecfca9097a5032a81905443df4b1a5d12e009e75f5515e514c758d4104df4b75020fe1bbe6f5f653b41c0b6fd68835b8fdaab684bd0f7207d524d
|
data/CHANGELOG.md
CHANGED
@@ -7,7 +7,7 @@ Octopress::Ink.add_plugin({
|
|
7
7
|
gem: "octopress-font-awesome",
|
8
8
|
path: File.expand_path(File.join(File.dirname(__FILE__), "..")),
|
9
9
|
version: OctopressFontAwesome::VERSION,
|
10
|
-
description: "
|
11
|
-
source_url: "https://github.com/
|
12
|
-
website: ""
|
10
|
+
description: "Quickly and easily add Font Awesome icons to your posts with octopress ink.",
|
11
|
+
source_url: "https://github.com/wantee/octopress-font-awesome/",
|
12
|
+
website: "https://github.com/wantee/octopress-font-awesome/"
|
13
13
|
})
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octopress-font-awesome
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wang Jian
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
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: bundler
|