forked from raymondtangsc/activerecord-userstamp
-
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.
chore: add configurations for rails 7.2, ruby {3.2, 3.3}
- migrated pipeline from 'coveralls' to 'coveralls_reborn'
- Loading branch information
adi-herwana-nus
committed
Aug 28, 2024
1 parent
3e9a184
commit f68304e
Showing
4 changed files
with
29 additions
and
4 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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ require 'active_record/userstamp/version' | |
Gem::Specification.new do |s| | ||
s.name = 'activerecord-userstamp' | ||
s.version = ActiveRecord::Userstamp::VERSION | ||
s.authors = ['Bivan Alzacky Harmanto'] | ||
s.authors = ['Joel Low', 'Bivan Alzacky Harmanto'] | ||
s.email = ['[email protected]'] | ||
|
||
s.summary = 'Adds magic creator and updater attributes to your ActiveRecord models.' | ||
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |s| | |
s.add_development_dependency 'rake' | ||
s.add_development_dependency 'rdoc' | ||
s.add_development_dependency 'simplecov' | ||
s.add_development_dependency 'coveralls' | ||
s.add_development_dependency 'coveralls_reborn' | ||
s.add_development_dependency 'codeclimate-test-reporter' | ||
s.add_development_dependency 'sqlite3', "~> 1.7" | ||
s.add_development_dependency "appraisal", "~> 2.1" | ||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "rails", "~> 7.2" | ||
gem "rspec-rails", ">= 6" | ||
|
||
gemspec path: "../" |