lib/choctop/rake_tasks.rb in choctop-0.13.1 vs lib/choctop/rake_tasks.rb in choctop-0.14.0
- old
+ new
@@ -38,13 +38,9 @@
task :detach_dmg do
detach_dmg
end
- task :size do
- puts configure_dmg_window
- end
-
namespace :version do
desc "Display the current version"
task :current do
puts VersionHelper.new(info_plist_path).to_s
end
\ No newline at end of file