Rakefile in foursquare-0.3.0 vs Rakefile in foursquare-0.3.1

- old
+ new

@@ -4,10 +4,10 @@ require 'date' require 'spec/rake/spectask' spec = Gem::Specification.new do |s| s.name = "foursquare" - s.version = "0.3.0" + s.version = "0.3.1" s.authors = ['Jeremy Welch', 'Thomas Hanley', 'Elise Wood'] s.email = "hello@jeremyrwelch.com" s.homepage = "http://foursquare.rubyforge.org" s.description = s.summary = "A simple Ruby wrapper for the Foursquare API" s.post_install_message = "NOTE: This version of the Foursquare Gem has added OAuth support. Basic Auth has been deprecated. Also significant changes have bee made to the way methods are called. Please review the examples in the README." \ No newline at end of file