Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka authored Dec 31, 2024
2 parents 634bc48 + 93503c1 commit a0aafdf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GEM
guard (~> 2.0)
rubocop (< 2.0)
iniparse (1.5.0)
json (2.8.2)
json (2.9.1)
json-schema (5.1.1)
addressable (~> 2.8)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -85,24 +85,24 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.68.0)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.2.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
shellany (0.0.1)
Expand All @@ -113,7 +113,9 @@ GEM
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
thor (1.3.2)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion catalog/Time_Space/calendars.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Calendars
description:
description: A suite of libraries designed to seamlessly integrate calendar functionalities into Ruby on Rails applications.
projects:
- adrienpoly/stimulus-flatpickr
- calendar_helper
Expand Down
2 changes: 1 addition & 1 deletion catalog/Time_Space/geocoding___maps.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Geocoding & Maps
description:
description: Tools with geocoding capabilities for mapping and distance calculations
projects:
- activerecord-postgis-adapter
- acts_as_geocodable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Web Content Scrapers
description:
description: Tools designed to extract and process data from websites efficiently
projects:
- anemone
- arachnid2
Expand Down

0 comments on commit a0aafdf

Please sign in to comment.