Sha256: a899243268a9155f497c00ba2e57255b3b85707b04ca13dc2acc2fe77123dc59
Contents?: true
Size: 673 Bytes
Versions: 2
Compression:
Stored size: 673 Bytes
Contents
require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "maintain" gemspec.summary = "A Ruby state machine that lets your code do the driving" gemspec.description = %{ Maintain is a simple state machine mixin for Ruby objects. It supports comparisons, bitmasks, and hooks that really work. It can be used for multiple attributes and will always do its best to stay out of your way and let your code drive the machine, and not vice versa. } gemspec.email = "flip@x451.com" gemspec.homepage = "http://github.com/flipsasser/maintain" gemspec.authors = ["Flip Sasser"] end rescue LoadError end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
maintain-0.2.23 | Rakefile |
maintain-0.2.22 | Rakefile |