Sha256: a566f261c0b27baa1fe917f3003d723dbe087185746dc877125098bf67c343fb

Contents?: true

Size: 1.83 KB

Versions: 0

Compression: gzip

Compressed size: 880 Bytes

Stored size: 880 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: workflow
version: !ruby/object:Gem::Version 
  prerelease: false
  segments: 
  - 0
  - 8
  - 1
  version: 0.8.1
platform: ruby
authors: 
- Vladimir Dobriakov
autorequire: 
bindir: bin
cert_chain: []

date: 2011-08-20 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: 
- MIT-LICENSE
- README.markdown
- Rakefile
- VERSION
- lib/workflow.rb
- test/advanced_hooks_and_validation_test.rb
- test/before_transition_test.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.gemspec
- workflow.rb
has_rdoc: true
homepage: http://www.geekq.net/workflow/
licenses: []

post_install_message: 
rdoc_options: []

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: []

Package Spec version

workflow-0.8.1