mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Testing workflow, pt.2
This commit is contained in:
5
.github/workflows/ruby.yml
vendored
5
.github/workflows/ruby.yml
vendored
@@ -30,10 +30,5 @@ jobs:
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby-version }}
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
- name: Install correct Bundler version
|
||||
run: |
|
||||
if [[ "${{ matrix.ruby-version }}" == "2.7" ]]; then
|
||||
gem install bundler -v "~> 2.4.0"
|
||||
fi
|
||||
- name: Run tests
|
||||
run: bundle exec rake
|
||||
@@ -1,5 +1,3 @@
|
||||
require './lib/wayback_machine_downloader'
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "wayback_machine_downloader"
|
||||
s.version = WaybackMachineDownloader::VERSION
|
||||
|
||||
Reference in New Issue
Block a user