diff --git a/Gemfile.lock b/Gemfile.lock index ff6da412..dc674b87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/catalog/CSS/css_with_ruby.yml b/catalog/CSS/css_with_ruby.yml index fd5555d7..af9ff0a5 100644 --- a/catalog/CSS/css_with_ruby.yml +++ b/catalog/CSS/css_with_ruby.yml @@ -9,6 +9,9 @@ projects: - patterns - rainpress - sass + - sass-embedded - sass-rails + - sassc + - sassc-rails - smurfville - stylus diff --git a/catalog/Content_Management_Blogging/Blog_Engines.yml b/catalog/Content_Management_Blogging/Blog_Engines.yml index 0ada485d..57713367 100644 --- a/catalog/Content_Management_Blogging/Blog_Engines.yml +++ b/catalog/Content_Management_Blogging/Blog_Engines.yml @@ -7,5 +7,6 @@ projects: - picco_blog - refinerycms-blog - serious + - sitepress - toto - typo diff --git a/catalog/Content_Management_Blogging/content_management_systems.yml b/catalog/Content_Management_Blogging/content_management_systems.yml index af88b4ce..b45bb75a 100644 --- a/catalog/Content_Management_Blogging/content_management_systems.yml +++ b/catalog/Content_Management_Blogging/content_management_systems.yml @@ -2,6 +2,7 @@ name: Content Management description: projects: - alchemy_cms + - avo - binda - browsercms - cantierecreativo/railsyardcms diff --git a/catalog/Content_Management_Blogging/static_website_generation.yml b/catalog/Content_Management_Blogging/static_website_generation.yml index 21f3d6f3..321e3334 100644 --- a/catalog/Content_Management_Blogging/static_website_generation.yml +++ b/catalog/Content_Management_Blogging/static_website_generation.yml @@ -29,4 +29,5 @@ projects: - weaver - webby - webgen - \ No newline at end of file + - zine + diff --git a/catalog/Data_Persistence/Data_Migration.yml b/catalog/Data_Persistence/Data_Migration.yml index 6d51de8a..c416b666 100644 --- a/catalog/Data_Persistence/Data_Migration.yml +++ b/catalog/Data_Persistence/Data_Migration.yml @@ -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 diff --git a/catalog/Data_Persistence/Database_Consistency.yml b/catalog/Data_Persistence/Database_Consistency.yml new file mode 100644 index 00000000..7bae3a55 --- /dev/null +++ b/catalog/Data_Persistence/Database_Consistency.yml @@ -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 diff --git a/catalog/Developer_Tools/CLI_Option_Parsers.yml b/catalog/Developer_Tools/CLI_Option_Parsers.yml index ad364668..506d9b1b 100644 --- a/catalog/Developer_Tools/CLI_Option_Parsers.yml +++ b/catalog/Developer_Tools/CLI_Option_Parsers.yml @@ -32,5 +32,6 @@ projects: - quickl - rationalist - slop + - sod - terrapin - trollop diff --git a/catalog/Developer_Tools/Configuration_Management.yml b/catalog/Developer_Tools/Configuration_Management.yml index 96fcafb7..3c7342b4 100644 --- a/catalog/Developer_Tools/Configuration_Management.yml +++ b/catalog/Developer_Tools/Configuration_Management.yml @@ -8,6 +8,7 @@ projects: - app_config - application_configuration - chamber + - config - config-me - config_fun - config_newton diff --git a/catalog/Developer_Tools/GUI_Frameworks.yml b/catalog/Developer_Tools/GUI_Frameworks.yml index 3b804416..37cb4879 100644 --- a/catalog/Developer_Tools/GUI_Frameworks.yml +++ b/catalog/Developer_Tools/GUI_Frameworks.yml @@ -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 diff --git a/catalog/Package_Dependency_Management/packaging_to_executables.yml b/catalog/Package_Dependency_Management/packaging_to_executables.yml index dffd1907..367e96ba 100644 --- a/catalog/Package_Dependency_Management/packaging_to_executables.yml +++ b/catalog/Package_Dependency_Management/packaging_to_executables.yml @@ -4,6 +4,7 @@ projects: - crate - loureirorg/rb2exe - ocra + - ocran - phusion/traveling-ruby - pmq20/ruby-packer - releasy diff --git a/catalog/Provision_Deploy_Host/web_servers.yml b/catalog/Provision_Deploy_Host/web_servers.yml index 6c6ebf33..a7379451 100644 --- a/catalog/Provision_Deploy_Host/web_servers.yml +++ b/catalog/Provision_Deploy_Host/web_servers.yml @@ -14,4 +14,5 @@ projects: - thin - trinidad - unicorn + - webrick - yarn diff --git a/catalog/Rails_Plugins/rails_admin_interfaces.yml b/catalog/Rails_Plugins/rails_admin_interfaces.yml index 763ae407..ddc1b191 100644 --- a/catalog/Rails_Plugins/rails_admin_interfaces.yml +++ b/catalog/Rails_Plugins/rails_admin_interfaces.yml @@ -4,6 +4,7 @@ projects: - ab_admin - active_scaffold - activeadmin + - activeadmin-rails - admin_assistant - admin_data - admin_interface diff --git a/catalog/Security/rails_authorization.yml b/catalog/Security/rails_authorization.yml index c9e3bb19..b9479b0a 100644 --- a/catalog/Security/rails_authorization.yml +++ b/catalog/Security/rails_authorization.yml @@ -26,6 +26,7 @@ projects: - moulin_rouge - permisi - pundit + - rabarber - rails-auth - rend-acl - restful_acl diff --git a/catalog/Testing/testing_frameworks.yml b/catalog/Testing/testing_frameworks.yml index b836d77d..4d1c1129 100644 --- a/catalog/Testing/testing_frameworks.yml +++ b/catalog/Testing/testing_frameworks.yml @@ -15,6 +15,7 @@ projects: - rspec - rubydoctest - shindo + - sus - test-unit - testrocket - testy diff --git a/catalog/Web_Apps_Services_Interaction/Multitenancy.yml b/catalog/Web_Apps_Services_Interaction/Multitenancy.yml index 23c1785a..4c546bf1 100644 --- a/catalog/Web_Apps_Services_Interaction/Multitenancy.yml +++ b/catalog/Web_Apps_Services_Interaction/Multitenancy.yml @@ -11,4 +11,5 @@ projects: - multitenant - multitenant-mysql - multitenant-pg + - ros-apartment - whitelabel