Sha256: eb966e65abc9e7baebf5d18c233c33478ca6f0e695aa5159822068c060a69977

Contents?: true

Size: 1.44 KB

Versions: 0

Compression: gzip

Compressed size: 698 Bytes

Stored size: 698 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: soveran-micromachine
version: !ruby/object:Gem::Version 
  version: 0.0.9
platform: ruby
authors: 
- Michel Martens
autorequire: 
bindir: bin
cert_chain: []

date: 2009-05-16 00:00:00 -07:00
default_executable: 
dependencies: []

description: "There are many finite state machine implementations for Ruby, and they all provide a nice DSL for declaring events, exceptions, callbacks, and all kinds of niceties in general.  But if all you want is a finite state machine, look no further: this is only 22 lines of code and provides everything a finite state machine must have, and nothing more."
email: michel@soveran.com
executables: []

extensions: []

extra_rdoc_files: []

files: 
- lib/micromachine.rb
- README.markdown
- LICENSE
- Rakefile
- micromachine.gemspec
- example/micromachine_sample.rb
- example/micromachine_sample_gem.rb
has_rdoc: false
homepage: http://github.com/soveran/micromachine
licenses: 
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: 
rubygems_version: 1.3.5
signing_key: 
specification_version: 2
summary: Minimal Finite State Machine.
test_files: []

Package Spec version

soveran-micromachine-0.0.9