nesta-plugin-jekyll-metadata 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e49fd7db9dea49dd654e4920921180797cb7fce2
4
- data.tar.gz: 72c155b947a0eb9fb6d1496829bf80ee45bd6ebf
3
+ metadata.gz: 64eca332d273aac82d342baa2617e0f9bf4bd85a
4
+ data.tar.gz: 72532aa8ee44f668d2f6bb18c52ccc68252318a0
5
5
  SHA512:
6
- metadata.gz: 3c1b4931ba646772c30e682e7af5d975ad901cfb7fa828579e44c0b94be7a7c00cc724138649202c1670bb0bdb66933f2487646e51590293de18b1b47a3c43f3
7
- data.tar.gz: 4caae847eb505439152146257e55a276f386254b29c68b8d47ddfd3ec31e580a46c587033cb918dce22838a37f0b3c602b1223b6cecb8efc5421a37b67e74081
6
+ metadata.gz: 3a14b60f76841794b2375232152774bfb427a02be3561f302b9b1942e57783e92f4c203e50d1500dc4994a39cc43504a63b115cc28a383b937ae03c7738ecf9a
7
+ data.tar.gz: fdda4f06300d3ee0f9f6d218abad796971eca5a1629850ec4f1d0948dbc13ffcf03361b5180ee84a104500895f0277aa6b72fad57e1da4e0a2db692d422cf242
@@ -2,7 +2,7 @@ module Nesta
2
2
  module Plugin
3
3
  module Jekyll
4
4
  module Metadata
5
- VERSION = "0.0.2"
5
+ VERSION = "0.0.3"
6
6
  end
7
7
  end
8
8
  end
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'nesta/plugin/jekyll/metadata/version'
4
+ require 'nesta-plugin-jekyll-metadata/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "nesta-plugin-jekyll-metadata"
data/test/plugin_test.rb CHANGED
@@ -3,7 +3,7 @@ require 'fileutils'
3
3
  require 'tilt'
4
4
  require 'nesta/models'
5
5
 
6
- require_relative '../lib/nesta/plugin/jekyll/metadata/init'
6
+ require_relative '../lib/nesta-plugin-jekyll-metadata/init'
7
7
 
8
8
  describe Nesta::FileModel do
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nesta-plugin-jekyll-metadata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Braden
@@ -56,9 +56,8 @@ files:
56
56
  - README.md
57
57
  - Rakefile
58
58
  - lib/nesta-plugin-jekyll-metadata.rb
59
- - lib/nesta/plugin/jekyll/metadata.rb
60
- - lib/nesta/plugin/jekyll/metadata/init.rb
61
- - lib/nesta/plugin/jekyll/metadata/version.rb
59
+ - lib/nesta-plugin-jekyll-metadata/init.rb
60
+ - lib/nesta-plugin-jekyll-metadata/version.rb
62
61
  - nesta-plugin-jekyll-metadata.gemspec
63
62
  - test/plugin_test.rb
64
63
  - wercker.yml
@@ -1,11 +0,0 @@
1
- require "nesta/plugin/jekyll/metadata/version"
2
-
3
- module Nesta
4
- module Plugin
5
- module Jekyll
6
- module Metadata
7
- # Your code goes here...
8
- end
9
- end
10
- end
11
- end