jekyll_frontmatter_tests 0.0.5 → 0.0.6

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: 7031468efa52dc6253ac9a50d09959fbd041147a
4
- data.tar.gz: 1dab4de6b849dd0cc46428f9b98ab9e9575bfdd8
3
+ metadata.gz: dd7f9159c4c403882d1a6cc779200cbff4ebf6c0
4
+ data.tar.gz: d49acc94c917cc7fff9f98795c06d1b04168ee6a
5
5
  SHA512:
6
- metadata.gz: be4912d95ac2c909b7c5297c6df5d72f83851146deb5e4f34a850737f6e86d890ff49c12b6263c65ee40fb25aa8bb4319d53b1191fcafd4cec1d715433a69f00
7
- data.tar.gz: 5a0d6d90438fb4a0b241cbe1bb3cea8f02bbaf4b89a30ca5cd69e494395c57a181dafaba523da4f952160f7ed33ad8cbefae4a9ba9160105356149be8c08720f
6
+ metadata.gz: 21405476706162546aa83acf6d5660cd674ca4d6e596bf1b5ac039f948edbd7db3bb3d58d67289c1b1023bbb111d96b078ca5ea996258653203639130dccc40a
7
+ data.tar.gz: 1c43086ab73d4be4bfc649f265cda7836a6ed587f8976d50f4382a2e19c96910c74d6d19cc1317977c0d5fbe727acc1362376f3a3c9f31272eda0494d7f88040
@@ -5,10 +5,9 @@ class FrontmatterTests < Jekyll::Command
5
5
  #
6
6
  # Assumes this is a standard jekyll site
7
7
  def config
8
- require 'pry'; binding.pry
9
8
  config = Jekyll.configuration
10
9
  if config.key('frontmatter_tests').nil?
11
- config['frontmatter_tests'] = {'path': File.join("deploy", "tests", "schema")}
10
+ config['frontmatter_tests'] = {'path' => File.join("deploy", "tests", "schema")}
12
11
  end
13
12
  @config ||= config['frontmatter_tests']
14
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll_frontmatter_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Boone
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.4.7
104
+ rubygems_version: 2.4.5.1
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: Tests jekyll documents for proper frontmatter