RubyGems Navigation menu

simple_command_dispatcher 1.2.6

Within a services API (rails-api for instance), you may have a need to execute different simple_commands or your own custom commands (service objects) based on one or more factors: multiple application, API version, user type, user credentials, etc. For example, your service API may need to execute either Api::Auth::V1::AuthenticateCommand.call(...) or Api::Auth::V2::AuthenticateCommand.call(...) based on the API version. simple_command_dispatcher allows you to execute either command with one line of code dynamically.

Gemfile:
=

installation:
=

Versions:

  1. 4.1.0 July 14, 2025 (23,5 ko)
  2. 4.0.0 July 12, 2025 (22 ko)
  3. 3.0.4 August 03, 2024 (22,5 ko)
  4. 3.0.3 February 19, 2024 (22,5 ko)
  5. 3.0.2 February 01, 2024 (22,5 ko)
  6. 1.2.6 April 05, 2023 (21 ko)
Voir toutes les versions (25)

Dépendances de Runtime (2):

activesupport ~> 5.0, >= 5.0.0.1
simple_command ~> 0.2.0

Dépendances de Development (9):

bundler ~> 2.2, >= 2.2.17
colorize ~> 0.8.1
pry-byebug ~> 3.9
rake ~> 13.0, >= 13.0.6
rdoc ~> 6.4
rspec >= 3.10
rubocop ~> 1.35
rubocop-performance ~> 1.14, >= 1.14.3
yard ~> 0.9.28

Propriétaires:

Pushed by:

Auteurs:

  • Gene M. Angelo, Jr.

Total de contrôle SHA 256:

=

Total de téléchargements 14 017

Pour cette version 541

Version publiée:

License:

MIT

Version de Ruby requise: >= 2.2.2

Liens: