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' - committed appraised Gemfile.lock files - bump version and update changelog
- Loading branch information
adi-herwana-nus
committed
Sep 4, 2024
1 parent
3e9a184
commit ae89a81
Showing
13 changed files
with
1,254 additions
and
7 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 |
---|---|---|
|
@@ -3,6 +3,5 @@ | |
/.rdoc | ||
/spec/examples.txt | ||
.ruby-version | ||
gemfiles/*.lock | ||
Gemfile.lock | ||
coverage/* |
This file was deleted.
Oops, something went wrong.
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,231 @@ | ||
PATH | ||
remote: .. | ||
specs: | ||
activerecord-userstamp (3.0.5) | ||
rails (>= 6) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actioncable (6.1.7.8) | ||
actionpack (= 6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
nio4r (~> 2.0) | ||
websocket-driver (>= 0.6.1) | ||
actionmailbox (6.1.7.8) | ||
actionpack (= 6.1.7.8) | ||
activejob (= 6.1.7.8) | ||
activerecord (= 6.1.7.8) | ||
activestorage (= 6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
mail (>= 2.7.1) | ||
actionmailer (6.1.7.8) | ||
actionpack (= 6.1.7.8) | ||
actionview (= 6.1.7.8) | ||
activejob (= 6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
mail (~> 2.5, >= 2.5.4) | ||
rails-dom-testing (~> 2.0) | ||
actionpack (6.1.7.8) | ||
actionview (= 6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
rack (~> 2.0, >= 2.0.9) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.2.0) | ||
actiontext (6.1.7.8) | ||
actionpack (= 6.1.7.8) | ||
activerecord (= 6.1.7.8) | ||
activestorage (= 6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
nokogiri (>= 1.8.5) | ||
actionview (6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
activejob (6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
globalid (>= 0.3.6) | ||
activemodel (6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
activerecord (6.1.7.8) | ||
activemodel (= 6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
activestorage (6.1.7.8) | ||
actionpack (= 6.1.7.8) | ||
activejob (= 6.1.7.8) | ||
activerecord (= 6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
marcel (~> 1.0) | ||
mini_mime (>= 1.1.0) | ||
activesupport (6.1.7.8) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
zeitwerk (~> 2.3) | ||
appraisal (2.5.0) | ||
bundler | ||
rake | ||
thor (>= 0.14.0) | ||
bigdecimal (3.1.8) | ||
builder (3.3.0) | ||
codeclimate-test-reporter (1.0.9) | ||
simplecov (<= 0.13) | ||
concurrent-ruby (1.3.4) | ||
coveralls (0.7.1) | ||
multi_json (~> 1.3) | ||
rest-client | ||
simplecov (>= 0.7) | ||
term-ansicolor | ||
thor | ||
crass (1.0.6) | ||
date (3.3.4) | ||
diff-lcs (1.5.1) | ||
docile (1.1.5) | ||
domain_name (0.6.20240107) | ||
erubi (1.13.0) | ||
globalid (1.2.1) | ||
activesupport (>= 6.1) | ||
http-accept (1.7.0) | ||
http-cookie (1.0.7) | ||
domain_name (~> 0.5) | ||
i18n (1.14.5) | ||
concurrent-ruby (~> 1.0) | ||
json (2.7.2) | ||
loofah (2.22.0) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.12.0) | ||
mail (2.8.1) | ||
mini_mime (>= 0.1.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
marcel (1.0.4) | ||
method_source (1.1.0) | ||
mime-types (3.5.2) | ||
mime-types-data (~> 3.2015) | ||
mime-types-data (3.2024.0820) | ||
mini_mime (1.1.5) | ||
minitest (5.25.1) | ||
multi_json (1.15.0) | ||
net-imap (0.4.15) | ||
date | ||
net-protocol | ||
net-pop (0.1.2) | ||
net-protocol | ||
net-protocol (0.2.2) | ||
timeout | ||
net-smtp (0.5.0) | ||
net-protocol | ||
netrc (0.11.0) | ||
nio4r (2.7.3) | ||
nokogiri (1.16.7-arm64-darwin) | ||
racc (~> 1.4) | ||
psych (5.1.2) | ||
stringio | ||
racc (1.8.1) | ||
rack (2.2.9) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rails (6.1.7.8) | ||
actioncable (= 6.1.7.8) | ||
actionmailbox (= 6.1.7.8) | ||
actionmailer (= 6.1.7.8) | ||
actionpack (= 6.1.7.8) | ||
actiontext (= 6.1.7.8) | ||
actionview (= 6.1.7.8) | ||
activejob (= 6.1.7.8) | ||
activemodel (= 6.1.7.8) | ||
activerecord (= 6.1.7.8) | ||
activestorage (= 6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
bundler (>= 1.15.0) | ||
railties (= 6.1.7.8) | ||
sprockets-rails (>= 2.0.0) | ||
rails-dom-testing (2.2.0) | ||
activesupport (>= 5.0.0) | ||
minitest | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.6.0) | ||
loofah (~> 2.21) | ||
nokogiri (~> 1.14) | ||
railties (6.1.7.8) | ||
actionpack (= 6.1.7.8) | ||
activesupport (= 6.1.7.8) | ||
method_source | ||
rake (>= 12.2) | ||
thor (~> 1.0) | ||
rake (13.2.1) | ||
rdoc (6.7.0) | ||
psych (>= 4.0.0) | ||
rest-client (2.1.0) | ||
http-accept (>= 1.7.0, < 2.0) | ||
http-cookie (>= 1.0.2, < 2.0) | ||
mime-types (>= 1.16, < 4.0) | ||
netrc (~> 0.8) | ||
rspec-core (3.13.0) | ||
rspec-support (~> 3.13.0) | ||
rspec-expectations (3.13.2) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.13.0) | ||
rspec-mocks (3.13.1) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.13.0) | ||
rspec-rails (5.1.2) | ||
actionpack (>= 5.2) | ||
activesupport (>= 5.2) | ||
railties (>= 5.2) | ||
rspec-core (~> 3.10) | ||
rspec-expectations (~> 3.10) | ||
rspec-mocks (~> 3.10) | ||
rspec-support (~> 3.10) | ||
rspec-support (3.13.1) | ||
simplecov (0.13.0) | ||
docile (~> 1.1.0) | ||
json (>= 1.8, < 3) | ||
simplecov-html (~> 0.10.0) | ||
simplecov-html (0.10.2) | ||
sprockets (4.2.1) | ||
concurrent-ruby (~> 1.0) | ||
rack (>= 2.2.4, < 4) | ||
sprockets-rails (3.5.2) | ||
actionpack (>= 6.1) | ||
activesupport (>= 6.1) | ||
sprockets (>= 3.0.0) | ||
sqlite3 (1.7.3-arm64-darwin) | ||
stringio (3.1.1) | ||
sync (0.5.0) | ||
term-ansicolor (1.11.2) | ||
tins (~> 1.0) | ||
thor (1.3.1) | ||
timeout (0.4.1) | ||
tins (1.33.0) | ||
bigdecimal | ||
sync | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
websocket-driver (0.7.6) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.5) | ||
zeitwerk (2.6.17) | ||
|
||
PLATFORMS | ||
arm64-darwin-23 | ||
|
||
DEPENDENCIES | ||
activerecord-userstamp! | ||
appraisal (~> 2.1) | ||
codeclimate-test-reporter | ||
coveralls | ||
rails (~> 6.0) | ||
rake | ||
rdoc | ||
rspec-rails (~> 5) | ||
simplecov | ||
sqlite3 (~> 1.7) | ||
|
||
BUNDLED WITH | ||
2.2.33 |
Oops, something went wrong.