--- !ruby/object:Gem::Specification name: validating-workflow version: !ruby/object:Gem::Version version: 0.7.11 platform: ruby authors: - Vladimir Dobriakov - Willem van Kerkhof autorequire: bindir: bin cert_chain: [] date: 2018-05-25 00:00:00.000000000 Z dependencies: [] description: | Validating-Workflow is a finite-state-machine-inspired API for modeling and interacting with what we tend to refer to as 'workflow'. * nice DSL to describe your states, events and transitions * robust integration with ActiveRecord and non relational data stores * various hooks for single transitions, entering state etc. * convenient access to the workflow specification: list states, possible events for particular state * state and transition dependent validations for ActiveModel email: vladimir@geekq.net, wvk@consolving.de executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - ".gitignore" - MIT-LICENSE - README.markdown - Rakefile - VERSION - lib/validating-workflow.rb - lib/workflow.rb - lib/workflow/active_model_persistence.rb - lib/workflow/mongoid_persistence.rb - lib/workflow/remodel_persistence.rb - lib/workflow/state_dependent_validations.rb - lib/workflow/transactional.rb - test/couchtiny_example.rb - test/main_test.rb - test/multiple_workflows_test.rb - test/readme_example.rb - test/test_helper.rb - test/without_active_record_test.rb - workflow.rb homepage: http://www.geekq.net/workflow/ licenses: - MIT metadata: {} post_install_message: rdoc_options: - "--charset=UTF-8" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 3 summary: A replacement for acts_as_state_machine, an enhancement of workflow. test_files: - test/couchtiny_example.rb - test/main_test.rb - test/test_helper.rb - test/without_active_record_test.rb - test/multiple_workflows_test.rb - test/readme_example.rb