-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for ruby versions older than 3.1 (#7)
* drop support for ruby less than 3.1 * remove juwelier * hash shorthand syntax * specify dependencies in gemspec only * replace byebug with debug * require newer faker and eliminate psych pinning
- Loading branch information
1 parent
864f1c9
commit 3a3f2fb
Showing
9 changed files
with
32 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.4 | ||
3.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,21 +11,6 @@ rescue Bundler::BundlerError => e | |
end | ||
require 'rake' | ||
|
||
require 'juwelier' | ||
Juwelier::Tasks.new do |gem| | ||
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options | ||
gem.name = 'engaging-networks-rest' | ||
gem.homepage = 'http://github.com/controlshift/engaging-networks-rest' | ||
gem.license = 'MIT' | ||
gem.summary = %(Client gem for the ENS API to Engaging Networks) | ||
gem.description = %(Client gem for the ENS API to Engaging Networks) | ||
gem.email = '[email protected]' | ||
gem.authors = ['Grey Moore'] | ||
|
||
# dependencies defined in Gemfile | ||
end | ||
Juwelier::RubygemsDotOrgTasks.new | ||
|
||
require 'rspec/core/rake_task' | ||
desc 'Run specs' | ||
RSpec::Core::RakeTask.new do |t| | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters