Skip to content

Commit

Permalink
remove wwtd
Browse files Browse the repository at this point in the history
I like having a local runner that understands what travis would do.
At this time, travis does not understand the github actions matrix.

Removing the wisdowm that wwtd imparts
  • Loading branch information
kbrock committed Apr 14, 2023
1 parent 42f1f30 commit 4912161
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source "http://rubygems.org/"
gemspec

gem 'rspec', '~> 3.9'
gem 'wwtd'
gem 'rake'
gem 'test-unit'
gem 'json'
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,6 @@ To make users' lives easier, please maintain support for:
* Ruby 2.4
* ActiveRecord/ActiveSupport from 5.0 through edge

To that end, run specs against all rubies before committing:

wwtd

Once appraisal passes in all supported rubies, follow these steps to release a new version of active_hash:

* update the changelog with a brief summary of the changes that are included in the release
Expand Down
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
require 'bundler/setup'
require 'bundler/gem_tasks'
require 'wwtd/tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = 'spec/**/*_spec.rb'
end

task :default => :wwtd
task :default => :spec
1 change: 0 additions & 1 deletion gemfiles/rails_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'http://rubygems.org/'

gem 'activerecord', '~> 5.0.0'
gem 'rspec', '~> 3.9'
gem 'wwtd'
gem 'rake', '~> 10.0'
gem 'json'
gem 'test-unit'
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'http://rubygems.org/'

gem 'activerecord', '~> 5.1.0'
gem 'rspec', '~> 3.9'
gem 'wwtd'
gem 'rake', '~> 10.0'
gem 'json'
gem 'test-unit'
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'http://rubygems.org/'

gem 'activerecord', '~> 5.2.0'
gem 'rspec', '~> 3.9'
gem 'wwtd'
gem 'rake', '~> 10.0'
gem 'json'
gem 'test-unit'
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'http://rubygems.org/'

gem 'activerecord', '~> 6.0.0'
gem 'rspec', '~> 3.9'
gem 'wwtd'
gem 'rake', '~> 10.0'
gem 'json'
gem 'test-unit'
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'http://rubygems.org/'

gem 'activerecord', '~> 6.1.0'
gem 'rspec', '~> 3.9'
gem 'wwtd'
gem 'rake', '~> 13.0'
gem 'json'
gem 'test-unit'
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'http://rubygems.org/'

gem 'activerecord', '~> 7.0.0'
gem 'rspec', '~> 3.9'
gem 'wwtd'
gem 'rake', '~> 13.0'
gem 'json'
gem 'test-unit'
Expand Down

0 comments on commit 4912161

Please sign in to comment.