jekyll-webp-resize 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5501c7f8fba4157e7d08ba5cf55e130aeff0c7d2
4
+ data.tar.gz: d889f76566957fc2500547eafff71944477ad098
5
+ SHA512:
6
+ metadata.gz: 86d6005019e761caa5f0c23067f1b137cc493f581a83b8ab196bd4f891209eeac7534b04431823a681e3caa6bf955098c685aede8723d34a3340ccf866070d46
7
+ data.tar.gz: 49146cc748274cc444833eca31be6ec7fc38d3d53f3968aa978165ecc0501ec33a12ec1d05f67ebfd0b24046b6959e7e8fa87b2e3663cfab31ba6aa451519962
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at [jekyll@sverrirs.com](mailto:jekyll@sverrirs.com). All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,8 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in jekyll-webp.gemspec
4
+ gemspec
5
+
6
+ if ENV["JEKYLL_VERSION"]
7
+ gem "jekyll", "~> #{ENV["JEKYLL_VERSION"]}"
8
+ end
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Sverrir Sigmundarson
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
data/README.md ADDED
@@ -0,0 +1,90 @@
1
+
2
+ # WebP Generator for Jekyll
3
+ WebP Image Generator for Jekyll Sites can automatically generate WebP images for all images on your static site and serve them when possible.
4
+ > Read more about this tool on my blog at <a href="https://blog.sverrirs.com/2016/06/webp-generator-for-jekyll-sites.html" target="_blank">blog.sverrirs.com</a>
5
+
6
+ ## Installation
7
+
8
+ ```
9
+ gem install jekyll-webp
10
+ ```
11
+
12
+ The release includes all necessary files to run, including the WebP redistributable executable files.
13
+
14
+ > Currently the release includes the v0.5.1 version of the WebP utilities for Windows, Linux and Mac OS X 10.9 (Mountain Lion). Other versions and releases can be downloaded directly from <a href="https://developers.google.com/speed/webp/docs/precompiled" target="_blank">the Google page</a>.
15
+
16
+ Add the gem to your `Gemfile` and to Jekyll's `_config.yml` then run `jekyll serve` again and you should see the generator run during site generation.
17
+
18
+ ## Configuration
19
+ The plugin can be configured in the site's `_config.yml` file by including the `webp` configuration element
20
+
21
+ ``` yml
22
+ ############################################################
23
+ # Site configuration for the WebP Generator Plugin
24
+ # The values here represent the defaults if nothing is set
25
+ webp:
26
+ enabled: true
27
+
28
+ # The quality of the webp conversion 0 to 100 (where 100 is least lossy)
29
+ quality: 75
30
+
31
+ # List of directories containing images to optimize, nested directories will not be checked
32
+ # By default the generator will search for a folder called `/img` under the site root and process all jpg, png and tiff image files found there.
33
+ img_dir: ["/img"]
34
+
35
+ # add ".gif" to the format list to generate webp for animated gifs as well
36
+ formats: [".jpeg", ".jpg", ".png", ".tiff"]
37
+
38
+ # File extensions for animated gif files
39
+ gifs: [".gif"]
40
+
41
+ # Set to true to always regenerate existing webp files
42
+ regenerate: false
43
+
44
+ # Local path to the WebP utilities to use (relative or absolute)
45
+ # Omit or leave as nil to use the utilities shipped with the gem, override only to use your local install
46
+ webp_path: nil
47
+
48
+ # List of files or directories to exclude
49
+ # e.g. custom or hand generated webp conversion files
50
+ exclude: []
51
+ ############################################################
52
+ ```
53
+
54
+ ## Simplest use: HTML
55
+ In case you don't have control over your webserver then using the `<picture>` element and specifying all image formats available is the best option. This way the browser will decide which format to use based on its own capabilities.
56
+
57
+ ``` html
58
+ <picture>
59
+ <source srcset="/path/to/image.webp" type="image/webp">
60
+ <img src="/path/to/image.jpg" alt="">
61
+ </picture>
62
+ ```
63
+
64
+ ## Advanced use: Webserver Configuration
65
+ If you can then configuring your webserver to serve your new _.webp_ files to clients that support the format is probably the least problematic approach. This way you don't need to make any changes to your HTML files as your webserver will automatically serve WebP images when the client supports them.
66
+
67
+ Below is an example for a .htaccess configuration section in an Apache web-server. It will redirect users to webp images whenever possible.
68
+
69
+ ```
70
+ ####################
71
+ # Attempt to redirect images to WebP if one exists
72
+ # and the client supports the file format
73
+ ####################
74
+ # check if browser accepts webp
75
+ RewriteCond %{HTTP_ACCEPT} image/webp
76
+
77
+ # check if file is jpg or png
78
+ RewriteCond %{REQUEST_FILENAME} (.*)\.(jpe?g|png)$
79
+
80
+ # check if corresponding webp file exists image.png -> image.webp
81
+ RewriteCond %1\.webp -f
82
+
83
+ # serve up webp instead
84
+ RewriteRule (.+)\.(jpe?g|png)$ $1.webp [T=image/webp,E=accept:1]
85
+
86
+ AddType image/webp .webp
87
+ ```
88
+
89
+ > Depending on other configurations in your `.htaccess` file you might have to update your `ExpiresByType`, `ExpiresDefault` and `Header set Cache-Control` directives to include the webp format as well.
90
+
data/Rakefile ADDED
@@ -0,0 +1,13 @@
1
+ require 'rake'
2
+ require 'rake/testtask'
3
+
4
+ Rake::TestTask.new do |t|
5
+ t.libs.push 'lib'
6
+ t.libs.push 'specs'
7
+ t.verbose = true
8
+ t.pattern = "spec/*_spec.rb"
9
+ t.test_files = FileList['spec/*_spec.rb']
10
+ end
11
+
12
+ desc "Run tests"
13
+ task :default => [:test]
Binary file
Binary file
data/bin/osx-cwebp ADDED
Binary file
Binary file
Binary file
@@ -0,0 +1,26 @@
1
+ # coding: utf-8
2
+ require_relative 'lib/jekyll-webp-resize/version'
3
+
4
+ Gem::Specification.new do |spec|
5
+ spec.name = "jekyll-webp-resize"
6
+ spec.version = Jekyll::Webp::VERSION
7
+ spec.platform = Gem::Platform::RUBY
8
+ spec.date = DateTime.now.strftime('%Y-%m-%d')
9
+ spec.authors = ["Sverrir Sigmundarson", "Emilio Del Tessandoro"]
10
+ spec.email = ["jekyll@sverrirs.com", "emilio.deltessa@gmail.com"]
11
+ spec.homepage = "https://github.com/emmmile/jekyll-webp"
12
+ spec.license = "MIT"
13
+
14
+ spec.summary = %q{WebP image generator for Jekyll 3 websites}
15
+ spec.description = %q{WebP Image Generator for Jekyll 3 Sites that automatically generate WebP images for all images on your static site and serves them when possible.}
16
+
17
+ spec.files = Dir['CODE_OF_CONDUCT.md', 'README.md', 'LICENSE', 'Rakefile', '*.gemspec', 'Gemfile', 'lib/**/*', 'spec/**/*', 'bin/**/*']
18
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
+ spec.test_files = spec.files.grep(%r{^spec/})
20
+ spec.require_paths = ["lib"]
21
+
22
+ spec.add_development_dependency "jekyll", "~> 3.0"
23
+ spec.add_development_dependency "bundler", "~> 1.5"
24
+ spec.add_development_dependency "rake", "~> 1.5"
25
+ spec.add_development_dependency "minitest", '~> 5.4', '>= 5.4.3'
26
+ end
@@ -0,0 +1,9 @@
1
+ require "jekyll-webp/version"
2
+ require "jekyll-webp/defaults"
3
+ require "jekyll-webp/webpExec"
4
+ require "jekyll-webp/webpGenerator"
5
+
6
+ module Jekyll
7
+ module Webp
8
+ end # module Webp
9
+ end # module Jekyll
@@ -0,0 +1,42 @@
1
+ module Jekyll
2
+ module Webp
3
+
4
+ # The default configuration for the Webp generator
5
+ # The values here represent the defaults if nothing is set
6
+ DEFAULT = {
7
+ 'enabled' => false,
8
+
9
+ # The flags to pass to the webp binary. For a list of valid parameters check here:
10
+ # https://developers.google.com/speed/webp/docs/cwebp#options
11
+ 'flags' => "-q 75",
12
+
13
+ # For best lossy compression use
14
+ # 'flags' => "-q 100 -m 6 -pass 10 -af",
15
+
16
+ # For best lossless compression use
17
+ # 'flags' => "-q 100 -lossless -z 9",
18
+
19
+ # List of directories containing images to optimize, Nested directories will not be checked
20
+ 'img_dir' => ["/img"],
21
+
22
+ # add ".gif" to the format list to generate webp for animated gifs as well
23
+ 'formats' => [".jpeg", ".jpg", ".png", ".tiff"],
24
+
25
+ # File extensions for animated gif files
26
+ 'gifs' => [".gif"],
27
+
28
+ # Local path to the WebP utilities to use (relative or absolute)
29
+ # Leave as nil to use the cmd line utilities shipped with the gem, override to use your local install
30
+ 'webp_path' => nil,
31
+
32
+ # List of files or directories to exclude
33
+ # e.g. custom or hand generated webp conversion files
34
+ 'exclude' => [],
35
+
36
+ # List of files or directories to explicitly include
37
+ # e.g. single files outside of the main image directories
38
+ 'include' => []
39
+ }
40
+
41
+ end # module Webp
42
+ end # module Jekyll
@@ -0,0 +1,8 @@
1
+ module Jekyll
2
+ module Webp
3
+ VERSION = "1.0.2"
4
+ # When modifying remember to issue a new tag command in git before committing, then push the new tag
5
+ # git tag -a v0.1.0 -m "Gem v0.1.0"
6
+ # git push origin --tags
7
+ end #module Webp
8
+ end #module Jekyll
@@ -0,0 +1,95 @@
1
+ require 'open3'
2
+
3
+ module Jekyll
4
+ module Webp
5
+ class WebpExec
6
+ # Runs the WebP executable for the given input parameters
7
+ # the function detects the OS platform and architecture automatically
8
+ def self.run(flags, input_file, output_file)
9
+ # What is the path to the execs inside the gem? perhaps just bin/?
10
+ bin_path = "bin/"
11
+
12
+ # What is the OS and architecture specific executable name?
13
+ exe_name = WebpExec.exe_name
14
+
15
+ # We need to locate the Gems bin path as we're currently running inside the
16
+ # jekyll site working directory
17
+ # http://stackoverflow.com/a/10083594/779521
18
+ gem_spec = Gem::Specification.find_by_name("jekyll-webp")
19
+ gem_root = gem_spec.gem_dir
20
+
21
+ # Construct the full path to the executable
22
+ full_path = File.join(gem_root, bin_path, exe_name)
23
+
24
+ Jekyll.logger.info("Webp:", "Converting #{input_file}")
25
+ # Construct the full program call
26
+ cmd = "\"#{full_path}\" -quiet -mt #{flags} \"#{input_file}\" -o \"#{output_file}\""
27
+
28
+ # Execute the command
29
+ exit_code = 0
30
+ error = ""
31
+ output = ""
32
+ Open3.popen3(cmd) do |stdin, stdout, stderr, wait_thr|
33
+ stdin.close # we don't pass any input to the process
34
+ output = stdout.gets
35
+ error = stderr.gets
36
+ exit_code = wait_thr.value
37
+ end
38
+
39
+ if exit_code != 0
40
+ Jekyll.logger.error("WebP:","cwebp returned #{exit_code} with error #{error}")
41
+ end
42
+
43
+ # Return any captured return value
44
+ return [output, error]
45
+ end #function run
46
+
47
+ # Returns the correct executable name depending on the OS platform and OS architecture
48
+ def self.exe_name
49
+ if OS.mac?
50
+ return "osx-cwebp"
51
+ elsif OS.windows?
52
+ if OS.x32?
53
+ return "win-x86-cwebp.exe"
54
+ else
55
+ return "win-x64-cwebp.exe"
56
+ end
57
+ elsif OS.unix? || OS.linux?
58
+ if OS.x32?
59
+ return "linux-x86-cwebp"
60
+ else
61
+ return "linux-x64-cwebp"
62
+ end
63
+ else
64
+ raise ArgumentError.new("OS platform could not be identified (gem can only be run on linux,osx or windows)")
65
+ end
66
+ end #function exe_name
67
+ end #class WebpExec
68
+ end #module Webp
69
+
70
+ module OS
71
+ def OS.windows?
72
+ (/cygwin|mswin|mingw|bccwin|wince|emx/ =~ RUBY_PLATFORM) != nil
73
+ end
74
+
75
+ def OS.mac?
76
+ (/darwin/ =~ RUBY_PLATFORM) != nil
77
+ end
78
+
79
+ def OS.unix?
80
+ !OS.windows?
81
+ end
82
+
83
+ def OS.linux?
84
+ OS.unix? and not OS.mac?
85
+ end
86
+
87
+ def OS.x32?
88
+ return 1.size != 8
89
+ end
90
+
91
+ def OS.x64?
92
+ return 1.size == 8
93
+ end
94
+ end #module OS
95
+ end #module Jekyll
@@ -0,0 +1,83 @@
1
+ require 'jekyll/document'
2
+ require 'fileutils'
3
+
4
+ module Jekyll
5
+ module Webp
6
+ # A static file to hold the generated webp image after generation
7
+ # so that Jekyll will copy it into the site output directory
8
+ class WebpFile < StaticFile
9
+ def write(dest)
10
+ true # Recover from strange exception when starting server without --auto
11
+ end
12
+ end
13
+
14
+ class WebpGenerator < Generator
15
+ # This generator is safe from arbitrary code execution.
16
+ safe true
17
+
18
+ # This generator should be passive with regard to its execution
19
+ priority :lowest
20
+
21
+ def generate(site)
22
+ # Retrieve and merge the configuration from the site yml file
23
+ @config = DEFAULT.merge(site.config['webp'] || {})
24
+
25
+ # If disabled then simply quit
26
+ if !@config['enabled']
27
+ Jekyll.logger.info("WebP:", "Disabled in site.config.")
28
+ return
29
+ end
30
+
31
+ # If the site destination directory has not yet been created then create it now. Otherwise, we cannot write our file there.
32
+ Dir::mkdir(site.dest) if !File.directory? site.dest
33
+
34
+ # Counting the number of files generated
35
+ files_generated = 0
36
+
37
+ # Iterate through every image in each of the image folders and create a webp image
38
+ # if one has not been created already for that image.
39
+ for imgdir in @config['img_dir']
40
+ source_directory = File.join(site.source, imgdir)
41
+ destination_directory = File.join(site.dest, imgdir)
42
+ FileUtils::mkdir_p(destination_directory)
43
+ Jekyll.logger.info("WebP:", "Processing #{source_directory}")
44
+
45
+ for file in Dir[source_directory + "**/*.*"]
46
+ prefix = File.dirname(file.sub(source_directory, ""))
47
+
48
+ # If the file is not one of the supported formats, exit early
49
+ extension = File.extname(file).downcase
50
+ next if !@config['formats'].include? extension
51
+
52
+ # Create the output file path
53
+ filename = File.basename(file, extension) + ".webp"
54
+ FileUtils::mkdir_p(destination_directory + prefix)
55
+ output_full_path = File.join(destination_directory + prefix, filename)
56
+
57
+ # Keep the webp file from being cleaned by Jekyll
58
+ site.static_files << WebpFile.new(site,
59
+ site.dest,
60
+ File.join(imgdir, prefix),
61
+ filename)
62
+
63
+ # Check if the file already has a webp alternative?
64
+ # If we're force rebuilding all webp files then ignore the check
65
+ # also check the modified time on the files to ensure that the webp file
66
+ # is newer than the source file, if not then regenerate
67
+ next if File.file?(output_full_path) && File.mtime(output_full_path) > File.mtime(file)
68
+
69
+ if File.file?(output_full_path) && File.mtime(output_full_path) <= File.mtime(file)
70
+ Jekyll.logger.info("WebP:", "Change to source image file #{file} detected, regenerating WebP")
71
+ end
72
+
73
+ # Generate the file
74
+ WebpExec.run(@config['flags'], file, output_full_path)
75
+ files_generated += 1
76
+ end # dir.foreach
77
+ end # img_dir
78
+
79
+ Jekyll.logger.info("WebP:", "Generator Complete: #{files_generated} file(s) generated")
80
+ end #function generate
81
+ end #class WebPGenerator
82
+ end #module Webp
83
+ end #module Jekyll
metadata ADDED
@@ -0,0 +1,130 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-webp-resize
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Sverrir Sigmundarson
8
+ - Emilio Del Tessandoro
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2017-11-24 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: jekyll
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - "~>"
19
+ - !ruby/object:Gem::Version
20
+ version: '3.0'
21
+ type: :development
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "~>"
26
+ - !ruby/object:Gem::Version
27
+ version: '3.0'
28
+ - !ruby/object:Gem::Dependency
29
+ name: bundler
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - "~>"
33
+ - !ruby/object:Gem::Version
34
+ version: '1.5'
35
+ type: :development
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "~>"
40
+ - !ruby/object:Gem::Version
41
+ version: '1.5'
42
+ - !ruby/object:Gem::Dependency
43
+ name: rake
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - "~>"
47
+ - !ruby/object:Gem::Version
48
+ version: '1.5'
49
+ type: :development
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - "~>"
54
+ - !ruby/object:Gem::Version
55
+ version: '1.5'
56
+ - !ruby/object:Gem::Dependency
57
+ name: minitest
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - "~>"
61
+ - !ruby/object:Gem::Version
62
+ version: '5.4'
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: 5.4.3
66
+ type: :development
67
+ prerelease: false
68
+ version_requirements: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - "~>"
71
+ - !ruby/object:Gem::Version
72
+ version: '5.4'
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: 5.4.3
76
+ description: WebP Image Generator for Jekyll 3 Sites that automatically generate WebP
77
+ images for all images on your static site and serves them when possible.
78
+ email:
79
+ - jekyll@sverrirs.com
80
+ - emilio.deltessa@gmail.com
81
+ executables:
82
+ - linux-x64-cwebp
83
+ - linux-x86-cwebp
84
+ - osx-cwebp
85
+ - win-x64-cwebp.exe
86
+ - win-x86-cwebp.exe
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - CODE_OF_CONDUCT.md
91
+ - Gemfile
92
+ - LICENSE
93
+ - README.md
94
+ - Rakefile
95
+ - bin/linux-x64-cwebp
96
+ - bin/linux-x86-cwebp
97
+ - bin/osx-cwebp
98
+ - bin/win-x64-cwebp.exe
99
+ - bin/win-x86-cwebp.exe
100
+ - jekyll-webp-resize.gemspec
101
+ - lib/jekyll-webp-resize.rb
102
+ - lib/jekyll-webp-resize/defaults.rb
103
+ - lib/jekyll-webp-resize/version.rb
104
+ - lib/jekyll-webp-resize/webpExec.rb
105
+ - lib/jekyll-webp-resize/webpGenerator.rb
106
+ homepage: https://github.com/emmmile/jekyll-webp
107
+ licenses:
108
+ - MIT
109
+ metadata: {}
110
+ post_install_message:
111
+ rdoc_options: []
112
+ require_paths:
113
+ - lib
114
+ required_ruby_version: !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ version: '0'
119
+ required_rubygems_version: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - ">="
122
+ - !ruby/object:Gem::Version
123
+ version: '0'
124
+ requirements: []
125
+ rubyforge_project:
126
+ rubygems_version: 2.6.14
127
+ signing_key:
128
+ specification_version: 4
129
+ summary: WebP image generator for Jekyll 3 websites
130
+ test_files: []