Testing workflow, pt.2

This commit is contained in:
Felipe
2024-12-05 12:06:52 +00:00
parent 02785b2eba
commit cd1fac8b37
2 changed files with 0 additions and 7 deletions

View File

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

View File

@@ -1,5 +1,3 @@
require './lib/wayback_machine_downloader'
Gem::Specification.new do |s|
s.name = "wayback_machine_downloader"
s.version = WaybackMachineDownloader::VERSION