# -*- encoding: utf-8 -*- # stub: davidlee-state-fu 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "davidlee-state-fu".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Lee".freeze] s.date = "2009-06-26" s.description = "A rich library for state-oriented programming with state machines / workflows".freeze s.email = "david@rubyist.net.au".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.textile".freeze] s.files = ["LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "lib/no_stdout.rb".freeze, "lib/state-fu.rb".freeze, "lib/state_fu/active_support_lite/array.rb".freeze, "lib/state_fu/active_support_lite/array/access.rb".freeze, "lib/state_fu/active_support_lite/array/conversions.rb".freeze, "lib/state_fu/active_support_lite/array/extract_options.rb".freeze, "lib/state_fu/active_support_lite/array/grouping.rb".freeze, "lib/state_fu/active_support_lite/array/random_access.rb".freeze, "lib/state_fu/active_support_lite/array/wrapper.rb".freeze, "lib/state_fu/active_support_lite/blank.rb".freeze, "lib/state_fu/active_support_lite/cattr_reader.rb".freeze, "lib/state_fu/active_support_lite/inheritable_attributes.rb".freeze, "lib/state_fu/active_support_lite/keys.rb".freeze, "lib/state_fu/active_support_lite/misc.rb".freeze, "lib/state_fu/active_support_lite/object.rb".freeze, "lib/state_fu/active_support_lite/string.rb".freeze, "lib/state_fu/active_support_lite/symbol.rb".freeze, "lib/state_fu/binding.rb".freeze, "lib/state_fu/core_ext.rb".freeze, "lib/state_fu/event.rb".freeze, "lib/state_fu/exceptions.rb".freeze, "lib/state_fu/fu_space.rb".freeze, "lib/state_fu/helper.rb".freeze, "lib/state_fu/hooks.rb".freeze, "lib/state_fu/interface.rb".freeze, "lib/state_fu/lathe.rb".freeze, "lib/state_fu/logger.rb".freeze, "lib/state_fu/machine.rb".freeze, "lib/state_fu/method_factory.rb".freeze, "lib/state_fu/mock_transition.rb".freeze, "lib/state_fu/persistence.rb".freeze, "lib/state_fu/persistence/active_record.rb".freeze, "lib/state_fu/persistence/attribute.rb".freeze, "lib/state_fu/persistence/base.rb".freeze, "lib/state_fu/persistence/relaxdb.rb".freeze, "lib/state_fu/persistence/session.rb".freeze, "lib/state_fu/plotter.rb".freeze, "lib/state_fu/sprocket.rb".freeze, "lib/state_fu/state.rb".freeze, "lib/state_fu/transition.rb".freeze, "lib/vizier.rb".freeze, "spec/BDD/plotter_spec.rb".freeze, "spec/features/binding_and_transition_helper_mixin_spec.rb".freeze, "spec/features/not_requirements_spec.rb".freeze, "spec/features/state_and_array_options_accessor_spec.rb".freeze, "spec/features/transition_boolean_comparison.rb".freeze, "spec/helper.rb".freeze, "spec/integration/active_record_persistence_spec.rb".freeze, "spec/integration/binding_extension_spec.rb".freeze, "spec/integration/class_accessor_spec.rb".freeze, "spec/integration/dynamic_requirement_spec.rb".freeze, "spec/integration/event_definition_spec.rb".freeze, "spec/integration/ex_machine_for_accounts_spec.rb".freeze, "spec/integration/example_01_document_spec.rb".freeze, "spec/integration/example_02_string_spec.rb".freeze, "spec/integration/instance_accessor_spec.rb".freeze, "spec/integration/lathe_extension_spec.rb".freeze, "spec/integration/machine_duplication_spec.rb".freeze, "spec/integration/relaxdb_persistence_spec.rb".freeze, "spec/integration/requirement_reflection_spec.rb".freeze, "spec/integration/sanity_spec.rb".freeze, "spec/integration/state_definition_spec.rb".freeze, "spec/integration/transition_spec.rb".freeze, "spec/spec.opts".freeze, "spec/units/binding_spec.rb".freeze, "spec/units/event_spec.rb".freeze, "spec/units/exceptions_spec.rb".freeze, "spec/units/fu_space_spec.rb".freeze, "spec/units/lathe_spec.rb".freeze, "spec/units/machine_spec.rb".freeze, "spec/units/method_factory_spec.rb".freeze, "spec/units/sprocket_spec.rb".freeze, "spec/units/state_spec.rb".freeze] s.homepage = "http://github.com/davidlee/state-fu".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A rich library for state-oriented programming with state machines / workflows".freeze s.test_files = ["spec/BDD/plotter_spec.rb".freeze, "spec/features/binding_and_transition_helper_mixin_spec.rb".freeze, "spec/features/not_requirements_spec.rb".freeze, "spec/features/state_and_array_options_accessor_spec.rb".freeze, "spec/features/transition_boolean_comparison.rb".freeze, "spec/helper.rb".freeze, "spec/integration/active_record_persistence_spec.rb".freeze, "spec/integration/binding_extension_spec.rb".freeze, "spec/integration/class_accessor_spec.rb".freeze, "spec/integration/dynamic_requirement_spec.rb".freeze, "spec/integration/event_definition_spec.rb".freeze, "spec/integration/ex_machine_for_accounts_spec.rb".freeze, "spec/integration/example_01_document_spec.rb".freeze, "spec/integration/example_02_string_spec.rb".freeze, "spec/integration/instance_accessor_spec.rb".freeze, "spec/integration/lathe_extension_spec.rb".freeze, "spec/integration/machine_duplication_spec.rb".freeze, "spec/integration/relaxdb_persistence_spec.rb".freeze, "spec/integration/requirement_reflection_spec.rb".freeze, "spec/integration/sanity_spec.rb".freeze, "spec/integration/state_definition_spec.rb".freeze, "spec/integration/transition_spec.rb".freeze, "spec/units/binding_spec.rb".freeze, "spec/units/event_spec.rb".freeze, "spec/units/exceptions_spec.rb".freeze, "spec/units/fu_space_spec.rb".freeze, "spec/units/lathe_spec.rb".freeze, "spec/units/machine_spec.rb".freeze, "spec/units/method_factory_spec.rb".freeze, "spec/units/sprocket_spec.rb".freeze, "spec/units/state_spec.rb".freeze] end