Sha256: 1670b6fb01246d119b40bb61f36f7076952961bd17be56ef8247613d6cfe6a57

Contents?: true

Size: 794 Bytes

Versions: 2

Compression:

Stored size: 794 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'micromachine'
  s.version = '0.0.9'
  s.summary = %{Minimal Finite State Machine.}
  s.description = %Q{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.\n\nBut 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.}
  s.author = "Michel Martens"
  s.email = "michel@soveran.com"
  s.homepage = "http://github.com/soveran/micromachine"
  s.files = ["lib/micromachine.rb", "README.markdown", "LICENSE", "Rakefile", "micromachine.gemspec", "example/micromachine_sample.rb", "example/micromachine_sample_gem.rb"]
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
soveran-micromachine-0.0.9 micromachine.gemspec
micromachine-0.0.9 micromachine.gemspec