jekyll 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of jekyll might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 98ba3fa55cb0c26a1d2a7e7e6dc1bef322f54e75
4
- data.tar.gz: 37ed86cfd716d25d054bc3401d7213a2bbb14ea8
3
+ metadata.gz: ddbc11845878ea9db18f6417f18dd359b33e54da
4
+ data.tar.gz: 2c9c6dd7446f39fa3e71a3f85c39adbfdb418bac
5
5
  SHA512:
6
- metadata.gz: 8d2b0d3e0f6f478dbeac2242463226b9f58ee1e52ef274ce9a6361eabd4f5d877a95b6bda6e80be1fab597737d1b2c9bcbe184af2e89c7c0d2692288c87733d4
7
- data.tar.gz: 49a95f70354cd9bce8fa4bdca2690d6bf291a4046b2265b84c7ebc220637b2aa3a0ec82426811b83e521dc64f3beeb6583a2342e9120bd3f057cdce4ed46acb9
6
+ metadata.gz: 3cb98db7e488b274d6a517b265832971543b9f60aaa145b646ca416ea5d7e1a02d27b9f236f90957952480c0b1141b1b3942d5c5427fdc6ef044e958dd8966ae
7
+ data.tar.gz: 8578324c400324af7915929d82e11390cfbd765e9ecf7f8fc9e4cf3f951c66730aff22c2ec29ce59798f4563afbd272371a896e59413173af78b20bc2098abed
@@ -95,7 +95,7 @@ module Jekyll
95
95
  # problems and backwards-compatibility.
96
96
  def from(user_config)
97
97
  Utils.deep_merge_hashes(DEFAULTS, Configuration[user_config].stringify_keys).
98
- fix_common_issues.backwards_compatibilize.add_default_collections
98
+ fix_common_issues.add_default_collections
99
99
  end
100
100
  end
101
101
 
@@ -1,3 +1,3 @@
1
1
  module Jekyll
2
- VERSION = '3.0.4'
2
+ VERSION = '3.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Preston-Werner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-18 00:00:00.000000000 Z
11
+ date: 2016-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: liquid