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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b8a8ecd38b3315af222b4911a25d123aa4ab627
4
- data.tar.gz: 13e315e7c0dcfbd73939a34e3981f1e7fda81dae
3
+ metadata.gz: c9c35b5d465d3f10a42cca56a16aca52ab036ea6
4
+ data.tar.gz: 23faf717c7d25f8c44e022fad694f7c608ecdfda
5
5
  SHA512:
6
- metadata.gz: 4be9190a5fc85cafe28017a756ead824676644c333c6d580c1b0c3da3795931393c13994dd50ba4df8ce8761be59c6cd01c53e8d6ffa795887ad186217bfa553
7
- data.tar.gz: dbb7771894727b9ed92dd80043ec6fe45f13898db786bdbbd7a28281b2541c1427437376779fe92b3a4612d43027ae1d39eae58e65246d1fe9c206617a03190a
6
+ metadata.gz: e8d1027f3d2322f00fa64837e5a267dbe500af33d1219102b543b699028117b2369dba5306414b85b4307b30a491f7639756098b93cf7586991f25d6b781a76f
7
+ data.tar.gz: 4cf5dec9ae7ecfca9097a5032a81905443df4b1a5d12e009e75f5515e514c758d4104df4b75020fe1bbe6f5f653b41c0b6fd68835b8fdaab684bd0f7207d524d
data/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1 - 2015-05-17
4
+ - Add plugin info in Ruby
5
+
3
6
  ## 0.1.0 - 2015-05-16
4
7
  - Initial release
@@ -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: "", # What does your theme/plugin do?
11
- source_url: "https://github.com/user/project", # <- Update info
12
- website: "" # Optional project 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
  })
@@ -1,3 +1,3 @@
1
1
  module OctopressFontAwesome
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-16 00:00:00.000000000 Z
11
+ date: 2015-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler