jekyll_picture_tag 1.10.0 → 1.10.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
  SHA256:
3
- metadata.gz: 13254626160df11fadc7fe2222b17a7fa96c578a5874529b77e84bf0b99e482d
4
- data.tar.gz: 2a9bbcfaf2d048726ce75c5177b7fa051c65310ff2cf86414b1bae44a3436974
3
+ metadata.gz: f8139b8ad99ab1d17326fa0a36b19660211d2eeaaf2f013bde294e5c0fd985d1
4
+ data.tar.gz: f1b4e609115cd6a27c7438a5bffe7bd954ad193f21c87e5e6804b4d3c4261338
5
5
  SHA512:
6
- metadata.gz: 7137ec91ead7245fd8c869a72b4855d335b5d32c9bd56e2f4fbf81e7f168ff0fc28520482ee5eb62969a73148c6ff31baeae4338c1e6baf1e0f48764b27b9e2d
7
- data.tar.gz: b174de6bd9135a003240f56652f2d6ebfaf13c4ce0ce909c91b99d82cfde8ce53f6e5da916aba5842e6c6c50f069f2f0bc74c667bbd576df921dd89dde950251
6
+ metadata.gz: c5a51b1438f0dcdd3ccd00925208e56fe740762451cc9c60603204a044595525f44e47285e2b6bc7b9f2f99c644b2d98fd0401f6639a58163cd1334b22a6cd95
7
+ data.tar.gz: fb823ff0aef8a29989495663e3d108add494609e9c7956865d379fb8a5b05aa79e9a66fb504f073ae204631b3b9dd9a502fc3a13763d6b9d3e6af5384d70c470
@@ -39,7 +39,7 @@ build & deployment services you might use (including Netlify and Travis CI) do.
39
39
  If you'd like to use both the cropping feature and such a service, or it's inconvenient to install
40
40
  version 7 in your development environment, you will likely want to build your site in a docker
41
41
  container. The Alpine Linux repos include version 7, so you'll want an Alpine Linux based image
42
- rather than an Ubuntu based one. Convenienly this includes the [offical Jekyll
42
+ rather than an Ubuntu based one. Conveniently this includes the [offical Jekyll
43
43
  image](https://hub.docker.com/r/jekyll/jekyll).
44
44
 
45
45
  Once I work out how to actually do that, I'll add some guidance here.
@@ -2,6 +2,8 @@
2
2
  ---
3
3
  # Release History
4
4
 
5
+ * 1.10.1 July 2, 2020
6
+ * Bugfix for erroneously regenerated images
5
7
  * 1.10.0 May 11, 2020
6
8
  * **Image Cropping support!** access the power of ImageMagick's `crop` function.
7
9
  * Don't issue a warning when `default` preset is not found.
@@ -30,7 +30,7 @@ module PictureTag
30
30
  # source_dest is the jekyll-picture-tag destination directory. (generated
31
31
  # file location setting.)
32
32
  def dest_dir
33
- File.join PictureTag.site.dest, pconfig['output']
33
+ File.join PictureTag.site.config['destination'], pconfig['output']
34
34
  end
35
35
 
36
36
  def nomarkdown?
@@ -1,3 +1,3 @@
1
1
  module PictureTag
2
- VERSION = '1.10.0'.freeze
2
+ VERSION = '1.10.1'.freeze
3
3
  end
data/readme.md CHANGED
@@ -41,12 +41,14 @@ https://rbuchberger.github.io/jekyll_picture_tag/
41
41
 
42
42
  https://rbuchberger.github.io/jekyll_picture_tag/releases
43
43
 
44
- Latest version:
44
+ Latest versions:
45
45
 
46
46
  * 1.10.0 May 11, 2020
47
47
  * **Image Cropping support!** access the power of ImageMagick's `crop` function.
48
48
  * Don't issue a warning when `default` preset is not found.
49
49
  * Documentation improvements
50
+ * 1.10.1 July 2, 2020
51
+ * Bugfix for erroneously regenerated images
50
52
 
51
53
  ## Help Wanted
52
54
 
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll_picture_tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Wierzbowski
8
8
  - Brendan Tobolaski
9
9
  - Robert Buchberger
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2020-05-11 00:00:00.000000000 Z
13
+ date: 2020-07-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -299,7 +299,7 @@ homepage: https://github.com/rbuchberger/jekyll_picture_tag
299
299
  licenses:
300
300
  - BSD-3-Clause
301
301
  metadata: {}
302
- post_install_message:
302
+ post_install_message:
303
303
  rdoc_options: []
304
304
  require_paths:
305
305
  - lib
@@ -317,8 +317,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
317
317
  - !ruby/object:Gem::Version
318
318
  version: '0'
319
319
  requirements: []
320
- rubygems_version: 3.1.3
321
- signing_key:
320
+ rubygems_version: 3.1.4
321
+ signing_key:
322
322
  specification_version: 4
323
323
  summary: Easy responsive images for Jekyll.
324
324
  test_files: []