nesta-plugin-jekyll-metadata 0.0.1 → 0.0.2

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: b3a7f78f8ecf7a6f4967af0451991640dfeff46a
4
- data.tar.gz: 9bf312b0df9c168e849ce3a05e870ceb40f8a85c
3
+ metadata.gz: e49fd7db9dea49dd654e4920921180797cb7fce2
4
+ data.tar.gz: 72c155b947a0eb9fb6d1496829bf80ee45bd6ebf
5
5
  SHA512:
6
- metadata.gz: 7ed609c54d19431623d135ee5db72e4601f21227efc816f321a43336f4e05501c47c47cd45e30657c9bbb312473955cb9a71ba470df50d2cf83e30d4913b86f8
7
- data.tar.gz: 17f6d40620126b20ccfed2366ecb885113226ae2f31a80bc47913952048c43291e98ebbc23b352ce1752e25f21488b4636036322bf50b989237035654dea0c0c
6
+ metadata.gz: 3c1b4931ba646772c30e682e7af5d975ad901cfb7fa828579e44c0b94be7a7c00cc724138649202c1670bb0bdb66933f2487646e51590293de18b1b47a3c43f3
7
+ data.tar.gz: 4caae847eb505439152146257e55a276f386254b29c68b8d47ddfd3ec31e580a46c587033cb918dce22838a37f0b3c602b1223b6cecb8efc5421a37b67e74081
@@ -2,7 +2,7 @@ module Nesta
2
2
  module Plugin
3
3
  module Jekyll
4
4
  module Metadata
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
  end
7
7
  end
8
8
  end
@@ -4,7 +4,7 @@ module Nesta
4
4
  module Plugin
5
5
  module Jekyll
6
6
  module Metadata
7
- VERSION = '0.0.1'
7
+ # Your code goes here...
8
8
  end
9
9
  end
10
10
  end
@@ -0,0 +1,3 @@
1
+ require "nesta-plugin-jekyll-metadata/version"
2
+
3
+ Nesta::Plugin.register(__FILE__)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nesta-plugin-jekyll-metadata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Braden
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-21 00:00:00.000000000 Z
11
+ date: 2014-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -55,6 +55,7 @@ files:
55
55
  - LICENSE.txt
56
56
  - README.md
57
57
  - Rakefile
58
+ - lib/nesta-plugin-jekyll-metadata.rb
58
59
  - lib/nesta/plugin/jekyll/metadata.rb
59
60
  - lib/nesta/plugin/jekyll/metadata/init.rb
60
61
  - lib/nesta/plugin/jekyll/metadata/version.rb