--- !ruby/object:Gem::Specification name: davidlee-state-fu version: !ruby/object:Gem::Version version: 0.3.1 platform: ruby authors: - David Lee autorequire: bindir: bin cert_chain: [] date: 2009-06-26 00:00:00 -07:00 default_executable: dependencies: [] description: A rich library for state-oriented programming with state machines / workflows email: david@rubyist.net.au executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.textile files: - Rakefile - lib/no_stdout.rb - lib/state-fu.rb - lib/state_fu/active_support_lite/array.rb - lib/state_fu/active_support_lite/array/access.rb - lib/state_fu/active_support_lite/array/conversions.rb - lib/state_fu/active_support_lite/array/extract_options.rb - lib/state_fu/active_support_lite/array/grouping.rb - lib/state_fu/active_support_lite/array/random_access.rb - lib/state_fu/active_support_lite/array/wrapper.rb - lib/state_fu/active_support_lite/blank.rb - lib/state_fu/active_support_lite/cattr_reader.rb - lib/state_fu/active_support_lite/inheritable_attributes.rb - lib/state_fu/active_support_lite/keys.rb - lib/state_fu/active_support_lite/misc.rb - lib/state_fu/active_support_lite/object.rb - lib/state_fu/active_support_lite/string.rb - lib/state_fu/active_support_lite/symbol.rb - lib/state_fu/binding.rb - lib/state_fu/core_ext.rb - lib/state_fu/event.rb - lib/state_fu/exceptions.rb - lib/state_fu/fu_space.rb - lib/state_fu/helper.rb - lib/state_fu/hooks.rb - lib/state_fu/interface.rb - lib/state_fu/lathe.rb - lib/state_fu/logger.rb - lib/state_fu/machine.rb - lib/state_fu/method_factory.rb - lib/state_fu/mock_transition.rb - lib/state_fu/persistence.rb - lib/state_fu/persistence/active_record.rb - lib/state_fu/persistence/attribute.rb - lib/state_fu/persistence/base.rb - lib/state_fu/persistence/relaxdb.rb - lib/state_fu/persistence/session.rb - lib/state_fu/plotter.rb - lib/state_fu/sprocket.rb - lib/state_fu/state.rb - lib/state_fu/transition.rb - lib/vizier.rb - spec/BDD/plotter_spec.rb - spec/features/binding_and_transition_helper_mixin_spec.rb - spec/features/not_requirements_spec.rb - spec/features/state_and_array_options_accessor_spec.rb - spec/features/transition_boolean_comparison.rb - spec/helper.rb - spec/integration/active_record_persistence_spec.rb - spec/integration/binding_extension_spec.rb - spec/integration/class_accessor_spec.rb - spec/integration/dynamic_requirement_spec.rb - spec/integration/event_definition_spec.rb - spec/integration/ex_machine_for_accounts_spec.rb - spec/integration/example_01_document_spec.rb - spec/integration/example_02_string_spec.rb - spec/integration/instance_accessor_spec.rb - spec/integration/lathe_extension_spec.rb - spec/integration/machine_duplication_spec.rb - spec/integration/relaxdb_persistence_spec.rb - spec/integration/requirement_reflection_spec.rb - spec/integration/sanity_spec.rb - spec/integration/state_definition_spec.rb - spec/integration/transition_spec.rb - spec/spec.opts - spec/units/binding_spec.rb - spec/units/event_spec.rb - spec/units/exceptions_spec.rb - spec/units/fu_space_spec.rb - spec/units/lathe_spec.rb - spec/units/machine_spec.rb - spec/units/method_factory_spec.rb - spec/units/sprocket_spec.rb - spec/units/state_spec.rb - LICENSE - README.textile has_rdoc: false homepage: http://github.com/davidlee/state-fu 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" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: state-fu rubygems_version: 1.2.0 signing_key: specification_version: 3 summary: A rich library for state-oriented programming with state machines / workflows test_files: - spec/BDD/plotter_spec.rb - spec/features/binding_and_transition_helper_mixin_spec.rb - spec/features/not_requirements_spec.rb - spec/features/state_and_array_options_accessor_spec.rb - spec/features/transition_boolean_comparison.rb - spec/helper.rb - spec/integration/active_record_persistence_spec.rb - spec/integration/binding_extension_spec.rb - spec/integration/class_accessor_spec.rb - spec/integration/dynamic_requirement_spec.rb - spec/integration/event_definition_spec.rb - spec/integration/ex_machine_for_accounts_spec.rb - spec/integration/example_01_document_spec.rb - spec/integration/example_02_string_spec.rb - spec/integration/instance_accessor_spec.rb - spec/integration/lathe_extension_spec.rb - spec/integration/machine_duplication_spec.rb - spec/integration/relaxdb_persistence_spec.rb - spec/integration/requirement_reflection_spec.rb - spec/integration/sanity_spec.rb - spec/integration/state_definition_spec.rb - spec/integration/transition_spec.rb - spec/units/binding_spec.rb - spec/units/event_spec.rb - spec/units/exceptions_spec.rb - spec/units/fu_space_spec.rb - spec/units/lathe_spec.rb - spec/units/machine_spec.rb - spec/units/method_factory_spec.rb - spec/units/sprocket_spec.rb - spec/units/state_spec.rb