lib/ib/tasks.rb in ib-0.4.5 vs lib/ib/tasks.rb in ib-0.4.6

- old
+ new

@@ -10,5 +10,6 @@ desc "Generates ib.xcodeproj" task :project do IB::Project.new.write end end +task :ib => "ib:open"