Sha256: 6f9881434adad352f55944119e03cfe1a40e5c1cf4a26d334ed95d0b0f957bb8
Contents?: true
Size: 1.92 KB
Versions: 0
Compression: gzip
Compressed size: 874 Bytes
Stored size: 874 Bytes
Contents
--- !ruby/object:Gem::Specification name: workflow version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 7 - 0 version: 0.7.0 platform: ruby authors: - Vladimir Dobriakov autorequire: bindir: bin cert_chain: [] date: 2010-09-08 00:00:00 +02:00 default_executable: dependencies: [] description: " Workflow is a finite-state-machine-inspired API for modeling and interacting\n with what we tend to refer to as 'workflow'.\n\n * nice DSL to describe your states, events and transitions\n * robust integration with ActiveRecord and non relational data stores\n * various hooks for single transitions, entering state etc.\n * convenient access to the workflow specification: list states, possible events\n for particular state\n" email: vladimir@geekq.net 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 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 requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: workflow rubygems_version: 1.3.6 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