Rakefile in stateflow-0.1.0 vs Rakefile in stateflow-0.1.1
- old
+ new
@@ -1,11 +1,11 @@
require 'rubygems'
require 'rake'
require 'echoe'
-Echoe.new('stateflow', '0.1.0') do |p|
+Echoe.new('stateflow', '0.1.1') do |p|
p.description = "State machine that allows dynamic transitions for business workflows"
- p.url = "http://github.com/platform45/stateflow"
+ 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