zendesk2 1.7.4 → 1.7.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16ff1793762e3e79b861085c3c15546dcc0972ed
4
- data.tar.gz: 1b221889fcadd78477031cf1b84cffffac37bf90
3
+ metadata.gz: ba9aaddee3b5e8d5e7d1d01ce72e055049d5849f
4
+ data.tar.gz: 9ef2c02dee825ed9349e7491f0f5e28eeae05b11
5
5
  SHA512:
6
- metadata.gz: af82a3dfd968173f87118ce99a099b26ac9741d94057953abe1ffb5839512a14599010cd1fb397e94035017af99c38056c51a7cb7ec35efa2d75b814b1226ca4
7
- data.tar.gz: cf4674bc02e4cf6215e8e9c3fb8768b71c71a78ca0839e1e36726d2a5bbac02b1936e98df9c7dfe43e5706a631d9676f42b43587ee076091f4a26e0e453f1db9
6
+ metadata.gz: 4dbfefa96c6b4bb94e492e77d0a2a322caed057f0f811490441d3514b05b7a2363041c1d133bb33defde20765e1924902baee70b1366a55b7036fd435f0d2ee5
7
+ data.tar.gz: 6a05b57f7b0e4ed190e9eba37ac089ad76796021997ba53ae6016b334fb8df88fd9ea20fad8a21d99fbbfcbd08f9af81e37e67d566d9c923dfee661dca326005
data/CHANGELOG.md ADDED
@@ -0,0 +1,408 @@
1
+ # Change Log
2
+
3
+ ## [v1.7.4](https://github.com/lanej/zendesk2/tree/v1.7.4) (2015-11-10)
4
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.7.3...v1.7.4)
5
+
6
+ **Closed issues:**
7
+
8
+ - uninitialized constant Zendesk2::Client::Real::USER\_AGENT [\#39](https://github.com/lanej/zendesk2/issues/39)
9
+
10
+ **Merged pull requests:**
11
+
12
+ - Fix USER\_AGENT resolution. [\#40](https://github.com/lanej/zendesk2/pull/40) ([nozpheratu](https://github.com/nozpheratu))
13
+
14
+ ## [v1.7.3](https://github.com/lanej/zendesk2/tree/v1.7.3) (2015-11-05)
15
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.7.2...v1.7.3)
16
+
17
+ **Closed issues:**
18
+
19
+ - 2 instances of the same mock client [\#38](https://github.com/lanej/zendesk2/issues/38)
20
+ - depracation warning for mis-using Cistern::Service [\#36](https://github.com/lanej/zendesk2/issues/36)
21
+
22
+ ## [v1.7.2](https://github.com/lanej/zendesk2/tree/v1.7.2) (2015-10-30)
23
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.7.1...v1.7.2)
24
+
25
+ **Closed issues:**
26
+
27
+ - Cannot Create/Update `user\_fields` attribute on users [\#37](https://github.com/lanej/zendesk2/issues/37)
28
+
29
+ ## [v1.7.1](https://github.com/lanej/zendesk2/tree/v1.7.1) (2015-07-10)
30
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.7.0...v1.7.1)
31
+
32
+ ## [v1.7.0](https://github.com/lanej/zendesk2/tree/v1.7.0) (2015-07-10)
33
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.6.1...v1.7.0)
34
+
35
+ ## [v1.6.1](https://github.com/lanej/zendesk2/tree/v1.6.1) (2015-07-07)
36
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.6.0...v1.6.1)
37
+
38
+ ## [v1.6.0](https://github.com/lanej/zendesk2/tree/v1.6.0) (2015-07-07)
39
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.17...v1.6.0)
40
+
41
+ **Merged pull requests:**
42
+
43
+ - help center has\_many associations [\#35](https://github.com/lanej/zendesk2/pull/35) ([lanej](https://github.com/lanej))
44
+
45
+ ## [v1.5.17](https://github.com/lanej/zendesk2/tree/v1.5.17) (2015-06-08)
46
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.16...v1.5.17)
47
+
48
+ ## [v1.5.16](https://github.com/lanej/zendesk2/tree/v1.5.16) (2015-06-08)
49
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.15...v1.5.16)
50
+
51
+ ## [v1.5.15](https://github.com/lanej/zendesk2/tree/v1.5.15) (2015-06-05)
52
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.14...v1.5.15)
53
+
54
+ ## [v1.5.14](https://github.com/lanej/zendesk2/tree/v1.5.14) (2015-06-04)
55
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.13...v1.5.14)
56
+
57
+ ## [v1.5.13](https://github.com/lanej/zendesk2/tree/v1.5.13) (2015-06-04)
58
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.12...v1.5.13)
59
+
60
+ ## [v1.5.12](https://github.com/lanej/zendesk2/tree/v1.5.12) (2015-06-03)
61
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.11...v1.5.12)
62
+
63
+ ## [v1.5.11](https://github.com/lanej/zendesk2/tree/v1.5.11) (2015-06-03)
64
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.10...v1.5.11)
65
+
66
+ ## [v1.5.10](https://github.com/lanej/zendesk2/tree/v1.5.10) (2015-06-03)
67
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.9...v1.5.10)
68
+
69
+ ## [v1.5.9](https://github.com/lanej/zendesk2/tree/v1.5.9) (2015-06-02)
70
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.8...v1.5.9)
71
+
72
+ ## [v1.5.8](https://github.com/lanej/zendesk2/tree/v1.5.8) (2015-05-27)
73
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.7...v1.5.8)
74
+
75
+ ## [v1.5.7](https://github.com/lanej/zendesk2/tree/v1.5.7) (2015-05-27)
76
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.6...v1.5.7)
77
+
78
+ ## [v1.5.6](https://github.com/lanej/zendesk2/tree/v1.5.6) (2015-05-26)
79
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.5...v1.5.6)
80
+
81
+ ## [v1.5.5](https://github.com/lanej/zendesk2/tree/v1.5.5) (2015-05-26)
82
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.4...v1.5.5)
83
+
84
+ ## [v1.5.4](https://github.com/lanej/zendesk2/tree/v1.5.4) (2015-05-22)
85
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.3...v1.5.4)
86
+
87
+ ## [v1.5.3](https://github.com/lanej/zendesk2/tree/v1.5.3) (2015-05-18)
88
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.2...v1.5.3)
89
+
90
+ ## [v1.5.2](https://github.com/lanej/zendesk2/tree/v1.5.2) (2015-05-18)
91
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.1...v1.5.2)
92
+
93
+ ## [v1.5.1](https://github.com/lanej/zendesk2/tree/v1.5.1) (2015-05-15)
94
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.5.0...v1.5.1)
95
+
96
+ ## [v1.5.0](https://github.com/lanej/zendesk2/tree/v1.5.0) (2015-03-05)
97
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.4.2...v1.5.0)
98
+
99
+ ## [v1.4.2](https://github.com/lanej/zendesk2/tree/v1.4.2) (2015-02-04)
100
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.4.1...v1.4.2)
101
+
102
+ ## [v1.4.1](https://github.com/lanej/zendesk2/tree/v1.4.1) (2015-02-03)
103
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.4.0...v1.4.1)
104
+
105
+ ## [v1.4.0](https://github.com/lanej/zendesk2/tree/v1.4.0) (2015-02-03)
106
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.3.3...v1.4.0)
107
+
108
+ ## [v1.3.3](https://github.com/lanej/zendesk2/tree/v1.3.3) (2014-11-08)
109
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.3.2...v1.3.3)
110
+
111
+ **Merged pull requests:**
112
+
113
+ - set org id correctly when creating a ticket [\#33](https://github.com/lanej/zendesk2/pull/33) ([michelleN](https://github.com/michelleN))
114
+
115
+ ## [v1.3.2](https://github.com/lanej/zendesk2/tree/v1.3.2) (2014-11-06)
116
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.3.1...v1.3.2)
117
+
118
+ ## [v1.3.1](https://github.com/lanej/zendesk2/tree/v1.3.1) (2014-11-05)
119
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.3.0...v1.3.1)
120
+
121
+ ## [v1.3.0](https://github.com/lanej/zendesk2/tree/v1.3.0) (2014-10-29)
122
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.10...v1.3.0)
123
+
124
+ ## [v1.2.10](https://github.com/lanej/zendesk2/tree/v1.2.10) (2014-10-25)
125
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.9...v1.2.10)
126
+
127
+ ## [v1.2.9](https://github.com/lanej/zendesk2/tree/v1.2.9) (2014-10-23)
128
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.8...v1.2.9)
129
+
130
+ ## [v1.2.8](https://github.com/lanej/zendesk2/tree/v1.2.8) (2014-10-22)
131
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.7...v1.2.8)
132
+
133
+ **Closed issues:**
134
+
135
+ - mock allows for duplicate identities to be created [\#30](https://github.com/lanej/zendesk2/issues/30)
136
+
137
+ ## [v1.2.7](https://github.com/lanej/zendesk2/tree/v1.2.7) (2014-10-15)
138
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.6...v1.2.7)
139
+
140
+ ## [v1.2.6](https://github.com/lanej/zendesk2/tree/v1.2.6) (2014-10-14)
141
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.5...v1.2.6)
142
+
143
+ **Merged pull requests:**
144
+
145
+ - handle nil home directory error [\#32](https://github.com/lanej/zendesk2/pull/32) ([thommahoney](https://github.com/thommahoney))
146
+
147
+ ## [v1.2.5](https://github.com/lanej/zendesk2/tree/v1.2.5) (2014-10-08)
148
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.4...v1.2.5)
149
+
150
+ ## [v1.2.4](https://github.com/lanej/zendesk2/tree/v1.2.4) (2014-09-26)
151
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.3...v1.2.4)
152
+
153
+ ## [v1.2.3](https://github.com/lanej/zendesk2/tree/v1.2.3) (2014-09-25)
154
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.2...v1.2.3)
155
+
156
+ ## [v1.2.2](https://github.com/lanej/zendesk2/tree/v1.2.2) (2014-09-25)
157
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.1...v1.2.2)
158
+
159
+ **Merged pull requests:**
160
+
161
+ - improve user searching [\#31](https://github.com/lanej/zendesk2/pull/31) ([michelleN](https://github.com/michelleN))
162
+
163
+ ## [v1.2.1](https://github.com/lanej/zendesk2/tree/v1.2.1) (2014-09-23)
164
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.2.0...v1.2.1)
165
+
166
+ ## [v1.2.0](https://github.com/lanej/zendesk2/tree/v1.2.0) (2014-09-15)
167
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.1.3...v1.2.0)
168
+
169
+ ## [v1.1.3](https://github.com/lanej/zendesk2/tree/v1.1.3) (2014-09-02)
170
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.1.2...v1.1.3)
171
+
172
+ ## [v1.1.2](https://github.com/lanej/zendesk2/tree/v1.1.2) (2014-09-02)
173
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.1.1...v1.1.2)
174
+
175
+ ## [v1.1.1](https://github.com/lanej/zendesk2/tree/v1.1.1) (2014-09-02)
176
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.1.0...v1.1.1)
177
+
178
+ ## [v1.1.0](https://github.com/lanej/zendesk2/tree/v1.1.0) (2014-08-29)
179
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v1.0.0...v1.1.0)
180
+
181
+ **Fixed bugs:**
182
+
183
+ - client.users.search isn't as flexible as required [\#29](https://github.com/lanej/zendesk2/issues/29)
184
+
185
+ ## [v1.0.0](https://github.com/lanej/zendesk2/tree/v1.0.0) (2014-08-26)
186
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.5.4...v1.0.0)
187
+
188
+ ## [v0.5.4](https://github.com/lanej/zendesk2/tree/v0.5.4) (2014-08-26)
189
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.5.3...v0.5.4)
190
+
191
+ **Merged pull requests:**
192
+
193
+ - Zendesk2::Client::Real created incorrectly with mock.zendesk.com instead of using defined subdomain in ~/.zendesk2 [\#28](https://github.com/lanej/zendesk2/pull/28) ([jasonwbarnett](https://github.com/jasonwbarnett))
194
+ - corrected URI reference so it uses the standard lib [\#27](https://github.com/lanej/zendesk2/pull/27) ([jasonwbarnett](https://github.com/jasonwbarnett))
195
+
196
+ ## [v0.5.3](https://github.com/lanej/zendesk2/tree/v0.5.3) (2014-08-19)
197
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.5.2...v0.5.3)
198
+
199
+ ## [v0.5.2](https://github.com/lanej/zendesk2/tree/v0.5.2) (2014-08-15)
200
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.5.1...v0.5.2)
201
+
202
+ ## [v0.5.1](https://github.com/lanej/zendesk2/tree/v0.5.1) (2014-05-13)
203
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.5.0...v0.5.1)
204
+
205
+ ## [v0.5.0](https://github.com/lanej/zendesk2/tree/v0.5.0) (2014-05-07)
206
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.4.5...v0.5.0)
207
+
208
+ ## [v0.4.5](https://github.com/lanej/zendesk2/tree/v0.4.5) (2014-03-06)
209
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.4.4...v0.4.5)
210
+
211
+ ## [v0.4.4](https://github.com/lanej/zendesk2/tree/v0.4.4) (2014-03-05)
212
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.4.3...v0.4.4)
213
+
214
+ **Closed issues:**
215
+
216
+ - next\_page still broken [\#16](https://github.com/lanej/zendesk2/issues/16)
217
+
218
+ ## [v0.4.3](https://github.com/lanej/zendesk2/tree/v0.4.3) (2014-02-28)
219
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.4.2...v0.4.3)
220
+
221
+ ## [v0.4.2](https://github.com/lanej/zendesk2/tree/v0.4.2) (2014-02-27)
222
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.4.1...v0.4.2)
223
+
224
+ ## [v0.4.1](https://github.com/lanej/zendesk2/tree/v0.4.1) (2014-02-27)
225
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.4.0...v0.4.1)
226
+
227
+ ## [v0.4.0](https://github.com/lanej/zendesk2/tree/v0.4.0) (2014-02-27)
228
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.3.2...v0.4.0)
229
+
230
+ ## [v0.3.2](https://github.com/lanej/zendesk2/tree/v0.3.2) (2013-11-26)
231
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.3.1...v0.3.2)
232
+
233
+ **Closed issues:**
234
+
235
+ - License missing from gemspec [\#26](https://github.com/lanej/zendesk2/issues/26)
236
+
237
+ ## [v0.3.1](https://github.com/lanej/zendesk2/tree/v0.3.1) (2013-11-19)
238
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.3.0...v0.3.1)
239
+
240
+ **Implemented enhancements:**
241
+
242
+ - Feature Request: Support the ticket\_metrics endpoint [\#14](https://github.com/lanej/zendesk2/issues/14)
243
+
244
+ **Merged pull requests:**
245
+
246
+ - Grab comments with the ticket comments endpoint, rather than through audits [\#25](https://github.com/lanej/zendesk2/pull/25) ([omgitsads](https://github.com/omgitsads))
247
+ - Add ticket metrics [\#24](https://github.com/lanej/zendesk2/pull/24) ([omgitsads](https://github.com/omgitsads))
248
+
249
+ ## [v0.3.0](https://github.com/lanej/zendesk2/tree/v0.3.0) (2013-07-29)
250
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.2.7...v0.3.0)
251
+
252
+ ## [v0.2.7](https://github.com/lanej/zendesk2/tree/v0.2.7) (2013-06-24)
253
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.2.6...v0.2.7)
254
+
255
+ **Merged pull requests:**
256
+
257
+ - Add update\_request request [\#23](https://github.com/lanej/zendesk2/pull/23) ([mutle](https://github.com/mutle))
258
+
259
+ ## [v0.2.6](https://github.com/lanej/zendesk2/tree/v0.2.6) (2013-05-24)
260
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.2.5...v0.2.6)
261
+
262
+ **Merged pull requests:**
263
+
264
+ - Create users in create\_ticket mock [\#22](https://github.com/lanej/zendesk2/pull/22) ([mutle](https://github.com/mutle))
265
+
266
+ ## [v0.2.5](https://github.com/lanej/zendesk2/tree/v0.2.5) (2013-05-10)
267
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.2.4...v0.2.5)
268
+
269
+ **Merged pull requests:**
270
+
271
+ - Implementation of user.jwt\_login\_url, the currently recommended way to SSO into zendesk [\#21](https://github.com/lanej/zendesk2/pull/21) ([jacobo](https://github.com/jacobo))
272
+
273
+ ## [v0.2.4](https://github.com/lanej/zendesk2/tree/v0.2.4) (2013-05-10)
274
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.2.2...v0.2.4)
275
+
276
+ **Merged pull requests:**
277
+
278
+ - Implement organizations.find\_by\_external\_id [\#19](https://github.com/lanej/zendesk2/pull/19) ([jacobo](https://github.com/jacobo))
279
+
280
+ ## [v0.2.2](https://github.com/lanej/zendesk2/tree/v0.2.2) (2013-04-20)
281
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.2.1...v0.2.2)
282
+
283
+ ## [v0.2.1](https://github.com/lanej/zendesk2/tree/v0.2.1) (2013-02-22)
284
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.2.0...v0.2.1)
285
+
286
+ **Merged pull requests:**
287
+
288
+ - Change Organization\#external\_id from integer to string. [\#17](https://github.com/lanej/zendesk2/pull/17) ([nmeans](https://github.com/nmeans))
289
+
290
+ ## [v0.2.0](https://github.com/lanej/zendesk2/tree/v0.2.0) (2013-01-26)
291
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.1.3...v0.2.0)
292
+
293
+ **Fixed bugs:**
294
+
295
+ - "next\_page" on collection doesn't seem to work [\#12](https://github.com/lanej/zendesk2/issues/12)
296
+
297
+ **Closed issues:**
298
+
299
+ - Empty attributes: organization.tickets and user.tickets [\#13](https://github.com/lanej/zendesk2/issues/13)
300
+
301
+ ## [v0.1.3](https://github.com/lanej/zendesk2/tree/v0.1.3) (2013-01-17)
302
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.1.2...v0.1.3)
303
+
304
+ **Merged pull requests:**
305
+
306
+ - Add support for token-based login to Client [\#11](https://github.com/lanej/zendesk2/pull/11) ([nmeans](https://github.com/nmeans))
307
+
308
+ ## [v0.1.2](https://github.com/lanej/zendesk2/tree/v0.1.2) (2012-12-29)
309
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.1.1...v0.1.2)
310
+
311
+ ## [v0.1.1](https://github.com/lanej/zendesk2/tree/v0.1.1) (2012-12-28)
312
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.1.0...v0.1.1)
313
+
314
+ **Implemented enhancements:**
315
+
316
+ - Support user identities [\#4](https://github.com/lanej/zendesk2/issues/4)
317
+
318
+ **Merged pull requests:**
319
+
320
+ - Add tags to the list of saved params [\#8](https://github.com/lanej/zendesk2/pull/8) ([omgitsads](https://github.com/omgitsads))
321
+
322
+ ## [v0.1.0](https://github.com/lanej/zendesk2/tree/v0.1.0) (2012-12-25)
323
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.23...v0.1.0)
324
+
325
+ ## [v0.0.23](https://github.com/lanej/zendesk2/tree/v0.0.23) (2012-12-18)
326
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.22...v0.0.23)
327
+
328
+ **Merged pull requests:**
329
+
330
+ - Ticket comments [\#6](https://github.com/lanej/zendesk2/pull/6) ([mutle](https://github.com/mutle))
331
+ - Fix blank? [\#5](https://github.com/lanej/zendesk2/pull/5) ([ryansouza](https://github.com/ryansouza))
332
+
333
+ ## [v0.0.22](https://github.com/lanej/zendesk2/tree/v0.0.22) (2012-11-30)
334
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.21...v0.0.22)
335
+
336
+ ## [v0.0.21](https://github.com/lanej/zendesk2/tree/v0.0.21) (2012-11-28)
337
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.20...v0.0.21)
338
+
339
+ ## [v0.0.20](https://github.com/lanej/zendesk2/tree/v0.0.20) (2012-11-28)
340
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.19...v0.0.20)
341
+
342
+ ## [v0.0.19](https://github.com/lanej/zendesk2/tree/v0.0.19) (2012-09-20)
343
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.18...v0.0.19)
344
+
345
+ ## [v0.0.18](https://github.com/lanej/zendesk2/tree/v0.0.18) (2012-09-09)
346
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.17...v0.0.18)
347
+
348
+ **Fixed bugs:**
349
+
350
+ - model organization\#name conflicts [\#3](https://github.com/lanej/zendesk2/issues/3)
351
+
352
+ ## [v0.0.17](https://github.com/lanej/zendesk2/tree/v0.0.17) (2012-09-09)
353
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.16...v0.0.17)
354
+
355
+ ## [v0.0.16](https://github.com/lanej/zendesk2/tree/v0.0.16) (2012-09-08)
356
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.15...v0.0.16)
357
+
358
+ ## [v0.0.15](https://github.com/lanej/zendesk2/tree/v0.0.15) (2012-07-31)
359
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.14...v0.0.15)
360
+
361
+ ## [v0.0.14](https://github.com/lanej/zendesk2/tree/v0.0.14) (2012-07-22)
362
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.13...v0.0.14)
363
+
364
+ **Implemented enhancements:**
365
+
366
+ - implement Ticket\#organization [\#2](https://github.com/lanej/zendesk2/issues/2)
367
+
368
+ ## [v0.0.13](https://github.com/lanej/zendesk2/tree/v0.0.13) (2012-07-12)
369
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.12...v0.0.13)
370
+
371
+ ## [v0.0.12](https://github.com/lanej/zendesk2/tree/v0.0.12) (2012-07-12)
372
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.11...v0.0.12)
373
+
374
+ ## [v0.0.11](https://github.com/lanej/zendesk2/tree/v0.0.11) (2012-07-12)
375
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.10...v0.0.11)
376
+
377
+ ## [v0.0.10](https://github.com/lanej/zendesk2/tree/v0.0.10) (2012-07-10)
378
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.9...v0.0.10)
379
+
380
+ ## [v0.0.9](https://github.com/lanej/zendesk2/tree/v0.0.9) (2012-07-09)
381
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.8...v0.0.9)
382
+
383
+ ## [v0.0.8](https://github.com/lanej/zendesk2/tree/v0.0.8) (2012-07-09)
384
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.7...v0.0.8)
385
+
386
+ ## [v0.0.7](https://github.com/lanej/zendesk2/tree/v0.0.7) (2012-07-09)
387
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.6...v0.0.7)
388
+
389
+ ## [v0.0.6](https://github.com/lanej/zendesk2/tree/v0.0.6) (2012-07-09)
390
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.5...v0.0.6)
391
+
392
+ ## [v0.0.5](https://github.com/lanej/zendesk2/tree/v0.0.5) (2012-07-08)
393
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.4...v0.0.5)
394
+
395
+ ## [v0.0.4](https://github.com/lanej/zendesk2/tree/v0.0.4) (2012-06-19)
396
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.3...v0.0.4)
397
+
398
+ ## [v0.0.3](https://github.com/lanej/zendesk2/tree/v0.0.3) (2012-06-18)
399
+ [Full Changelog](https://github.com/lanej/zendesk2/compare/v0.0.2...v0.0.3)
400
+
401
+ ## [v0.0.2](https://github.com/lanej/zendesk2/tree/v0.0.2) (2012-06-18)
402
+ **Implemented enhancements:**
403
+
404
+ - implement user paging [\#1](https://github.com/lanej/zendesk2/issues/1)
405
+
406
+
407
+
408
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require "bundler/gem_tasks"
3
3
  require 'rspec/core/rake_task'
4
4
 
5
5
  RSpec::Core::RakeTask.new(:spec) do |spec|
6
- spec.rspec_opts = "-cfd"
6
+ spec.rspec_opts = "-cfp"
7
7
  end
8
8
 
9
9
  task :default => :spec
@@ -1,6 +1,10 @@
1
1
  class Zendesk2::Client::GetHelpCenterSectionsArticles < Zendesk2::Client::Request
2
2
  request_path { |r|
3
- "/help_center/sections/#{r.section_id}/articles.json"
3
+ if locale = r.params["locale"]
4
+ "/help_center/#{locale}/sections/#{r.section_id}/articles.json"
5
+ else
6
+ "/help_center/sections/#{r.section_id}/articles.json"
7
+ end
4
8
  }
5
9
 
6
10
  page_params!
@@ -1,3 +1,3 @@
1
1
  module Zendesk2
2
- VERSION = "1.7.4"
2
+ VERSION = "1.7.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zendesk2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4
4
+ version: 1.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Lane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-10 00:00:00.000000000 Z
11
+ date: 2016-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cistern
@@ -75,6 +75,7 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - ".gitignore"
77
77
  - ".travis.yml"
78
+ - CHANGELOG.md
78
79
  - Gemfile
79
80
  - Guardfile
80
81
  - LICENSE.txt
@@ -289,7 +290,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
289
290
  version: '0'
290
291
  requirements: []
291
292
  rubyforge_project:
292
- rubygems_version: 2.4.5.1
293
+ rubygems_version: 2.5.2
293
294
  signing_key:
294
295
  specification_version: 4
295
296
  summary: Zendesk V2 API client