taskmapper-basecamp 0.5.0

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 (48) hide show
  1. data/.document +5 -0
  2. data/.travis.yml +4 -0
  3. data/Gemfile +15 -0
  4. data/Gemfile.lock +52 -0
  5. data/LICENSE +20 -0
  6. data/README.md +63 -0
  7. data/Rakefile +41 -0
  8. data/VERSION +1 -0
  9. data/lib/basecamp/basecamp.rb +655 -0
  10. data/lib/provider/basecamp.rb +39 -0
  11. data/lib/provider/comment.rb +63 -0
  12. data/lib/provider/project.rb +94 -0
  13. data/lib/provider/ticket.rb +162 -0
  14. data/lib/taskmapper-basecamp.rb +5 -0
  15. data/spec/comments_spec.rb +103 -0
  16. data/spec/fixtures/comments/74197051.json +1 -0
  17. data/spec/fixtures/comments/74197051.xml +14 -0
  18. data/spec/fixtures/comments/74197096.json +1 -0
  19. data/spec/fixtures/comments/74197096.xml +14 -0
  20. data/spec/fixtures/comments.json +1 -0
  21. data/spec/fixtures/comments.xml +47 -0
  22. data/spec/fixtures/project_count.json +1 -0
  23. data/spec/fixtures/project_count.xml +5 -0
  24. data/spec/fixtures/projects/5220065.json +1 -0
  25. data/spec/fixtures/projects/5220065.xml +16 -0
  26. data/spec/fixtures/projects/create.json +1 -0
  27. data/spec/fixtures/projects/create.xml +2 -0
  28. data/spec/fixtures/projects.json +1 -0
  29. data/spec/fixtures/projects.xml +19 -0
  30. data/spec/fixtures/todo_items/62509330_todo_item.xml +15 -0
  31. data/spec/fixtures/todo_list_9972756.xml +14 -0
  32. data/spec/fixtures/todo_list_with_items.json +1 -0
  33. data/spec/fixtures/todo_list_with_items.xml +3477 -0
  34. data/spec/fixtures/todo_lists/9972756_items.json +1 -0
  35. data/spec/fixtures/todo_lists/9972756_items.xml +93 -0
  36. data/spec/fixtures/todo_lists/9973518_items.json +1 -0
  37. data/spec/fixtures/todo_lists/9973518_items.xml +98 -0
  38. data/spec/fixtures/todo_lists/create.json +1 -0
  39. data/spec/fixtures/todo_lists/create.xml +14 -0
  40. data/spec/fixtures/todo_lists.json +1 -0
  41. data/spec/fixtures/todo_lists.xml +29 -0
  42. data/spec/projects_spec.rb +83 -0
  43. data/spec/spec.opts +1 -0
  44. data/spec/spec_helper.rb +15 -0
  45. data/spec/taskmapper-basecamp_spec.rb +20 -0
  46. data/spec/tickets_spec.rb +87 -0
  47. data/taskmapper-basecamp.gemspec +100 -0
  48. metadata +201 -0
metadata ADDED
@@ -0,0 +1,201 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: taskmapper-basecamp
3
+ version: !ruby/object:Gem::Version
4
+ hash: 11
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 5
9
+ - 0
10
+ version: 0.5.0
11
+ platform: ruby
12
+ authors:
13
+ - HybridGroup
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2012-05-10 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: taskmapper
22
+ prerelease: false
23
+ type: :runtime
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ hash: 27
30
+ segments:
31
+ - 0
32
+ - 8
33
+ version: "0.8"
34
+ version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: xml-simple
37
+ prerelease: false
38
+ type: :runtime
39
+ requirement: &id002 !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ~>
43
+ - !ruby/object:Gem::Version
44
+ hash: 13
45
+ segments:
46
+ - 1
47
+ - 1
48
+ version: "1.1"
49
+ version_requirements: *id002
50
+ - !ruby/object:Gem::Dependency
51
+ name: rspec
52
+ prerelease: false
53
+ type: :development
54
+ requirement: &id003 !ruby/object:Gem::Requirement
55
+ none: false
56
+ requirements:
57
+ - - ~>
58
+ - !ruby/object:Gem::Version
59
+ hash: 5
60
+ segments:
61
+ - 2
62
+ - 3
63
+ version: "2.3"
64
+ version_requirements: *id003
65
+ - !ruby/object:Gem::Dependency
66
+ name: jeweler
67
+ prerelease: false
68
+ type: :development
69
+ requirement: &id004 !ruby/object:Gem::Requirement
70
+ none: false
71
+ requirements:
72
+ - - ~>
73
+ - !ruby/object:Gem::Version
74
+ hash: 3
75
+ segments:
76
+ - 1
77
+ - 6
78
+ version: "1.6"
79
+ version_requirements: *id004
80
+ - !ruby/object:Gem::Dependency
81
+ name: simplecov
82
+ prerelease: false
83
+ type: :development
84
+ requirement: &id005 !ruby/object:Gem::Requirement
85
+ none: false
86
+ requirements:
87
+ - - ~>
88
+ - !ruby/object:Gem::Version
89
+ hash: 1
90
+ segments:
91
+ - 0
92
+ - 5
93
+ version: "0.5"
94
+ version_requirements: *id005
95
+ - !ruby/object:Gem::Dependency
96
+ name: rcov
97
+ prerelease: false
98
+ type: :development
99
+ requirement: &id006 !ruby/object:Gem::Requirement
100
+ none: false
101
+ requirements:
102
+ - - ~>
103
+ - !ruby/object:Gem::Version
104
+ hash: 15
105
+ segments:
106
+ - 1
107
+ - 0
108
+ version: "1.0"
109
+ version_requirements: *id006
110
+ description: This gem provides an interface to basecamp through the taskmapper gem
111
+ email: hong.quach@abigfisch.com
112
+ executables: []
113
+
114
+ extensions: []
115
+
116
+ extra_rdoc_files:
117
+ - LICENSE
118
+ - README.md
119
+ files:
120
+ - .document
121
+ - .travis.yml
122
+ - Gemfile
123
+ - Gemfile.lock
124
+ - LICENSE
125
+ - README.md
126
+ - Rakefile
127
+ - VERSION
128
+ - lib/basecamp/basecamp.rb
129
+ - lib/provider/basecamp.rb
130
+ - lib/provider/comment.rb
131
+ - lib/provider/project.rb
132
+ - lib/provider/ticket.rb
133
+ - lib/taskmapper-basecamp.rb
134
+ - spec/comments_spec.rb
135
+ - spec/fixtures/comments.json
136
+ - spec/fixtures/comments.xml
137
+ - spec/fixtures/comments/74197051.json
138
+ - spec/fixtures/comments/74197051.xml
139
+ - spec/fixtures/comments/74197096.json
140
+ - spec/fixtures/comments/74197096.xml
141
+ - spec/fixtures/project_count.json
142
+ - spec/fixtures/project_count.xml
143
+ - spec/fixtures/projects.json
144
+ - spec/fixtures/projects.xml
145
+ - spec/fixtures/projects/5220065.json
146
+ - spec/fixtures/projects/5220065.xml
147
+ - spec/fixtures/projects/create.json
148
+ - spec/fixtures/projects/create.xml
149
+ - spec/fixtures/todo_items/62509330_todo_item.xml
150
+ - spec/fixtures/todo_list_9972756.xml
151
+ - spec/fixtures/todo_list_with_items.json
152
+ - spec/fixtures/todo_list_with_items.xml
153
+ - spec/fixtures/todo_lists.json
154
+ - spec/fixtures/todo_lists.xml
155
+ - spec/fixtures/todo_lists/9972756_items.json
156
+ - spec/fixtures/todo_lists/9972756_items.xml
157
+ - spec/fixtures/todo_lists/9973518_items.json
158
+ - spec/fixtures/todo_lists/9973518_items.xml
159
+ - spec/fixtures/todo_lists/create.json
160
+ - spec/fixtures/todo_lists/create.xml
161
+ - spec/projects_spec.rb
162
+ - spec/spec.opts
163
+ - spec/spec_helper.rb
164
+ - spec/taskmapper-basecamp_spec.rb
165
+ - spec/tickets_spec.rb
166
+ - taskmapper-basecamp.gemspec
167
+ homepage: http://github.com/kiafaldorius/taskmapper-basecamp
168
+ licenses: []
169
+
170
+ post_install_message:
171
+ rdoc_options: []
172
+
173
+ require_paths:
174
+ - lib
175
+ required_ruby_version: !ruby/object:Gem::Requirement
176
+ none: false
177
+ requirements:
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ hash: 3
181
+ segments:
182
+ - 0
183
+ version: "0"
184
+ required_rubygems_version: !ruby/object:Gem::Requirement
185
+ none: false
186
+ requirements:
187
+ - - ">="
188
+ - !ruby/object:Gem::Version
189
+ hash: 3
190
+ segments:
191
+ - 0
192
+ version: "0"
193
+ requirements: []
194
+
195
+ rubyforge_project:
196
+ rubygems_version: 1.8.17
197
+ signing_key:
198
+ specification_version: 3
199
+ summary: The basecamp provider for taskmapper
200
+ test_files: []
201
+