Skip to content
Snippets Groups Projects
Commit aab7406d authored by Alex Reisner's avatar Alex Reisner
Browse files

Fix Geocoder.version method.

Specify path to VERSION file relative to lib/geocoder.rb.
parent 3ef6ebd2
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ module Geocoder
end
def version
File.read("VERSION")
File.read(File.join(File.dirname(__FILE__), "..", "VERSION")).chomp
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment