Skip to content

Commit

Permalink
Change some Module names to avoid conflict with Rails itself
Browse files Browse the repository at this point in the history
  • Loading branch information
jlecour committed Sep 26, 2010
1 parent 56fcac7 commit fc4c001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion geokit-rails.gemspec
Expand Up @@ -3,7 +3,7 @@ require File.expand_path("../lib/geokit-rails/version", __FILE__)

Gem::Specification.new do |s|
s.name = "geokit-rails"
s.version = Geokit::Rails::VERSION
s.version = GeokitRails::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andre Lewis", "Bill Eisenhauer", "Jeremy Lecour"]
s.email = ["andre@earthcode.com", "bill_eisenhauer@yahoo.com", "jeremy.lecour@gmail.com"]
Expand Down
6 changes: 2 additions & 4 deletions lib/geokit-rails/version.rb
@@ -1,5 +1,3 @@
module Geokit
module Rails
VERSION = "0.0.2"
end
module GeokitRails
VERSION = "0.0.2"
end

0 comments on commit fc4c001

Please sign in to comment.