google-distance-ruby 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.md +11 -1
  2. data/google-distance-ruby.gemspec +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -34,4 +34,14 @@ And then execute:
34
34
 
35
35
  Or install it as:
36
36
 
37
- $ gem install google_distance_ruby
37
+ $ gem install google_distance_ruby
38
+
39
+
40
+
41
+ ## Dependencies
42
+
43
+ Add to your Gemfile:
44
+
45
+ gem "httparty"
46
+
47
+
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "google-distance-ruby"
3
- s.version = "0.0.4"
3
+ s.version = "0.0.5"
4
4
  s.date = "2014-06-20"
5
5
  s.summary = "Google Distance Ruby"
6
6
  s.description = "A gem to get the distance between two points."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-distance-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: