Rakefile in stateflow-0.2.3 vs Rakefile in stateflow-0.3.0
- old
+ new
@@ -1,12 +1,12 @@
require 'rubygems'
require 'rake'
require 'echoe'
-Echoe.new('stateflow', '0.2.3') do |p|
+Echoe.new('stateflow', '0.3.0') 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"]
-end
\ No newline at end of file
+ p.development_dependencies = ["rspec", "activerecord", "mongoid >=2.0.0.beta.20", "sqlite3-ruby"]
+end