Skip to content

Commit

Permalink
Merge branch 'main' into add-time-zone-gems
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka authored Jan 19, 2024
2 parents 9914852 + 4d32dee commit 1dbe232
Show file tree
Hide file tree
Showing 63 changed files with 247 additions and 73 deletions.
17 changes: 17 additions & 0 deletions .depfu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# This enables configures depfu to utilize automated merges and at the
# same time employ the "reasonably up to date" strategy, which lets non-
# security releases pending for a while until submitting the PR to allow
# the dust to settle on new releases first.
#
# Depfu configuration reference:
# https://docs.depfu.com/article/41-config-files
# https://depfu.com/blog/configure-depfu-with-config-files
bundler:
automerge_dev_strategy: minor
automerge_method: merge
automerge_strategy: minor
engine_update_strategy: minor
pull_request_limit: 7
reasonably_up_to_date: true
update_strategy: individual
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.2
98 changes: 54 additions & 44 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
bundler-audit (0.9.1)
Expand All @@ -11,9 +11,9 @@ GEM
coderay (1.1.3)
diff-lcs (1.5.0)
docile (1.4.0)
ffi (1.15.5)
ffi (1.16.2)
formatador (1.1.0)
guard (2.18.0)
guard (2.18.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
Expand All @@ -22,7 +22,7 @@ GEM
pry (>= 0.13.0)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-bundler (3.0.0)
guard-bundler (3.0.1)
bundler (>= 2.1, < 3)
guard (~> 2.2)
guard-compat (~> 1.1)
Expand All @@ -35,78 +35,88 @@ GEM
guard (~> 2.0)
rubocop (< 2.0)
iniparse (1.5.0)
json (2.6.2)
json-schema (3.0.0)
json (2.7.1)
json-schema (4.1.1)
addressable (>= 2.8)
listen (3.7.1)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
lumberjack (1.2.9)
method_source (1.0.0)
nenv (0.3.0)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
overcommit (0.59.1)
overcommit (0.61.0)
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.22.1)
parser (3.1.2.1)
parallel (1.24.0)
parser (3.3.0.3)
ast (~> 2.4.1)
pry (0.14.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.0)
public_suffix (5.0.3)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.5.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.1)
rubocop (1.36.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.13.2)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
shellany (0.0.1)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
thor (1.2.1)
unicode-display_width (2.3.0)
thor (1.2.2)
unicode-display_width (2.5.0)

PLATFORMS
ruby
Expand All @@ -128,7 +138,7 @@ DEPENDENCIES
simplecov

RUBY VERSION
ruby 3.1.2p20
ruby 3.2.2p53

BUNDLED WITH
2.3.22
2.4.12
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ site][issue-1].

You can find the current exported catalog at https://rubytoolbox.github.io/catalog

## Catalog guidelines

* Our general policy about unmaintained libraries is to keep them in the catalog,
even if a maintained fork exists. The rationale behind this is that even if a library
may be unmaintained, it could still be functional or at least useful when researching
options and maybe the original code can still provide some ideas for potential future maintainers
or new approaches to the same problem.
* Categories should have at least 2 entries - if you cannot find an existing category
for a library, that's fine, feel free to add one, but please find at least one other
gem that tries to solve the same problem

## Contributing

**Help wanted!** Feel free to send pull requests against this repo to add or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Active Record Default Values
description:
description: Use default fallback values for ActiveRecord models.
projects:
- active_record_defaults
- default_value_for
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Active Record Enumerations
description:
description: Define and use enumerated types in your database models.
projects:
- active_enum
- attribute_choices
Expand Down
3 changes: 2 additions & 1 deletion catalog/Active_Record_Plugins/Active_Record_Named_Scopes.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Active Record Named Scopes
description:
description: Define reusable query methods that can be chained together to construct complex database queries.
projects:
- active_record-union_relation
- activerecord_where_assoc
Expand All @@ -15,5 +15,6 @@ projects:
- searchlogic
- sexy_scopes
- technoweenie/can_search
- tiny_filter
- trailblazer-finder
- utility_scopes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ projects:
- destroyed_at
- discard
- expectedbehavior/acts_as_archival
- hoardable
- immortal
- paper_trail
- paranoia
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/Active_Record_Sortables.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Active Record Sortables
description:
description: Simplify the sorting order of records in a database table.
projects:
- acts_as_list
- acts_as_restful_list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Active Record User Stamping
description:
description: Easily store the user identifiers for the creator and last updater of a record.
projects:
- acts_as_audited
- ar-audit-tracer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Active Record Value Cleanup
description:
description: Keep data consistent, valid, and formatted.
projects:
- attribute_extras
- attribute_normalizer
Expand Down
1 change: 1 addition & 0 deletions catalog/Active_Record_Plugins/Active_Record_Versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ projects:
- changeling
- has_draft
- historical
- hoardable
- logidze
- paper_trail
- record_history
Expand Down
1 change: 1 addition & 0 deletions catalog/Active_Record_Plugins/pagination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Pagination
description: Split large data collections into subsets to display on multiple pages
projects:
- ajax_pagination
- geared_pagination
- kaminari
- kaminari-bootstrap
- nexter
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/rails_comments.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rails Comments
description:
description: Add comments functionality to any ruby website.
projects:
- acts_as_commentable
- commontator
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/rails_db_bootstrapping.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rails DB Bootstrapping
description:
description: Easily insert and maintain seed data in the database.
projects:
- dibber
- ffmike/db-populate
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/rails_ratings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rails Ratings
description:
description: Add ratings feature for any rails app.
projects:
- acts-as-rated
- acts_as_rateable
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/rails_search.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rails Search
description:
description: Integrate intelligent search options.
projects:
- acts_as_ferret
- acts_as_fulltextable
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/rails_tagging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rails Tagging
description:
description: Extend tags functionality for any rails app.
projects:
- acts-as-taggable-array-on
- acts-as-taggable-on
Expand Down
3 changes: 3 additions & 0 deletions catalog/CSS/css_with_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ projects:
- patterns
- rainpress
- sass
- sass-embedded
- sass-rails
- sassc
- sassc-rails
- smurfville
- stylus
1 change: 1 addition & 0 deletions catalog/Code_Organization/Service_Objects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ projects:
- mutations
- pathway
- performify
- servactory
- service_actor
- simple_command
- simple_service
Expand Down
1 change: 1 addition & 0 deletions catalog/Code_Organization/View_Objects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ projects:
- cells
- dry-view
- hanami-view
- phlex
1 change: 1 addition & 0 deletions catalog/Code_Quality/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ projects:
- coverband
- covered
- deep-cover
- minitest-cc
- rcov
- simplecov
- single_cov
Expand Down
3 changes: 2 additions & 1 deletion catalog/Content_Management_Blogging/Blog_Engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ description:
projects:
- blogit
- governor
- imathis/octopress
- octopress/octopress
- picco_blog
- refinerycms-blog
- serious
- sitepress
- toto
- typo
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Content Management
description:
projects:
- alchemy_cms
- avo
- binda
- browsercms
- cantierecreativo/railsyardcms
Expand Down
10 changes: 10 additions & 0 deletions catalog/Content_Management_Blogging/static_website_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,27 @@ projects:
- bridgetown-core
- brochure
- deplot
- dimples
- dynamicmatic
- fcambus/motyl
- frank
- frontman-ssg
- gerablog
- high_voltage
- jekyll
- korma
- machined
- middleman
- nanoc
- octopress
- photish
- ruhoh
- sitepress
- stasis
- staticmatic
- usmu
- weaver
- webby
- webgen
- zine

Loading

0 comments on commit 1dbe232

Please sign in to comment.