Sha256: 8bc0431d68c8053ff79cb8036cd7c97530fb4adf96e580449bc57f03f42e7b4d

Contents?: true

Size: 477 Bytes

Versions: 1

Compression:

Stored size: 477 Bytes

Contents

require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('stateflow', '0.4.2') do |p|
  p.description    = "State machine that allows dynamic transitions for business workflows"
  p.url            = "http://github.com/ryanza/stateflow"
  p.author         = "Ryan Oberholzer"
  p.email          = "ryan@platform45.com"
  p.ignore_pattern = ["tmp/*", "script/*"]
  p.development_dependencies = ["rspec >=2.0.0", "activerecord", "mongoid >=2.0.0.beta.20", "sqlite3-ruby"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stateflow-0.4.2 Rakefile