gmaps_gem 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/gmaps_gem.rb +1 -1
  2. metadata +1 -1
data/lib/gmaps_gem.rb CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'json'
3
3
  require 'net/http'
4
4
 
5
- class Place < ActiveRecord::Base
5
+ class ActiveRecord::Base
6
6
  class << self
7
7
  def geocode(address)
8
8
  url = "http://maps.googleapis.com/maps/api/geocode/json?address=#{address}&sensor=true"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gmaps_gem
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - martin