foursquare 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -6,11 +6,12 @@ require 'spec/rake/spectask'
|
|
6
6
|
|
7
7
|
spec = Gem::Specification.new do |s|
|
8
8
|
s.name = "foursquare"
|
9
|
-
s.version = "0.2.
|
9
|
+
s.version = "0.2.1"
|
10
10
|
s.authors = ['Jeremy Welch', 'Thomas Hanley']
|
11
11
|
s.email = "hello@jeremyrwelch.com"
|
12
12
|
s.homepage = "http://foursquare.rubyforge.org"
|
13
13
|
s.description = s.summary = "A simple Ruby wrapper for the Foursquare API"
|
14
|
+
s.post_install_message = "NOTE: This version of the Foursquare Gem has significant changes to the way methods are called. Please review the examples in the README"
|
14
15
|
|
15
16
|
s.platform = Gem::Platform::RUBY
|
16
17
|
s.has_rdoc = true
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foursquare
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Welch
|
@@ -10,7 +10,7 @@ autorequire: foursquare
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2010-02-
|
13
|
+
date: 2010-02-17 00:00:00 -05:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -45,7 +45,7 @@ has_rdoc: true
|
|
45
45
|
homepage: http://foursquare.rubyforge.org
|
46
46
|
licenses: []
|
47
47
|
|
48
|
-
post_install_message:
|
48
|
+
post_install_message: "NOTE: This version of the Foursquare Gem has significant changes to the way methods are called. Please review the examples in the README"
|
49
49
|
rdoc_options: []
|
50
50
|
|
51
51
|
require_paths:
|