binaryage / drydrop

Deploy static sites to App Engine by pushing to GitHub
http://drydrop.binaryage.com
Other
224 stars 32 forks source link

Rake Not Working On Windows? #14

Closed micahthomas closed 13 years ago

micahthomas commented 13 years ago

I did: rake upload project=projectname and I get error saying "uninitialized constant Object::PLATFORM"

C:\Users\Micah\Downloads\drydrop>rake upload project=thomasmicahtk
(in C:/Users/Micah/Downloads/drydrop)
rake aborted!
uninitialized constant Object::PLATFORM
C:/Users/Micah/Downloads/drydrop/rakefile:15:in `'
(See full trace by running task with --trace)
darwin commented 13 years ago

I think I saw something like this on OSX when running rake under ruby 1.9

originally the script was written for ruby 1.8

micahthomas commented 13 years ago

oh, thanks for the reply