lib/octopress-ink.rb in octopress-ink-1.0.0.rc.23 vs lib/octopress-ink.rb in octopress-ink-1.0.0.rc.24
- old
+ new
@@ -220,9 +220,11 @@
Liquid::Template.register_tag('css_asset_tag', Octopress::Ink::Tags::StylesheetTag)
Liquid::Template.register_tag('js_asset_tag', Octopress::Ink::Tags::JavascriptTag)
Octopress::Docs.add({
name: "Octopress Ink",
+ gem: "octopress-ink",
+ version: Octopress::Ink::VERSION,
description: "A framework for creating Jekyll quality themes and plugins",
slug: "ink",
path: File.expand_path(File.join(File.dirname(__FILE__), "../")),
source_url: "https://github.com/octopress/ink",
})