public
Description: Rails wrapper for the iUI toolkit for building iPhone enabled web applications
Homepage: http://blogs.pathf.com/agileajax/2008/05/rails-developme.html
Clone URL: git://github.com/noelrappin/rails-iui.git
remove downloaded tar.gz after it has been extracted
ciaranlee (author)
Wed May 07 07:04:37 -0700 2008
commit  d767e8ec2af1d992ab7f2d3ce11864b296dfcc45
tree    4330d9a4190fdf8b0a8ced63716c1b1e4fd090bc
parent  b30155bf3b978cd8173ec97e37bd0dcfcf2d0f7c
...
10
11
12
 
13
14
15
...
10
11
12
13
14
15
16
0
@@ -10,6 +10,7 @@ namespace :iui do
0
         puts "Loading iUI"
0
         open("iui-#{version}.tar.gz", 'w').write(open(url).read)
0
         system "tar zxvf iui-#{version}.tar.gz iui"
0
+ system "rm iui-#{version}.tar.gz"
0
       end
0
     end
0
   end

Comments

    No one has commented yet.