parent
9b29253a72
commit
097354a9c7
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: ruby
|
||||
cache: bundler
|
||||
sudo: false
|
||||
rvm:
|
||||
- 2.2
|
||||
before_script: bundle update
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: never
|
2
Gemfile
2
Gemfile
@ -2,8 +2,6 @@
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rake'
|
||||
|
||||
# Specify your gem's dependencies in jekyll-webp.gemspec
|
||||
gemspec
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Changes from original
|
||||
|
||||
* Forked from **https://github.com/Rohithzr/jekyll-webp-ext (_branch_ extend)**
|
||||
* Version bump to **1.1.1**
|
||||
* Keep only **x64** binaries
|
||||
* Updated **gemspec**
|
||||
|
4
Rakefile
4
Rakefile
@ -1,4 +1,4 @@
|
||||
# 2023-11-11
|
||||
# 2023-11-12
|
||||
|
||||
require 'rake'
|
||||
require 'rake/testtask'
|
||||
@ -12,4 +12,4 @@ Rake::TestTask.new do |t|
|
||||
end
|
||||
|
||||
desc "Run tests"
|
||||
task :default => [:test]
|
||||
task :default => [:test]
|
||||
|
BIN
bin/linux-x64-cwebp
Normal file
BIN
bin/linux-x64-cwebp
Normal file
Binary file not shown.
BIN
bin/linux-x86-cwebp
Normal file
BIN
bin/linux-x86-cwebp
Normal file
Binary file not shown.
BIN
bin/osx-cwebp
Normal file
BIN
bin/osx-cwebp
Normal file
Binary file not shown.
BIN
bin/win-x64-cwebp.exe
Normal file
BIN
bin/win-x64-cwebp.exe
Normal file
Binary file not shown.
BIN
bin/win-x86-cwebp.exe
Normal file
BIN
bin/win-x86-cwebp.exe
Normal file
Binary file not shown.
@ -1,5 +1,8 @@
|
||||
# 2023-11-12
|
||||
|
||||
module Jekyll
|
||||
module Webp
|
||||
#VERSION = "1.1.0"
|
||||
VERSION = "1.1.1"
|
||||
# When modifying remember to issue a new tag command in git before committing, then push the new tag
|
||||
# git tag -a v1.0.0 -m "Gem v1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user