Rakefile in rack-jquery_ui-1.0.2 vs Rakefile in rack-jquery_ui-1.1.0
- old
+ new
@@ -35,5 +35,14 @@
warn cmd
system cmd
end
end
+
+namespace :examples do
+
+ desc "Run the examples."
+ task :run do
+ exec "bundle exec rackup examples/config.ru"
+ end
+
+end