Sha256: 5857e9616ee0b9634720c888637d8dbf63a0f59b5b5903c4ef0a4585bf4deb92
Contents?: true
Size: 1.84 KB
Versions: 0
Compression: gzip
Compressed size: 867 Bytes
Stored size: 867 Bytes
Contents
--- !ruby/object:Gem::Specification name: workflow version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 4 - 1 version: 0.4.1 platform: ruby authors: - Vladimir Dobriakov autorequire: bindir: bin cert_chain: [] date: 2010-06-23 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/readme_example.rb - test/test_helper.rb - test/without_active_record_test.rb - workflow.rb has_rdoc: true homepage: http://blog.geekQ.net/ 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/readme_example.rb