micromachine.gemspec in micromachine-0.0.7 vs micromachine.gemspec in micromachine-0.0.8
- old
+ new
@@ -1,14 +1,10 @@
Gem::Specification.new do |s|
s.name = 'micromachine'
- s.version = '0.0.7'
+ s.version = '0.0.8'
s.summary = %{Minimal Finite State Machine.}
- s.date = %q{2009-03-07}
+ 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"]
- s.require_paths = ['lib']
- s.has_rdoc = false
- s.specification_version = 2 if s.respond_to? :specification_version=
end
-