Sha256: 8e4828a1184c6cf818b79dc440ede37fa0e0f4b4243f48dc3d7880278332d45a

Contents?: true

Size: 214 Bytes

Versions: 12

Compression:

Stored size: 214 Bytes

Contents

require 'octopress-ink'

Octopress::Ink.add_plugin({
  name:        'Test Plugin',
  slug:        'test-plugin',
  assets_path: File.expand_path(File.dirname(__FILE__)),
  description: "Test some plugins y'all"
})

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
octopress-wrap-tag-1.1.1 test/_ink_plugins/test-plugin/test.rb
octopress-include-tag-1.1.1 test/_ink_plugins/test-plugin/test.rb
octopress-include-tag-1.1.0 test/_ink_plugins/test-plugin/test.rb
octopress-wrap-tag-1.1.0 test/_ink_plugins/test-plugin/test.rb
octopress-wrap-tag-1.0.3 test/_ink_plugins/test-plugin/test.rb
octopress-wrap-tag-1.0.2 test/_ink_plugins/test-plugin/test.rb
octopress-wrap-tag-1.0.1 test/_ink_plugins/test-plugin/test.rb
octopress-include-tag-1.0.3 test/_ink_plugins/test-plugin/test.rb
octopress-include-tag-1.0.2 test/_ink_plugins/test-plugin/test.rb
octopress-include-tag-1.0.1 test/_ink_plugins/test-plugin/test.rb
octopress-wrap-tag-1.0.0 test/_ink_plugins/test-plugin/test.rb
octopress-include-tag-1.0.0 test/_ink_plugins/test-plugin/test.rb