Sha256: f021b148d7b0926b7202cb3f27801df9327d3e3eceb07454097b82c1e6704de9
Contents?: true
Size: 722 Bytes
Versions: 1
Compression:
Stored size: 722 Bytes
Contents
Gem::Specification.new do |s| s.name = 'micromachine' s.version = '1.0.2' 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 has less than 50 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 = Dir["lib/**/*.rb", "README*", "LICENSE", "Rakefile", "*.gemspec", "example/**/*.*"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
micromachine-1.0.2 | micromachine.gemspec |