Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
colszowka authored Jan 19, 2024
2 parents e7876e3 + 92c8bbe commit 40347e2
Showing 23 changed files with 83 additions and 23 deletions.
42 changes: 20 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
@@ -36,7 +35,7 @@ GEM
guard (~> 2.0)
rubocop (< 2.0)
iniparse (1.5.0)
json (2.6.3)
json (2.7.1)
json-schema (4.1.1)
addressable (>= 2.8)
language_server-protocol (3.17.0.3)
@@ -49,25 +48,25 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
overcommit (0.60.0)
overcommit (0.61.0)
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.23.0)
parser (3.2.2.3)
parallel (1.24.0)
parser (3.3.0.3)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.3)
racc (1.7.1)
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.8.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
@@ -82,31 +81,30 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
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.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
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.24.1)
rubocop (~> 1.33)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
@@ -118,7 +116,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
thor (1.2.2)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)

PLATFORMS
ruby
3 changes: 3 additions & 0 deletions catalog/CSS/css_with_ruby.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,9 @@ projects:
- patterns
- rainpress
- sass
- sass-embedded
- sass-rails
- sassc
- sassc-rails
- smurfville
- stylus
1 change: 1 addition & 0 deletions catalog/Content_Management_Blogging/Blog_Engines.yml
Original file line number Diff line number Diff line change
@@ -7,5 +7,6 @@ projects:
- picco_blog
- refinerycms-blog
- serious
- sitepress
- toto
- typo
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ name: Content Management
description:
projects:
- alchemy_cms
- avo
- binda
- browsercms
- cantierecreativo/railsyardcms
Original file line number Diff line number Diff line change
@@ -29,4 +29,5 @@ projects:
- weaver
- webby
- webgen

- zine

2 changes: 2 additions & 0 deletions catalog/Data_Persistence/Data_Migration.yml
Original file line number Diff line number Diff line change
@@ -2,5 +2,7 @@ name: Data Migration
description: How to handle data migration when the database schema is changed
projects:
- actual_db_schema
- after_party
- data_migrate
- maintenance_tasks
- migration_data
8 changes: 8 additions & 0 deletions catalog/Data_Persistence/Database_Consistency.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Database Consistency
description: Tools that aid in enforcing database consistency, finding issues with your migrations or differences between your tables and models
projects:
- active_record_doctor
- database_consistency
- hairtrigger
- rein
- strong_migrations
3 changes: 3 additions & 0 deletions catalog/Data_Persistence/couchdb_clients.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@ name: CouchDB Clients
description:
projects:
- couch_potato
- couchdb
- couchdb-client
- couchdb_basic
- couchrest
- couchrest_model
- hpoydar/couchrest-rails
10 changes: 10 additions & 0 deletions catalog/Developer_Tools/CLI_Option_Parsers.yml
Original file line number Diff line number Diff line change
@@ -9,28 +9,38 @@ projects:
- cl
- clamp
- clap
- cli
- clint
- cmdparse
- command_kit
- commander
- como
- config_parser
- cri
- cyclops
- docopt
- docopt-compgen
- dry-cli
- dry-cli-completion
- escort
- getopt
- getoptions
- gli
- highline
- methadone
- micro-optparse
- mixlib-cli
- opt-simple
- optimist
- OptionParser
- optitron
- oyster
- parse-argv
- quickl
- rationalist
- slop
- sod
- terrapin
- trollop
- tty-option
- yaop
1 change: 1 addition & 0 deletions catalog/Developer_Tools/Configuration_Management.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ projects:
- app_config
- application_configuration
- chamber
- config
- config-me
- config_fun
- config_newton
16 changes: 16 additions & 0 deletions catalog/Developer_Tools/GUI_Frameworks.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
name: GUI Frameworks
description: Graphical User Interface Frameworks for Desktop Application Development
projects:
- cocoa
- ffi-tk
- fidgit
- flammarion
- fxruby
- fxruby-enhancement
- glimmer
- glimmer-dsl-fx
- glimmer-dsl-gtk
- glimmer-dsl-jfx
- glimmer-dsl-libui
- glimmer-dsl-opal
- glimmer-dsl-specification
- glimmer-dsl-swing
- glimmer-dsl-swt
- glimmer-dsl-tk
- glimmer-dsl-wx
- glimmer-dsl-xml
- green_shoes
- gtk2
- gtk3
- jrubyfx
- libui
- qtbindings
- shenmegui
- shoes
- tk
- wxruby
- wxruby3
1 change: 1 addition & 0 deletions catalog/Documentation_Tools/swagger_tools.yml
Original file line number Diff line number Diff line change
@@ -18,4 +18,5 @@ projects:
- rswag-ui
- swagger-blocks
- swagger-diff
- swagger-docs
- zero-rails_openapi
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Packaging Systems
description:
projects:
- anatol/quarry
- mislav/coral
- rip
- rtomayko/rpg
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ projects:
- crate
- loureirorg/rb2exe
- ocra
- ocran
- phusion/traveling-ruby
- pmq20/ruby-packer
- releasy
1 change: 1 addition & 0 deletions catalog/Provision_Deploy_Host/web_servers.yml
Original file line number Diff line number Diff line change
@@ -14,4 +14,5 @@ projects:
- thin
- trinidad
- unicorn
- webrick
- yarn
1 change: 1 addition & 0 deletions catalog/Rails_Plugins/rails_admin_interfaces.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ projects:
- ab_admin
- active_scaffold
- activeadmin
- activeadmin-rails
- admin_assistant
- admin_data
- admin_interface
5 changes: 5 additions & 0 deletions catalog/Rails_Plugins/url_shortener_engines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Url Shortener Engines
description: URL shortener engines are utilities that provide functionality for generating and managing shortened URLs within applications. These engines offer the ability to create compact URLs, track click analytics, and redirect users to the original long URLs. They simplify the process of URL shortening, allowing developers to efficiently handle URL transformations and improve user experience.
projects:
- rails_url_shortener
- shortener
1 change: 1 addition & 0 deletions catalog/Security/rails_authorization.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ projects:
- moulin_rouge
- permisi
- pundit
- rabarber
- rails-auth
- rend-acl
- restful_acl
1 change: 1 addition & 0 deletions catalog/Testing/browser_testing.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ projects:
- culerity
- cuprite
- cypress-on-rails
- cypress-rails
- headless
- paytonrules/selenium-on-rails
- polonium
1 change: 1 addition & 0 deletions catalog/Testing/testing_frameworks.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ projects:
- rspec
- rubydoctest
- shindo
- sus
- test-unit
- testrocket
- testy
1 change: 1 addition & 0 deletions catalog/Web_Apps_Services_Interaction/API_Builders.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ projects:
- api-versions
- apia
- apiary
- barley
- bldr
- blueprinter
- blueprinter-rb
1 change: 1 addition & 0 deletions catalog/Web_Apps_Services_Interaction/Multitenancy.yml
Original file line number Diff line number Diff line change
@@ -11,4 +11,5 @@ projects:
- multitenant
- multitenant-mysql
- multitenant-pg
- ros-apartment
- whitelabel
1 change: 1 addition & 0 deletions catalog/Web_Apps_Services_Interaction/http_clients.yml
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ projects:
- rapidash
- remotely
- rest-client
- rest-man
- restfulie
- streamly
- typhoeus

0 comments on commit 40347e2

Please sign in to comment.