as main source
This commit is contained in:
Olivier 2023-11-12 13:00:46 +01:00
parent 9b29253a72
commit 097354a9c7
10 changed files with 16 additions and 4 deletions

10
.travis.yml Normal file
View 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

View File

@ -2,8 +2,6 @@
source 'https://rubygems.org'
gem 'rake'
# Specify your gem's dependencies in jekyll-webp.gemspec
gemspec

View File

@ -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**

View File

@ -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

Binary file not shown.

BIN
bin/linux-x86-cwebp Normal file

Binary file not shown.

BIN
bin/osx-cwebp Normal file

Binary file not shown.

BIN
bin/win-x64-cwebp.exe Normal file

Binary file not shown.

BIN
bin/win-x86-cwebp.exe Normal file

Binary file not shown.

View File

@ -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"