lib/octopress-ink/plugin.rb in octopress-ink-1.0.0.rc.23 vs lib/octopress-ink/plugin.rb in octopress-ink-1.0.0.rc.24

- old
+ new

@@ -6,10 +6,10 @@ DEFAULT_CONFIG = { type: 'plugin' } - attr_reader :name, :type, :path, :assets_path, :local, :website, :description, :version, :source_url, :website, + attr_reader :name, :type, :path, :assets_path, :local, :website, :description, :gem, :version, :source_url, :website, :layouts_dir, :stylesheets_dir, :javascripts_dir, :files_dir, :includes_dir, :images_dir, :layouts, :includes, :images, :fonts, :files, :pages, :docs def initialize(options) options = Jekyll::Utils.symbolize_hash_keys(options || configuration)