jekyll-twoxify 1.0.1 → 1.0.2

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
- SHA1:
3
- metadata.gz: 16afe64002ada926a66c0ff341d23731c9433090
4
- data.tar.gz: cbeb8c8bcd85699402df27c05d6156bdee9a0885
2
+ SHA256:
3
+ metadata.gz: 6e76a2824659c0670be3616f8cc3515221a48759bf0d230919f96820066bff13
4
+ data.tar.gz: 32807d0079e6497b64fa59f1468e6a49bee3909438c455f3d58bb088ff8a1e52
5
5
  SHA512:
6
- metadata.gz: 051c424503c877efd94b9a6cb462d156236a66b8661808d82aec15050577efe6b4b47c78c95f3914f8dffbfcda7e3c2e44aa66e0bcb126b8bcc19e6c645b5924
7
- data.tar.gz: 345296debb5003362f6a739998ac12289dfba5b206a180ff3fcd3a3412e60101eebd78c9a1dad25a050d6eb8ea6503c022e1ac1437d03a50907cd70e709f278b
6
+ metadata.gz: 900bcd0a3bd937c307048ffc518ff58feced79bf512da4b866d0b16f4e04423cca66db5fdb2dd2bc0b70c1e9ae5b5e97682fffed9839aad1aa3d5024ca0e4450
7
+ data.tar.gz: 604168e81a14c1dc02d005395b5deebf3d1b065a9f906d3dcbb2f2e4dff1597725679b472d6363b713b6a68ce7bb403b1887ecc5a79a8852a40eaf28ed3a94e9
@@ -8,10 +8,10 @@ Gem::Specification.new do |spec|
8
8
  spec.description = "Jekyll plugin to generate src attribute for an img tag with the given image, and also the srcset with an appropriate @2x path for the image if one exists on the filesystem."
9
9
  spec.version = Jekyll::TwoXify::VERSION
10
10
  spec.authors = ["Nick Pettazzoni"]
11
- spec.email = ["pettazz@gmail.com"]
11
+ spec.email = ["github@n.pettazz.com"]
12
12
  spec.homepage = "https://github.com/warrantynowvoid/jekyll-twoxify"
13
13
  spec.licenses = ["Nonstandard"]
14
14
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|spec|features)/!) }
15
15
  spec.require_paths = ["lib"]
16
- spec.add_dependency "jekyll", "~> 3.0"
16
+ spec.add_dependency "jekyll", ">= 3.0"
17
17
  end
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module TwoXify
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,34 +1,34 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-twoxify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Pettazzoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-17 00:00:00.000000000 Z
11
+ date: 2025-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.0'
27
27
  description: Jekyll plugin to generate src attribute for an img tag with the given
28
28
  image, and also the srcset with an appropriate @2x path for the image if one exists
29
29
  on the filesystem.
30
30
  email:
31
- - pettazz@gmail.com
31
+ - github@n.pettazz.com
32
32
  executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
@@ -59,8 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
61
  requirements: []
62
- rubyforge_project:
63
- rubygems_version: 2.6.14
62
+ rubygems_version: 3.0.3.1
64
63
  signing_key:
65
64
  specification_version: 4
66
65
  summary: Generate the src and srcset img tag attributes for an image