eventfulapi 2.2.0 → 2.2.1
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.
- data/lib/eventful/api.rb +10 -5
- metadata +4 -4
data/lib/eventful/api.rb
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
# puts "Venue: #{venue['name']}"
|
|
31
31
|
#
|
|
32
32
|
# rescue Eventful::APIError => e
|
|
33
|
-
# puts "There was a problem with the API: #{e}"
|
|
33
|
+
# puts "There was a problem with the API call: #{e}"
|
|
34
34
|
# end
|
|
35
35
|
#
|
|
36
36
|
#
|
|
@@ -85,6 +85,10 @@
|
|
|
85
85
|
# == Change Notes
|
|
86
86
|
#
|
|
87
87
|
# === Eventful API
|
|
88
|
+
# ==== Version 2.2.1
|
|
89
|
+
#
|
|
90
|
+
# - Updated Paul Knight's contact email in the docs
|
|
91
|
+
# (please reach him at pknight@eventful.com)
|
|
88
92
|
#
|
|
89
93
|
# ==== Version 2.2.0
|
|
90
94
|
#
|
|
@@ -131,12 +135,13 @@
|
|
|
131
135
|
# == Information
|
|
132
136
|
#
|
|
133
137
|
# Status:: Stable
|
|
134
|
-
# Version:: 2.2.
|
|
138
|
+
# Version:: 2.2.1
|
|
135
139
|
# Date:: 2007-03-24
|
|
136
|
-
# Current Author:: Paul Knight (mailto:
|
|
140
|
+
# Current Author:: Paul Knight (mailto:pknight@eventful.com)
|
|
137
141
|
# Previous Authors:: Joe Auricchio
|
|
138
142
|
# Copyright:: Copyright (C) 2005-2007 Eventful Inc.
|
|
139
|
-
# License:: This code is distributed under the same terms as Ruby
|
|
143
|
+
# License:: This code is distributed under the same terms as Ruby
|
|
144
|
+
# itself (see http://www.ruby-lang.org/en/LICENSE.txt)
|
|
140
145
|
|
|
141
146
|
|
|
142
147
|
|
|
@@ -167,7 +172,7 @@ module Eventful
|
|
|
167
172
|
|
|
168
173
|
|
|
169
174
|
# Version descriptor of this library
|
|
170
|
-
VERSION = '2.2.
|
|
175
|
+
VERSION = '2.2.1'
|
|
171
176
|
|
|
172
177
|
# Default API server to connect to
|
|
173
178
|
DEFAULT_SERVER = 'api.eventful.com' #:nodoc:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
|
-
rubygems_version: 0.9.
|
|
2
|
+
rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: eventfulapi
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 2.2.
|
|
7
|
-
date: 2007-
|
|
6
|
+
version: 2.2.1
|
|
7
|
+
date: 2007-10-01 00:00:00 -07:00
|
|
8
8
|
summary: Interface to the Eventful API. http://eventful.com
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
11
|
-
email:
|
|
11
|
+
email: pknight@eventful.com
|
|
12
12
|
homepage: http://api.eventful.com
|
|
13
13
|
rubyforge_project:
|
|
14
14
|
description:
|