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

Fix load path (wasn't working on Ruby 1.8).

parent 296132cb
No related branches found
No related tags found
No related merge requests found
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
require 'geocoder'
Gem::Specification.new do |s|
s.name = "geocoder"
s.version = Geocoder.version
......
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