Skip to content

Commit

Permalink
Remove version constant since it is a pain to keep it in sync with Ge…
Browse files Browse the repository at this point in the history
…m version
  • Loading branch information
bkeepers committed Oct 5, 2009
1 parent 24c4c03 commit 111352e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion lib/graticule.rb
Expand Up @@ -2,7 +2,6 @@

require 'active_support'

require 'graticule/version'
require 'graticule/core_ext'
require 'graticule/location'
require 'graticule/geocoder'
Expand Down
2 changes: 1 addition & 1 deletion lib/graticule/geocoder/base.rb
Expand Up @@ -50,7 +50,7 @@ module Geocoder
# end
#
class Base
USER_AGENT = "Mozilla/5.0 (compatible; Graticule/#{Graticule::Version::STRING}; http://graticule.rubyforge.org)"
USER_AGENT = "Mozilla/5.0 (compatible; Graticule; http://graticule.rubyforge.org)"

def initialize
raise NotImplementedError
Expand Down
9 changes: 0 additions & 9 deletions lib/graticule/version.rb

This file was deleted.

0 comments on commit 111352e

Please sign in to comment.