Sha256: 2b21b087f2d15af66dead86d92306142fa53808dc7c4853122cf9ea4429bd922

Contents?: true

Size: 1.46 KB

Versions: 0

Compression: gzip

Compressed size: 719 Bytes

Stored size: 719 Bytes

Contents

--- !ruby/object:Gem::Specification
name: micromachine
version: !ruby/object:Gem::Version
  version: 0.0.11
  prerelease: 
platform: ruby
authors:
- Michel Martens
autorequire: 
bindir: bin
cert_chain: []
date: 2011-07-17 00:00:00.000000000 -03: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: true
homepage: http://github.com/soveran/micromachine
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.6.2
signing_key: 
specification_version: 3
summary: Minimal Finite State Machine.
test_files: []

Package Spec version

micromachine-0.0.11