--- !ruby/object:Gem::Specification name: validating-workflow version: !ruby/object:Gem::Version hash: 7 prerelease: false segments: - 0 - 7 - 2 version: 0.7.2 platform: ruby authors: - Vladimir Dobriakov - Willem van Kerkhof autorequire: bindir: bin cert_chain: [] date: 2010-10-16 00:00:00 +02:00 default_executable: dependencies: [] description: | 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/workflow.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 - lib/workflow/state_dependent_validations.rb has_rdoc: true homepage: http://www.geekq.net/workflow/ licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: workflow rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: A replacement for acts_as_state_machine. 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