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'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rake'
|
|
||||||
|
|
||||||
# Specify your gem's dependencies in jekyll-webp.gemspec
|
# Specify your gem's dependencies in jekyll-webp.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Changes from original
|
# Changes from original
|
||||||
|
|
||||||
|
* Forked from **https://github.com/Rohithzr/jekyll-webp-ext (_branch_ extend)**
|
||||||
* Version bump to **1.1.1**
|
* Version bump to **1.1.1**
|
||||||
* Keep only **x64** binaries
|
* Keep only **x64** binaries
|
||||||
* Updated **gemspec**
|
* Updated **gemspec**
|
||||||
|
2
Rakefile
2
Rakefile
@ -1,4 +1,4 @@
|
|||||||
# 2023-11-11
|
# 2023-11-12
|
||||||
|
|
||||||
require 'rake'
|
require 'rake'
|
||||||
require 'rake/testtask'
|
require 'rake/testtask'
|
||||||
|
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 Jekyll
|
||||||
module Webp
|
module Webp
|
||||||
|
#VERSION = "1.1.0"
|
||||||
VERSION = "1.1.1"
|
VERSION = "1.1.1"
|
||||||
# When modifying remember to issue a new tag command in git before committing, then push the new tag
|
# 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"
|
# git tag -a v1.0.0 -m "Gem v1.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user