--- !ruby/object:Gem::Specification name: state_machine version: !ruby/object:Gem::Version version: 0.3.1 platform: ruby authors: - Aaron Pfeifer autorequire: bindir: bin cert_chain: [] date: 2008-10-26 00:00:00 -04:00 default_executable: dependencies: [] description: email: aaron@pluginaweek.org executables: [] extensions: [] extra_rdoc_files: [] files: - lib/state_machine - lib/state_machine/event.rb - lib/state_machine/transition.rb - lib/state_machine/machine.rb - lib/state_machine.rb - test/app_root - test/app_root/app - test/app_root/app/models - test/app_root/app/models/highway.rb - test/app_root/app/models/switch.rb - test/app_root/app/models/motorcycle.rb - test/app_root/app/models/toggle_switch.rb - test/app_root/app/models/vehicle.rb - test/app_root/app/models/car.rb - test/app_root/app/models/switch_observer.rb - test/app_root/app/models/auto_shop.rb - test/app_root/config - test/app_root/config/environment.rb - test/app_root/db - test/app_root/db/migrate - test/app_root/db/migrate/002_create_auto_shops.rb - test/app_root/db/migrate/003_create_highways.rb - test/app_root/db/migrate/004_create_vehicles.rb - test/app_root/db/migrate/001_create_switches.rb - test/functional - test/functional/state_machine_test.rb - test/test_helper.rb - test/factory.rb - test/unit - test/unit/transition_test.rb - test/unit/invalid_transition_test.rb - test/unit/machine_test.rb - test/unit/event_test.rb - test/unit/state_machine_test.rb - CHANGELOG.rdoc - init.rb - LICENSE - Rakefile - README.rdoc has_rdoc: true homepage: http://www.pluginaweek.org post_install_message: rdoc_options: [] 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: pluginaweek rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Adds support for creating state machines for attributes within a model test_files: - test/functional/state_machine_test.rb - test/unit/transition_test.rb - test/unit/invalid_transition_test.rb - test/unit/machine_test.rb - test/unit/event_test.rb - test/unit/state_machine_test.rb