-
- Downloads
fix: code quality fixes
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 63 additions, 58 deletionsGemfile.lock
- Rakefile 1 addition, 0 deletionsRakefile
- bin/console 1 addition, 0 deletionsbin/console
- lib/generators/nexus_cqrs/templates/register_cqrs_handlers.rb 0 additions, 1 deletion...generators/nexus_cqrs/templates/register_cqrs_handlers.rb
- lib/nexus_cqrs/command_executor.rb 10 additions, 7 deletionslib/nexus_cqrs/command_executor.rb
- nexus_cqrs.gemspec 1 addition, 0 deletionsnexus_cqrs.gemspec
# frozen_string_literal: true | ||
source 'https://rubygems.org' | ||
# Specify your gem's dependencies in cqrs-core.gemspec | ||
... | ... |
Please register or sign in to comment