Skip to content

Commit

Permalink
Finish 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 25, 2021
2 parents 7998ec4 + 0c1e641 commit 111cb8b
Show file tree
Hide file tree
Showing 16 changed files with 1,606 additions and 1,609 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -19,7 +19,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
Expand All @@ -37,4 +36,8 @@ jobs:
run: bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rspec spec

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2
if: "matrix.ruby == '3.0'"
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

5 changes: 2 additions & 3 deletions Gemfile
Expand Up @@ -30,9 +30,6 @@ group :development do
gem 'ld-patch', github: "ruby-rdf/ld-patch", branch: "develop"
gem 'shex', github: "ruby-rdf/shex", branch: "develop"
gem "equivalent-xml", '>= 0.6.0'
gem 'psych', platforms: [:mri, :rbx]
gem 'simplecov', platforms: :mri
gem 'coveralls', '~> 0.8', platforms: :mri
end

group :debug do
Expand All @@ -45,4 +42,6 @@ end

group :test do
gem 'rake'
gem 'simplecov', '~> 0.21', platforms: :mri
gem 'simplecov-lcov', '~> 0.8', platforms: :mri
end
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.1.7
3.1.8
1 change: 1 addition & 0 deletions bin/sparql
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby
require 'rubygems'
$:.unshift("../../lib", __FILE__)
require 'logger'
require 'sparql'
begin
require 'linkeddata'
Expand Down

0 comments on commit 111cb8b

Please sign in to comment.