Sha256: bbbe3823e561c8c0c64f7ea904ddbf0a84e08c68db7b44d6de652721ef461456
Contents?: true
Size: 1.35 KB
Versions: 0
Compression: gzip
Compressed size: 678 Bytes
Stored size: 678 Bytes
Contents
--- !ruby/object:Gem::Specification name: micromachine version: !ruby/object:Gem::Version version: 1.0.2 prerelease: platform: ruby authors: - Michel Martens autorequire: bindir: bin cert_chain: [] date: 2012-03-30 00:00:00.000000000 Z 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 has less than 50 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.md - LICENSE - Rakefile - micromachine.gemspec 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.8.10 signing_key: specification_version: 3 summary: Minimal Finite State Machine. test_files: []