jekyll-assets 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44d89fc0d1ca6db22209873e55c1672289e5e67f
4
- data.tar.gz: 5a3e81f94ffcf988f713e2d971f931b30c5fd09f
3
+ metadata.gz: 808c14921b5df950107d2ff90e63c448b380fc1c
4
+ data.tar.gz: de3fe1b44ef5d67786f37b7e14c7c72029e256f1
5
5
  SHA512:
6
- metadata.gz: 45850b5a84a5cacfb3257789b39f0e3b5ff66c47f006c342c3fb4f5d71f465d9a8264c518f3a68005cbec2e452ac038387e75e21138c0d5452fcaba01ebb4fa8
7
- data.tar.gz: 52ce19c278b2901eb63f12c0d5240294065a0c72a2711e1b5d8fe7a46d104abbfcf2f89bb4e1d6a476c2dc3d15544ca7379903421f118b3a3c492efae2ec33c9
6
+ metadata.gz: 1f5a4c4ec74e5432f4546866f11a22c6c7ac4a30d68bf9fc52010176a660ec47b33463b0160c96a2bb08687baa7010ee3695e986aac3a182191395f839c88b19
7
+ data.tar.gz: f35493a26c44a240c2e114de70559f87b19eadaec8e3740e22b2b5d98023dbf37ca8aac8a14f9398b1abd31f4994a3083d6550d373e9ce04ad5a0ab13f37fd97
data/README.md CHANGED
@@ -18,29 +18,7 @@
18
18
  [2]:https://github.com/rails/sprockets
19
19
  [3]:https://jekyllrb.com
20
20
 
21
- # Jekyll Assets 3.x
22
-
23
- ***Jekyll Assets 3.x is currently unreleased. It is scheduled to released sometime in October. If you are looking for documentation, for the current release (2.x) please see: https://github.com/jekyll/jekyll-assets/tree/2.4-legacy it should have what you are looking for.***
24
-
25
- ## What's new
26
-
27
- - [x] Jekyll like tag arguments.
28
- - [x] Support for `<img>` srcset.
29
- - [x] Proxies in `asset()` for SASS.
30
- - [x] Expanded source directories by default.
31
- - [x] Support for `srcset`, width, and density.
32
- - [x] Support for building HTML for external assets.
33
- - [x] Stripping of FrontMatter (`---`) before processing.
34
- - [x] Extensible/customizable decoupled HTML builders for tags.
35
- - [x] Support for `<audio>`, `<video>`, `<img>` discovery in Markdown.
36
- - [x] Responsive images with `srcset` `<picture>` tag support.
37
- - [x] Support for audio assets (using `assets` tag.)
38
- - [x] Support for video assets (using `assets` tag.)
39
- - [x] Easier proxies, with rolling proxies.
40
- - [x] Customizable HTML defaults.
41
- - [x] Configurable GZipping.
42
- - [x] Proxies via `<img>`.
43
- - [x] SourceMaps.
21
+ ***Jekyll Assets 3.0.0 has been released, see what's new: https://envygeeks.io/2017/11/21/jekyll-assets-3-released***
44
22
 
45
23
  # Jekyll Assets
46
24
 
@@ -0,0 +1,6 @@
1
+ # rubocop:disable Naming/FileName
2
+ # Copyright: 2012 - 2017 - MIT License
3
+ # Frozen-string-literal: true
4
+ # Encoding: utf-8
5
+
6
+ require_relative "jekyll/assets"
@@ -4,6 +4,6 @@
4
4
 
5
5
  module Jekyll
6
6
  module Assets
7
- VERSION = "3.0.0"
7
+ VERSION = "3.0.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: 3.0.0
4
+ version: 3.0.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: 2017-11-21 00:00:00.000000000 Z
13
+ date: 2017-11-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: execjs
@@ -200,6 +200,7 @@ files:
200
200
  - LICENSE
201
201
  - README.md
202
202
  - Rakefile
203
+ - lib/jekyll-assets.rb
203
204
  - lib/jekyll/assets.rb
204
205
  - lib/jekyll/assets/config.rb
205
206
  - lib/jekyll/assets/context.rb