Skip to content

Commit

Permalink
add a public directory and make it the default tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcran committed Feb 26, 2012
1 parent 6da3136 commit 5782df1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ear/ear_constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module EAR
USER_AGENT_STRING = "Mozilla/5.0 (Linux; U; Android 2.1-update1; de-de; HTC Desire 1.19.161.5 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17"
#"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7"

TEMP_DIRECTORY = Dir::tmpdir
TEMP_DIRECTORY = File.dirname(__FILE__)/../../public/ear # Dir::tmpdir

end
Empty file added public/ear/.gitkeep
Empty file.

0 comments on commit 5782df1

Please sign in to comment.