Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor Bognar committed Jul 10, 2012
1 parent 1cb7451 commit 335a323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ desc "install exiftool"
task "exiftool:install", :version do |t, args|
version = args[:version] || "8.97"
name = "exiftool-#{version}"
# prefix = "/app/vendor/#{name}"
prefix = "app/vendor/#{name}"
prefix = "/app/vendor/#{name}"

Dir.mktmpdir("exiftool-") do |tmpdir|
Dir.chdir(tmpdir) do |dir|
Expand Down
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LanguagePack::Ruby < LanguagePack::Base
LIBYAML_PATH = "libyaml-#{LIBYAML_VERSION}"
BUNDLER_VERSION = "1.2.0.pre"
BUNDLER_GEM_PATH = "bundler-#{BUNDLER_VERSION}"
NODE_VERSION = "0.4.7"
NODE_VERSION = "0.6.7"
NODE_JS_BINARY_PATH = "node-#{NODE_VERSION}"
# Added for having an exiftool binary
EXIFTOOL_VERSION = "8.97"
Expand Down

0 comments on commit 335a323

Please sign in to comment.