Skip to content

Commit e9d6cac

Browse files
authored
Merge pull request #29 from SpringMT/update-zstd-for-v1.4.9
feat: Update zstd to v1.4.9
2 parents 428bbae + d92dff0 commit e9d6cac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+5942
-2734
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby-version: ['2.6', '2.7', '3.0']
18+
ruby-version: ['2.5', '2.6', '2.7', '3.0']
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -29,5 +29,7 @@ jobs:
2929
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3030
- name: Install dependencies
3131
run: bundle install
32+
- name: Compile
33+
run: bundle exec rake compile
3234
- name: Run tests
3335
run: bundle exec rspec

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Gem Version](https://badge.fury.io/rb/zstd-ruby.svg)](https://badge.fury.io/rb/zstd-ruby)
2-
[![Build Status](https://travis-ci.org/SpringMT/zstd-ruby.svg?branch=master)](https://travis-ci.org/SpringMT/zstd-ruby)
2+
![Build Status](https://github.com/SpringMT/zstd-ruby/actions/workflows/ruby.yml/badge.svg?branch=master)
33

44
# zstd-ruby
55

@@ -10,7 +10,7 @@ See https://github.com/facebook/zstd
1010
Fork from https://github.com/jarredholman/ruby-zstd.
1111

1212
## Zstd version
13-
v1.4.5 (https://github.com/facebook/zstd/tree/v1.4.5)
13+
v1.4.9 (https://github.com/facebook/zstd/tree/v1.4.9)
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)