foursquare_venues 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = FoursquareVenues::VERSION
8
8
  s.authors = ["Tres Trantham"]
9
9
  s.email = ["tres@trestrantham.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/trestrantham/foursquare_venues"
11
11
  s.summary = %q{A Foursquare Venues API Wrapper}
12
12
  s.description = %q{A Foursquare Venues API Wrapper}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module FoursquareVenues
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: foursquare_venues
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.1"
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tres Trantham
@@ -38,7 +38,7 @@ files:
38
38
  - lib/foursquare_venues/venues.rb
39
39
  - lib/foursquare_venues/version.rb
40
40
  has_rdoc: true
41
- homepage: ""
41
+ homepage: https://github.com/trestrantham/foursquare_venues
42
42
  licenses:
43
43
  - MIT
44
44
  post_install_message: