jekyll-assets 2.1.0 → 2.1.1

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: 5ea6db7ce6d3db7e9638ea43bc6b16ef66bda4c4
4
- data.tar.gz: 0b4949e68651598f61d1fbf8589999b95984b941
3
+ metadata.gz: 55112e9aa0134697067401814539f487be8db493
4
+ data.tar.gz: d42d993d1a69e459a50bab146c520f14f4793588
5
5
  SHA512:
6
- metadata.gz: b2bffef1cdd4b4f3c61979fa5cd097dcd89f13158cdb47d21c38d8e459338551e80a4809c6d2dcd43102a846d0310f4b9c8cb5d05087a2085433ace7b6b326f5
7
- data.tar.gz: e85a0acdc8a0b8842045f6702a9a6f7cabac5e49144b0ea01738727488ef011f977a384e1452a18ad5372b0e56778dc0b44b22df95f906ca7639d4dabe62310b
6
+ metadata.gz: 8fe4c81711e2f9749e2bd7e72ae8b46529d4d63daf3eae2ef9ac175ec7e0b506fd058c219896857da0f165a05ec4494a5659ed93a63f7cc94adc05652223dddd
7
+ data.tar.gz: 4109021863986920fb1319b75b17d088583a52023a3e2cc40418eb8abfa1665cab3840590d36c525f289759c9f1816a1c0a15c408b4e6ab3e4d749e50a7c319d
@@ -19,7 +19,6 @@ module Jekyll
19
19
  def excludes
20
20
  excludes = Set.new
21
21
  excludes << strip_path(in_cache_dir)
22
- jekyll.sprockets.asset_config["sources"].each { |path| excludes << strip_path(path) }
23
22
  excludes
24
23
  end
25
24
 
@@ -4,6 +4,6 @@
4
4
 
5
5
  module Jekyll
6
6
  module Assets
7
- VERSION="2.1.0"
7
+ VERSION="2.1.1"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordon Bedwell
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-12-08 00:00:00.000000000 Z
13
+ date: 2015-12-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sprockets