rtmapi 0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README +236 -0
- data/gpl.txt +339 -0
- data/lib/rtmapi.rb +597 -0
- data/test/data/test_get_method_exceptions.1.xml +2 -0
- data/test/data/test_get_method_exceptions.2.xml +2 -0
- data/test/data/test_get_method_exceptions.3.xml +2 -0
- data/test/data/test_rtm_auth_checkToken_bad.1.xml +2 -0
- data/test/data/test_rtm_auth_checkToken_good.1.xml +2 -0
- data/test/data/test_rtm_contacts_delete_and_add.1.xml +2 -0
- data/test/data/test_rtm_contacts_delete_and_add.2.xml +2 -0
- data/test/data/test_rtm_contacts_delete_and_add.3.xml +2 -0
- data/test/data/test_rtm_contacts_delete_and_add.4.xml +2 -0
- data/test/data/test_rtm_contacts_delete_and_add.5.xml +2 -0
- data/test/data/test_rtm_contacts_delete_and_add.6.xml +2 -0
- data/test/data/test_rtm_contacts_getList.1.xml +2 -0
- data/test/data/test_rtm_get_frob.1.xml +2 -0
- data/test/data/test_rtm_get_task_and_is_complete.1.xml +2 -0
- data/test/data/test_rtm_groups_add_and_delete.1.xml +2 -0
- data/test/data/test_rtm_groups_add_and_delete.2.xml +2 -0
- data/test/data/test_rtm_groups_add_and_delete.3.xml +2 -0
- data/test/data/test_rtm_groups_add_and_delete.4.xml +2 -0
- data/test/data/test_rtm_groups_add_and_delete.5.xml +2 -0
- data/test/data/test_rtm_groups_add_and_delete.6.xml +2 -0
- data/test/data/test_rtm_groups_add_and_delete.7.xml +2 -0
- data/test/data/test_rtm_groups_add_and_delete.8.xml +2 -0
- data/test/data/test_rtm_groups_add_and_delete.9.xml +2 -0
- data/test/data/test_rtm_groups_getList.1.xml +2 -0
- data/test/data/test_rtm_lists_getList.1.xml +2 -0
- data/test/data/test_rtm_lists_setName.1.xml +2 -0
- data/test/data/test_rtm_lists_setName.2.xml +2 -0
- data/test/data/test_rtm_lists_setName.3.xml +2 -0
- data/test/data/test_rtm_lists_setName.4.xml +2 -0
- data/test/data/test_rtm_lists_setName.5.xml +2 -0
- data/test/data/test_rtm_lists_setName.6.xml +2 -0
- data/test/data/test_rtm_reflection_getMethods.1.xml +2 -0
- data/test/data/test_rtm_settings_getList.1.xml +2 -0
- data/test/data/test_rtm_tasks_add.1.xml +2 -0
- data/test/data/test_rtm_tasks_add.2.xml +2 -0
- data/test/data/test_rtm_tasks_add.3.xml +2 -0
- data/test/data/test_rtm_tasks_getList.1.xml +2 -0
- data/test/data/test_rtm_tasks_getList_all.1.xml +2 -0
- data/test/data/test_rtm_tasks_getList_from_smartlist.1.xml +2 -0
- data/test/data/test_rtm_tasks_setDueDate.1.xml +2 -0
- data/test/data/test_rtm_tasks_setDueDate.2.xml +2 -0
- data/test/data/test_rtm_tasks_setDueDate.3.xml +2 -0
- data/test/data/test_rtm_tasks_setDueDate.4.xml +2 -0
- data/test/data/test_rtm_tasks_setDueDate.5.xml +2 -0
- data/test/data/test_rtm_tasks_setDueDate.6.xml +2 -0
- data/test/data/test_rtm_tasks_setRecurrence.1.xml +2 -0
- data/test/data/test_rtm_tasks_setRecurrence.2.xml +2 -0
- data/test/data/test_rtm_tasks_setRecurrence.3.xml +2 -0
- data/test/data/test_rtm_tasks_setRecurrence.4.xml +2 -0
- data/test/data/test_rtm_test_echo.1.xml +2 -0
- data/test/data/test_rtm_time_parse.1.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_priorities.1.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_priorities.2.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_priorities.3.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_priorities.4.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_priorities.5.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_priorities.6.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_tags.1.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_tags.2.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_tags.3.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_tags.4.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_tags.5.xml +2 -0
- data/test/data/test_rtm_timelines_and_transactions_with_tags.6.xml +2 -0
- data/test/data/test_rtm_timezones_getList.1.xml +2 -0
- data/test/data/test_rtm_user.1.xml +2 -0
- data/test/test-rtmapi.rb +506 -0
- metadata +131 -0
metadata
ADDED
@@ -0,0 +1,131 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.9.0
|
3
|
+
specification_version: 1
|
4
|
+
name: rtmapi
|
5
|
+
version: !ruby/object:Gem::Version
|
6
|
+
version: "0.5"
|
7
|
+
date: 2007-02-01 00:00:00 -05:00
|
8
|
+
summary: Simple library for interfacing with rememberthemilk.com.
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email: yanowitz+rtmapi@gmail.com
|
12
|
+
homepage: rtmapi.rubyforge.org
|
13
|
+
rubyforge_project: rtmapi
|
14
|
+
description: Remember the Milk is a task management tool at http://www.rememberthemilk.com. The is a ruby library to ease interfacting with their REST API, documentation for which is found at http://www.rememberthemilk.com/services/api/
|
15
|
+
autorequire: rtmapi
|
16
|
+
default_executable:
|
17
|
+
bindir: bin
|
18
|
+
has_rdoc: false
|
19
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">"
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 0.0.0
|
24
|
+
version:
|
25
|
+
platform: ruby
|
26
|
+
signing_key:
|
27
|
+
cert_chain:
|
28
|
+
post_install_message:
|
29
|
+
authors:
|
30
|
+
- Jason Yanowitz
|
31
|
+
files:
|
32
|
+
- test/data/test_get_method_exceptions.1.xml
|
33
|
+
- test/data/test_get_method_exceptions.2.xml
|
34
|
+
- test/data/test_get_method_exceptions.3.xml
|
35
|
+
- test/data/test_rtm_auth_checkToken_bad.1.xml
|
36
|
+
- test/data/test_rtm_auth_checkToken_good.1.xml
|
37
|
+
- test/data/test_rtm_contacts_delete_and_add.1.xml
|
38
|
+
- test/data/test_rtm_contacts_delete_and_add.2.xml
|
39
|
+
- test/data/test_rtm_contacts_delete_and_add.3.xml
|
40
|
+
- test/data/test_rtm_contacts_delete_and_add.4.xml
|
41
|
+
- test/data/test_rtm_contacts_delete_and_add.5.xml
|
42
|
+
- test/data/test_rtm_contacts_delete_and_add.6.xml
|
43
|
+
- test/data/test_rtm_contacts_getList.1.xml
|
44
|
+
- test/data/test_rtm_get_frob.1.xml
|
45
|
+
- test/data/test_rtm_get_task_and_is_complete.1.xml
|
46
|
+
- test/data/test_rtm_groups_add_and_delete.1.xml
|
47
|
+
- test/data/test_rtm_groups_add_and_delete.2.xml
|
48
|
+
- test/data/test_rtm_groups_add_and_delete.3.xml
|
49
|
+
- test/data/test_rtm_groups_add_and_delete.4.xml
|
50
|
+
- test/data/test_rtm_groups_add_and_delete.5.xml
|
51
|
+
- test/data/test_rtm_groups_add_and_delete.6.xml
|
52
|
+
- test/data/test_rtm_groups_add_and_delete.7.xml
|
53
|
+
- test/data/test_rtm_groups_add_and_delete.8.xml
|
54
|
+
- test/data/test_rtm_groups_add_and_delete.9.xml
|
55
|
+
- test/data/test_rtm_groups_getList.1.xml
|
56
|
+
- test/data/test_rtm_lists_getList.1.xml
|
57
|
+
- test/data/test_rtm_lists_setName.1.xml
|
58
|
+
- test/data/test_rtm_lists_setName.2.xml
|
59
|
+
- test/data/test_rtm_lists_setName.3.xml
|
60
|
+
- test/data/test_rtm_lists_setName.4.xml
|
61
|
+
- test/data/test_rtm_lists_setName.5.xml
|
62
|
+
- test/data/test_rtm_lists_setName.6.xml
|
63
|
+
- test/data/test_rtm_reflection_getMethods.1.xml
|
64
|
+
- test/data/test_rtm_settings_getList.1.xml
|
65
|
+
- test/data/test_rtm_tasks_add.1.xml
|
66
|
+
- test/data/test_rtm_tasks_add.2.xml
|
67
|
+
- test/data/test_rtm_tasks_add.3.xml
|
68
|
+
- test/data/test_rtm_tasks_getList.1.xml
|
69
|
+
- test/data/test_rtm_tasks_getList_all.1.xml
|
70
|
+
- test/data/test_rtm_tasks_getList_from_smartlist.1.xml
|
71
|
+
- test/data/test_rtm_tasks_setDueDate.1.xml
|
72
|
+
- test/data/test_rtm_tasks_setDueDate.2.xml
|
73
|
+
- test/data/test_rtm_tasks_setDueDate.3.xml
|
74
|
+
- test/data/test_rtm_tasks_setDueDate.4.xml
|
75
|
+
- test/data/test_rtm_tasks_setDueDate.5.xml
|
76
|
+
- test/data/test_rtm_tasks_setDueDate.6.xml
|
77
|
+
- test/data/test_rtm_tasks_setRecurrence.1.xml
|
78
|
+
- test/data/test_rtm_tasks_setRecurrence.2.xml
|
79
|
+
- test/data/test_rtm_tasks_setRecurrence.3.xml
|
80
|
+
- test/data/test_rtm_tasks_setRecurrence.4.xml
|
81
|
+
- test/data/test_rtm_test_echo.1.xml
|
82
|
+
- test/data/test_rtm_time_parse.1.xml
|
83
|
+
- test/data/test_rtm_timelines_and_transactions_with_priorities.1.xml
|
84
|
+
- test/data/test_rtm_timelines_and_transactions_with_priorities.2.xml
|
85
|
+
- test/data/test_rtm_timelines_and_transactions_with_priorities.3.xml
|
86
|
+
- test/data/test_rtm_timelines_and_transactions_with_priorities.4.xml
|
87
|
+
- test/data/test_rtm_timelines_and_transactions_with_priorities.5.xml
|
88
|
+
- test/data/test_rtm_timelines_and_transactions_with_priorities.6.xml
|
89
|
+
- test/data/test_rtm_timelines_and_transactions_with_tags.1.xml
|
90
|
+
- test/data/test_rtm_timelines_and_transactions_with_tags.2.xml
|
91
|
+
- test/data/test_rtm_timelines_and_transactions_with_tags.3.xml
|
92
|
+
- test/data/test_rtm_timelines_and_transactions_with_tags.4.xml
|
93
|
+
- test/data/test_rtm_timelines_and_transactions_with_tags.5.xml
|
94
|
+
- test/data/test_rtm_timelines_and_transactions_with_tags.6.xml
|
95
|
+
- test/data/test_rtm_timezones_getList.1.xml
|
96
|
+
- test/data/test_rtm_user.1.xml
|
97
|
+
- test/test-rtmapi.rb
|
98
|
+
- lib/rtmapi.rb
|
99
|
+
- gpl.txt
|
100
|
+
- README
|
101
|
+
test_files:
|
102
|
+
- test/test-rtmapi.rb
|
103
|
+
rdoc_options: []
|
104
|
+
|
105
|
+
extra_rdoc_files: []
|
106
|
+
|
107
|
+
executables: []
|
108
|
+
|
109
|
+
extensions: []
|
110
|
+
|
111
|
+
requirements: []
|
112
|
+
|
113
|
+
dependencies:
|
114
|
+
- !ruby/object:Gem::Dependency
|
115
|
+
name: libxml-ruby
|
116
|
+
version_requirement:
|
117
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
118
|
+
requirements:
|
119
|
+
- - ">="
|
120
|
+
- !ruby/object:Gem::Version
|
121
|
+
version: 0.3.8.4
|
122
|
+
version:
|
123
|
+
- !ruby/object:Gem::Dependency
|
124
|
+
name: tzinfo
|
125
|
+
version_requirement:
|
126
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
127
|
+
requirements:
|
128
|
+
- - ">="
|
129
|
+
- !ruby/object:Gem::Version
|
130
|
+
version: 0.3.3
|
131
|
+
version:
|