plancast 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/plancast.rb +1 -1
- data/lib/plancast/client.rb +0 -4
- metadata +3 -3
data/lib/plancast.rb
CHANGED
data/lib/plancast/client.rb
CHANGED
@@ -232,10 +232,6 @@ module Plancast
|
|
232
232
|
self.class.post("/plans/attend.json", :body => details)
|
233
233
|
end
|
234
234
|
|
235
|
-
def user_timeline(username=self.username)
|
236
|
-
self.class.get("/plans/user_timeline.json")
|
237
|
-
end
|
238
|
-
|
239
235
|
# Delete an attendance for the authenticated user and returns its previous information
|
240
236
|
# @option options [String] :plan_id Base-36 ID of an existing plan
|
241
237
|
# @option options [String] :attendance_id - Base-36 ID of an existing attendance
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 3
|
9
|
+
version: 0.1.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Wynn Netherland
|
@@ -111,7 +111,7 @@ files:
|
|
111
111
|
- lib/plancast/client.rb
|
112
112
|
- lib/plancast.rb
|
113
113
|
has_rdoc: true
|
114
|
-
homepage: http://
|
114
|
+
homepage: http://wynnnetherland.com/projects/plancast/
|
115
115
|
licenses: []
|
116
116
|
|
117
117
|
post_install_message:
|