rtmapi 0.5

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.
Files changed (70) hide show
  1. data/README +236 -0
  2. data/gpl.txt +339 -0
  3. data/lib/rtmapi.rb +597 -0
  4. data/test/data/test_get_method_exceptions.1.xml +2 -0
  5. data/test/data/test_get_method_exceptions.2.xml +2 -0
  6. data/test/data/test_get_method_exceptions.3.xml +2 -0
  7. data/test/data/test_rtm_auth_checkToken_bad.1.xml +2 -0
  8. data/test/data/test_rtm_auth_checkToken_good.1.xml +2 -0
  9. data/test/data/test_rtm_contacts_delete_and_add.1.xml +2 -0
  10. data/test/data/test_rtm_contacts_delete_and_add.2.xml +2 -0
  11. data/test/data/test_rtm_contacts_delete_and_add.3.xml +2 -0
  12. data/test/data/test_rtm_contacts_delete_and_add.4.xml +2 -0
  13. data/test/data/test_rtm_contacts_delete_and_add.5.xml +2 -0
  14. data/test/data/test_rtm_contacts_delete_and_add.6.xml +2 -0
  15. data/test/data/test_rtm_contacts_getList.1.xml +2 -0
  16. data/test/data/test_rtm_get_frob.1.xml +2 -0
  17. data/test/data/test_rtm_get_task_and_is_complete.1.xml +2 -0
  18. data/test/data/test_rtm_groups_add_and_delete.1.xml +2 -0
  19. data/test/data/test_rtm_groups_add_and_delete.2.xml +2 -0
  20. data/test/data/test_rtm_groups_add_and_delete.3.xml +2 -0
  21. data/test/data/test_rtm_groups_add_and_delete.4.xml +2 -0
  22. data/test/data/test_rtm_groups_add_and_delete.5.xml +2 -0
  23. data/test/data/test_rtm_groups_add_and_delete.6.xml +2 -0
  24. data/test/data/test_rtm_groups_add_and_delete.7.xml +2 -0
  25. data/test/data/test_rtm_groups_add_and_delete.8.xml +2 -0
  26. data/test/data/test_rtm_groups_add_and_delete.9.xml +2 -0
  27. data/test/data/test_rtm_groups_getList.1.xml +2 -0
  28. data/test/data/test_rtm_lists_getList.1.xml +2 -0
  29. data/test/data/test_rtm_lists_setName.1.xml +2 -0
  30. data/test/data/test_rtm_lists_setName.2.xml +2 -0
  31. data/test/data/test_rtm_lists_setName.3.xml +2 -0
  32. data/test/data/test_rtm_lists_setName.4.xml +2 -0
  33. data/test/data/test_rtm_lists_setName.5.xml +2 -0
  34. data/test/data/test_rtm_lists_setName.6.xml +2 -0
  35. data/test/data/test_rtm_reflection_getMethods.1.xml +2 -0
  36. data/test/data/test_rtm_settings_getList.1.xml +2 -0
  37. data/test/data/test_rtm_tasks_add.1.xml +2 -0
  38. data/test/data/test_rtm_tasks_add.2.xml +2 -0
  39. data/test/data/test_rtm_tasks_add.3.xml +2 -0
  40. data/test/data/test_rtm_tasks_getList.1.xml +2 -0
  41. data/test/data/test_rtm_tasks_getList_all.1.xml +2 -0
  42. data/test/data/test_rtm_tasks_getList_from_smartlist.1.xml +2 -0
  43. data/test/data/test_rtm_tasks_setDueDate.1.xml +2 -0
  44. data/test/data/test_rtm_tasks_setDueDate.2.xml +2 -0
  45. data/test/data/test_rtm_tasks_setDueDate.3.xml +2 -0
  46. data/test/data/test_rtm_tasks_setDueDate.4.xml +2 -0
  47. data/test/data/test_rtm_tasks_setDueDate.5.xml +2 -0
  48. data/test/data/test_rtm_tasks_setDueDate.6.xml +2 -0
  49. data/test/data/test_rtm_tasks_setRecurrence.1.xml +2 -0
  50. data/test/data/test_rtm_tasks_setRecurrence.2.xml +2 -0
  51. data/test/data/test_rtm_tasks_setRecurrence.3.xml +2 -0
  52. data/test/data/test_rtm_tasks_setRecurrence.4.xml +2 -0
  53. data/test/data/test_rtm_test_echo.1.xml +2 -0
  54. data/test/data/test_rtm_time_parse.1.xml +2 -0
  55. data/test/data/test_rtm_timelines_and_transactions_with_priorities.1.xml +2 -0
  56. data/test/data/test_rtm_timelines_and_transactions_with_priorities.2.xml +2 -0
  57. data/test/data/test_rtm_timelines_and_transactions_with_priorities.3.xml +2 -0
  58. data/test/data/test_rtm_timelines_and_transactions_with_priorities.4.xml +2 -0
  59. data/test/data/test_rtm_timelines_and_transactions_with_priorities.5.xml +2 -0
  60. data/test/data/test_rtm_timelines_and_transactions_with_priorities.6.xml +2 -0
  61. data/test/data/test_rtm_timelines_and_transactions_with_tags.1.xml +2 -0
  62. data/test/data/test_rtm_timelines_and_transactions_with_tags.2.xml +2 -0
  63. data/test/data/test_rtm_timelines_and_transactions_with_tags.3.xml +2 -0
  64. data/test/data/test_rtm_timelines_and_transactions_with_tags.4.xml +2 -0
  65. data/test/data/test_rtm_timelines_and_transactions_with_tags.5.xml +2 -0
  66. data/test/data/test_rtm_timelines_and_transactions_with_tags.6.xml +2 -0
  67. data/test/data/test_rtm_timezones_getList.1.xml +2 -0
  68. data/test/data/test_rtm_user.1.xml +2 -0
  69. data/test/test-rtmapi.rb +506 -0
  70. 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: