Skip to content

Commit

Permalink
make it all happy
Browse files Browse the repository at this point in the history
  • Loading branch information
imajes committed Jan 20, 2012
1 parent b332d87 commit 1ea8e63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geokit.gemspec
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require 'lib/geokit'
require 'geokit/version'

Gem::Specification.new do |s|
s.name = "geokit"
Expand Down
1 change: 0 additions & 1 deletion lib/geokit.rb
@@ -1,5 +1,4 @@
module Geokit
VERSION = '1.6.1'
# These defaults are used in Geokit::Mappable.distance_to and in acts_as_mappable
@@default_units = :miles
@@default_formula = :sphere
Expand Down
3 changes: 3 additions & 0 deletions lib/geokit/version.rb
@@ -0,0 +1,3 @@
module Geokit
VERSION = '1.6.1'
end

0 comments on commit 1ea8e63

Please sign in to comment.