quaderno 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +7 -7
  3. data/VERSION +1 -1
  4. data/build_install.sh +1 -1
  5. data/changelog.md +4 -0
  6. data/lib/quaderno-ruby/base.rb +21 -17
  7. data/lib/quaderno-ruby/behavior/crud.rb +5 -5
  8. data/lib/quaderno-ruby/behavior/deliver.rb +1 -1
  9. data/lib/quaderno-ruby/behavior/payment.rb +2 -2
  10. data/quaderno.gemspec +3 -3
  11. data/test/fixtures/.DS_Store +0 -0
  12. data/test/fixtures/quaderno_cassettes/all_contacts.yml +15 -27
  13. data/test/fixtures/quaderno_cassettes/all_estimates.yml +19 -12
  14. data/test/fixtures/quaderno_cassettes/all_expenses.yml +17 -13
  15. data/test/fixtures/quaderno_cassettes/all_invoices.yml +18 -91
  16. data/test/fixtures/quaderno_cassettes/all_items.yml +10 -10
  17. data/test/fixtures/quaderno_cassettes/all_webhooks.yml +45 -45
  18. data/test/fixtures/quaderno_cassettes/deleted_contact.yml +49 -72
  19. data/test/fixtures/quaderno_cassettes/deleted_estimate.yml +54 -62
  20. data/test/fixtures/quaderno_cassettes/deleted_expense.yml +52 -63
  21. data/test/fixtures/quaderno_cassettes/deleted_invoice.yml +53 -140
  22. data/test/fixtures/quaderno_cassettes/deleted_item.yml +28 -28
  23. data/test/fixtures/quaderno_cassettes/deleted_webhook.yml +54 -54
  24. data/test/fixtures/quaderno_cassettes/delivered_estimate.yml +33 -26
  25. data/test/fixtures/quaderno_cassettes/delivered_invoice.yml +38 -113
  26. data/test/fixtures/quaderno_cassettes/found_contact.yml +26 -36
  27. data/test/fixtures/quaderno_cassettes/found_estimate.yml +34 -24
  28. data/test/fixtures/quaderno_cassettes/found_expense.yml +30 -26
  29. data/test/fixtures/quaderno_cassettes/found_invoice.yml +31 -110
  30. data/test/fixtures/quaderno_cassettes/found_item.yml +20 -19
  31. data/test/fixtures/quaderno_cassettes/found_webhook.yml +27 -27
  32. data/test/fixtures/quaderno_cassettes/new_contact.yml +10 -10
  33. data/test/fixtures/quaderno_cassettes/new_estimate.yml +35 -50
  34. data/test/fixtures/quaderno_cassettes/new_expense.yml +52 -63
  35. data/test/fixtures/quaderno_cassettes/new_invoice.yml +35 -49
  36. data/test/fixtures/quaderno_cassettes/new_item.yml +10 -10
  37. data/test/fixtures/quaderno_cassettes/new_webhook.yml +18 -18
  38. data/test/fixtures/quaderno_cassettes/paid_expense.yml +27 -23
  39. data/test/fixtures/quaderno_cassettes/paid_invoice.yml +28 -101
  40. data/test/fixtures/quaderno_cassettes/rate_limit.yml +7 -7
  41. data/test/fixtures/quaderno_cassettes/unpay_an_expense.yml +36 -32
  42. data/test/fixtures/quaderno_cassettes/unpay_an_invoice.yml +37 -110
  43. data/test/fixtures/quaderno_cassettes/updated_contact.yml +27 -37
  44. data/test/fixtures/quaderno_cassettes/updated_estimate.yml +46 -62
  45. data/test/fixtures/quaderno_cassettes/updated_expense.yml +45 -61
  46. data/test/fixtures/quaderno_cassettes/updated_invoice.yml +46 -61
  47. data/test/fixtures/quaderno_cassettes/updated_item.yml +20 -20
  48. data/test/fixtures/quaderno_cassettes/updated_webhook.yml +37 -37
  49. data/test/unit/test_quaderno_contacts.rb +2 -2
  50. data/test/unit/test_quaderno_estimates.rb +2 -2
  51. data/test/unit/test_quaderno_expenses.rb +2 -2
  52. data/test/unit/test_quaderno_invoices.rb +2 -2
  53. data/test/unit/test_quaderno_items.rb +2 -2
  54. data/test/unit/test_quaderno_webhooks.rb +2 -2
  55. metadata +2 -2
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://kAppsMggGcw8psUwdZBV@sandbox-quadernoapp.com/ninive-688/api/v1/items.json
5
+ uri: http://RsNaLsNr1KZcdrQRKKKk@uruk-1066.sandbox-quadernoapp.com/api/v1/items.json
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  authorization:
11
- - Basic a0FwcHNNZ2dHY3c4cHNVd2RaQlY6
11
+ - Basic UnNOYUxzTnIxS1pjZHJRUktLS2s6
12
12
  response:
13
13
  status:
14
14
  code: 200
@@ -17,7 +17,7 @@ http_interactions:
17
17
  server:
18
18
  - nginx/1.4.5
19
19
  date:
20
- - Fri, 13 Jun 2014 12:46:17 GMT
20
+ - Tue, 01 Jul 2014 09:08:06 GMT
21
21
  content-type:
22
22
  - application/json; charset=utf-8
23
23
  transfer-encoding:
@@ -29,34 +29,34 @@ http_interactions:
29
29
  x-ratelimit-limit:
30
30
  - '2000'
31
31
  x-ratelimit-remaining:
32
- - '1396'
32
+ - '1925'
33
33
  x-ua-compatible:
34
34
  - IE=Edge,chrome=1
35
35
  etag:
36
- - ! '"92861c01f089737feb118f784953b52a"'
36
+ - ! '"484111898eb77f3321009a9c45671d7c"'
37
37
  cache-control:
38
38
  - must-revalidate, private, max-age=0
39
39
  x-request-id:
40
- - 6a8a55c37a13063d42b5e043aecf5a48
40
+ - 0defb6ddb2c5f57a1058470105b477bc
41
41
  x-runtime:
42
- - '0.116180'
42
+ - '0.075011'
43
43
  x-rack-cache:
44
44
  - miss
45
45
  body:
46
46
  encoding: US-ASCII
47
- string: ! '[{"id":51,"code":"0001-x","name":"Nothing else matters","unit_cost":"20.0","stock":"23.0","url":"http://ninive-688.sandbox-quadernoapp.com/api/v1/items/51"},{"id":47,"code":"007","name":"Test
48
- Item","unit_cost":"20.0","stock":null,"url":"http://ninive-688.sandbox-quadernoapp.com/api/v1/items/47"}]'
47
+ string: ! '[{"id":23943,"code":"008","name":"Pizza the Hutt","unit_cost":"0.0","stock":null,"url":"http://uruk-1066.sandbox-quadernoapp.com/api/v1/items/23943"},{"id":23942,"code":"007","name":"Techtoys
48
+ MechaGodzilla 13cm fully posable","unit_cost":"0.0","stock":null,"url":"http://uruk-1066.sandbox-quadernoapp.com/api/v1/items/23942"}]'
49
49
  http_version: '1.1'
50
- recorded_at: Fri, 13 Jun 2014 12:46:17 GMT
50
+ recorded_at: Tue, 01 Jul 2014 09:08:06 GMT
51
51
  - request:
52
52
  method: put
53
- uri: http://kAppsMggGcw8psUwdZBV@sandbox-quadernoapp.com/ninive-688/api/v1/items/47.json
53
+ uri: http://RsNaLsNr1KZcdrQRKKKk@uruk-1066.sandbox-quadernoapp.com/api/v1/items/23942.json
54
54
  body:
55
55
  encoding: US-ASCII
56
56
  string: name=Test_OCP
57
57
  headers:
58
58
  authorization:
59
- - Basic a0FwcHNNZ2dHY3c4cHNVd2RaQlY6
59
+ - Basic UnNOYUxzTnIxS1pjZHJRUktLS2s6
60
60
  response:
61
61
  status:
62
62
  code: 200
@@ -65,7 +65,7 @@ http_interactions:
65
65
  server:
66
66
  - nginx/1.4.5
67
67
  date:
68
- - Fri, 13 Jun 2014 12:46:18 GMT
68
+ - Tue, 01 Jul 2014 09:08:06 GMT
69
69
  content-type:
70
70
  - application/json; charset=utf-8
71
71
  transfer-encoding:
@@ -77,25 +77,25 @@ http_interactions:
77
77
  x-ratelimit-limit:
78
78
  - '2000'
79
79
  x-ratelimit-remaining:
80
- - '1395'
80
+ - '1924'
81
81
  x-ua-compatible:
82
82
  - IE=Edge,chrome=1
83
83
  etag:
84
- - ! '"0276048d2b1e288aa3621555dd6e0a75"'
84
+ - ! '"8ef40fdfd4e20fc4d34861150f0d0513"'
85
85
  cache-control:
86
86
  - max-age=0, private, must-revalidate
87
87
  set-cookie:
88
- - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTY2ODJhNzk5MGM3ZWQ4YWY4MzI0NDA1MDIzNTgxMDAxBjsAVA%3D%3D--c1bbd620064a02b4c3d62f60f3ff9b6443b6e1e9;
88
+ - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTI2OGM0MzEyNzVlZjFmNDc4Njk2YTU2OGY3MjU1MzQ4BjsAVA%3D%3D--79aec1bb0e6af290718cd20fd7a2ca127768ea7a;
89
89
  domain=sandbox-quadernoapp.com; path=/; HttpOnly
90
90
  x-request-id:
91
- - 1a130b4fbdec31b562302f34d71b8235
91
+ - 3b39de1bc54431d30243c5c313d6fdae
92
92
  x-runtime:
93
- - '0.135251'
93
+ - '0.092128'
94
94
  x-rack-cache:
95
95
  - invalidate, pass
96
96
  body:
97
97
  encoding: US-ASCII
98
- string: ! '{"id":47,"code":"007","name":"Test_OCP","unit_cost":"20.0","stock":null,"url":"http://ninive-688.sandbox-quadernoapp.com/api/v1/items/47"}'
98
+ string: ! '{"id":23942,"code":"007","name":"Test_OCP","unit_cost":"0.0","stock":null,"url":"http://uruk-1066.sandbox-quadernoapp.com/api/v1/items/23942"}'
99
99
  http_version: '1.1'
100
- recorded_at: Fri, 13 Jun 2014 12:46:18 GMT
100
+ recorded_at: Tue, 01 Jul 2014 09:08:06 GMT
101
101
  recorded_with: VCR 2.9.2
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: post
5
- uri: http://kAppsMggGcw8psUwdZBV@sandbox-quadernoapp.com/ninive-688/api/v1/webhooks.json
5
+ uri: http://RsNaLsNr1KZcdrQRKKKk@uruk-1066.sandbox-quadernoapp.com/api/v1/webhooks.json
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: url=http%3A%2F%2Fquadernoapp.com&events_types[]=invoice.created&events_types[]=expense.updated
9
9
  headers:
10
10
  authorization:
11
- - Basic a0FwcHNNZ2dHY3c4cHNVd2RaQlY6
11
+ - Basic UnNOYUxzTnIxS1pjZHJRUktLS2s6
12
12
  response:
13
13
  status:
14
14
  code: 201
@@ -17,7 +17,7 @@ http_interactions:
17
17
  server:
18
18
  - nginx/1.4.5
19
19
  date:
20
- - Fri, 13 Jun 2014 12:34:32 GMT
20
+ - Tue, 01 Jul 2014 09:08:33 GMT
21
21
  content-type:
22
22
  - application/json; charset=utf-8
23
23
  transfer-encoding:
@@ -29,36 +29,36 @@ http_interactions:
29
29
  x-ratelimit-limit:
30
30
  - '2000'
31
31
  x-ratelimit-remaining:
32
- - '1487'
32
+ - '1907'
33
33
  x-ua-compatible:
34
34
  - IE=Edge,chrome=1
35
35
  etag:
36
- - ! '"7a435a86b4f498767f8f172a316fa246"'
36
+ - ! '"f3d8f007c39ad672e784cdea8584bd94"'
37
37
  cache-control:
38
38
  - max-age=0, private, must-revalidate
39
39
  set-cookie:
40
- - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTcyZjFjZGE0ZjhhMzBkY2Q1OWJkNTkwNTUzOTNiMWU2BjsAVA%3D%3D--cfbefb38862a4ed1b11dbff1432cd0ed5e765308;
40
+ - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJWI0ZGY3OWE5NDNmMDgxNDZiNjQ4ZTJkZDVlOGEwMDYwBjsAVA%3D%3D--be4ef828c4fb2655ed7e9a665eb15f0b2d01fe39;
41
41
  domain=sandbox-quadernoapp.com; path=/; HttpOnly
42
42
  x-request-id:
43
- - 55e9c6498572ff5ab59cc74778df220f
43
+ - 022c00594e6acdb460d8da0c9d8bdff6
44
44
  x-runtime:
45
- - '0.474994'
45
+ - '0.358608'
46
46
  x-rack-cache:
47
47
  - invalidate, pass
48
48
  body:
49
49
  encoding: US-ASCII
50
- string: ! '{"id":33,"url":"http://quadernoapp.com","auth_key":"0Up41agYU93UG3F-HMs2_w","events_types":["invoice.created","expense.updated"],"last_sent_at":null,"last_error":null,"events_sent":0,"created_at":"2014-06-13T12:34:32Z","updated_at":"2014-06-13T12:34:32Z"}'
50
+ string: ! '{"id":91,"url":"http://quadernoapp.com","auth_key":"AWV8Up3JdTkx-52ACYRyrw","events_types":["invoice.created","expense.updated"],"last_sent_at":null,"last_error":null,"events_sent":0,"created_at":"2014-07-01T09:08:33Z","updated_at":"2014-07-01T09:08:33Z"}'
51
51
  http_version: '1.1'
52
- recorded_at: Fri, 13 Jun 2014 12:34:32 GMT
52
+ recorded_at: Tue, 01 Jul 2014 09:08:33 GMT
53
53
  - request:
54
54
  method: get
55
- uri: http://kAppsMggGcw8psUwdZBV@sandbox-quadernoapp.com/ninive-688/api/v1/webhooks.json
55
+ uri: http://RsNaLsNr1KZcdrQRKKKk@uruk-1066.sandbox-quadernoapp.com/api/v1/webhooks.json
56
56
  body:
57
57
  encoding: US-ASCII
58
58
  string: ''
59
59
  headers:
60
60
  authorization:
61
- - Basic a0FwcHNNZ2dHY3c4cHNVd2RaQlY6
61
+ - Basic UnNOYUxzTnIxS1pjZHJRUktLS2s6
62
62
  response:
63
63
  status:
64
64
  code: 200
@@ -67,7 +67,7 @@ http_interactions:
67
67
  server:
68
68
  - nginx/1.4.5
69
69
  date:
70
- - Fri, 13 Jun 2014 12:34:33 GMT
70
+ - Tue, 01 Jul 2014 09:08:33 GMT
71
71
  content-type:
72
72
  - application/json; charset=utf-8
73
73
  transfer-encoding:
@@ -79,33 +79,33 @@ http_interactions:
79
79
  x-ratelimit-limit:
80
80
  - '2000'
81
81
  x-ratelimit-remaining:
82
- - '1486'
82
+ - '1906'
83
83
  x-ua-compatible:
84
84
  - IE=Edge,chrome=1
85
85
  etag:
86
- - ! '"5afbefd9361340e2c470cca3e20cc6df"'
86
+ - ! '"43049229b201f4b31cac93f5fee83af9"'
87
87
  cache-control:
88
88
  - must-revalidate, private, max-age=0
89
89
  x-request-id:
90
- - 4c068a31bb9927c0d12f82f773a6f69a
90
+ - cced170845eb2b972424e97649cc815a
91
91
  x-runtime:
92
- - '0.038278'
92
+ - '0.042989'
93
93
  x-rack-cache:
94
94
  - miss
95
95
  body:
96
96
  encoding: US-ASCII
97
- string: ! '[{"id":6,"url":"http://quadernoapp.com","auth_key":"ebL7LVbbJBVOwMSZCQz75A","events_types":["invoice.created","expense.updated"],"last_sent_at":"2014-06-13T12:29:43Z","last_error":null,"events_sent":7,"created_at":"2014-06-13T12:09:20Z","updated_at":"2014-06-13T12:09:20Z"},{"id":12,"url":"http://quadernoapp.com","auth_key":"CyZRqDK-ypNmYYeL0l1B0Q","events_types":["invoice.created","invoice.updated","contact.deleted"],"last_sent_at":"2014-06-13T12:33:03Z","last_error":null,"events_sent":16,"created_at":"2014-06-13T12:09:32Z","updated_at":"2014-06-13T12:09:34Z"},{"id":33,"url":"http://quadernoapp.com","auth_key":"0Up41agYU93UG3F-HMs2_w","events_types":["invoice.created","expense.updated"],"last_sent_at":null,"last_error":null,"events_sent":0,"created_at":"2014-06-13T12:34:32Z","updated_at":"2014-06-13T12:34:32Z"}]'
97
+ string: ! '[{"id":91,"url":"http://quadernoapp.com","auth_key":"AWV8Up3JdTkx-52ACYRyrw","events_types":["invoice.created","expense.updated"],"last_sent_at":null,"last_error":null,"events_sent":0,"created_at":"2014-07-01T09:08:33Z","updated_at":"2014-07-01T09:08:33Z"}]'
98
98
  http_version: '1.1'
99
- recorded_at: Fri, 13 Jun 2014 12:34:33 GMT
99
+ recorded_at: Tue, 01 Jul 2014 09:08:33 GMT
100
100
  - request:
101
101
  method: put
102
- uri: http://kAppsMggGcw8psUwdZBV@sandbox-quadernoapp.com/ninive-688/api/v1/webhooks/33.json
102
+ uri: http://RsNaLsNr1KZcdrQRKKKk@uruk-1066.sandbox-quadernoapp.com/api/v1/webhooks/91.json
103
103
  body:
104
104
  encoding: US-ASCII
105
105
  string: events_types[]=invoice.created&events_types[]=invoice.updated&events_types[]=contact.deleted
106
106
  headers:
107
107
  authorization:
108
- - Basic a0FwcHNNZ2dHY3c4cHNVd2RaQlY6
108
+ - Basic UnNOYUxzTnIxS1pjZHJRUktLS2s6
109
109
  response:
110
110
  status:
111
111
  code: 200
@@ -114,7 +114,7 @@ http_interactions:
114
114
  server:
115
115
  - nginx/1.4.5
116
116
  date:
117
- - Fri, 13 Jun 2014 12:34:34 GMT
117
+ - Tue, 01 Jul 2014 09:08:34 GMT
118
118
  content-type:
119
119
  - application/json; charset=utf-8
120
120
  transfer-encoding:
@@ -126,36 +126,36 @@ http_interactions:
126
126
  x-ratelimit-limit:
127
127
  - '2000'
128
128
  x-ratelimit-remaining:
129
- - '1485'
129
+ - '1905'
130
130
  x-ua-compatible:
131
131
  - IE=Edge,chrome=1
132
132
  etag:
133
- - ! '"f9a406dca130df54550e19e1aa6d7486"'
133
+ - ! '"c06bad713050a97afa7be0ece686567c"'
134
134
  cache-control:
135
135
  - max-age=0, private, must-revalidate
136
136
  set-cookie:
137
- - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJWY0ZDMzNWJlY2U4ZDVkOGVmN2IzMjA4ODBhNjUwZWJiBjsAVA%3D%3D--608805f55605e65d764f67688bd57f8027ab4ca4;
137
+ - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJWE4N2I2NDliYjEzY2M5MDU5ODMyYjhhOTU5NTVhNjg5BjsAVA%3D%3D--b4dec65624fe8c73247cd545b4d7a8c2d5a10943;
138
138
  domain=sandbox-quadernoapp.com; path=/; HttpOnly
139
139
  x-request-id:
140
- - f21d21b4eeb650a58b02c6e17ac41dfb
140
+ - 216482354f133d95989ca49f2675e0d8
141
141
  x-runtime:
142
- - '0.494142'
142
+ - '0.363208'
143
143
  x-rack-cache:
144
144
  - invalidate, pass
145
145
  body:
146
146
  encoding: US-ASCII
147
- string: ! '{"id":33,"url":"http://quadernoapp.com","auth_key":"0Up41agYU93UG3F-HMs2_w","events_types":["invoice.created","invoice.updated","contact.deleted"],"last_sent_at":null,"last_error":null,"events_sent":0,"created_at":"2014-06-13T12:34:32Z","updated_at":"2014-06-13T12:34:34Z"}'
147
+ string: ! '{"id":91,"url":"http://quadernoapp.com","auth_key":"AWV8Up3JdTkx-52ACYRyrw","events_types":["invoice.created","invoice.updated","contact.deleted"],"last_sent_at":null,"last_error":null,"events_sent":0,"created_at":"2014-07-01T09:08:33Z","updated_at":"2014-07-01T09:08:34Z"}'
148
148
  http_version: '1.1'
149
- recorded_at: Fri, 13 Jun 2014 12:34:34 GMT
149
+ recorded_at: Tue, 01 Jul 2014 09:08:34 GMT
150
150
  - request:
151
151
  method: delete
152
- uri: http://kAppsMggGcw8psUwdZBV@sandbox-quadernoapp.com/ninive-688/api/v1/webhooks/33.json
152
+ uri: http://RsNaLsNr1KZcdrQRKKKk@uruk-1066.sandbox-quadernoapp.com/api/v1/webhooks/91.json
153
153
  body:
154
154
  encoding: US-ASCII
155
155
  string: ''
156
156
  headers:
157
157
  authorization:
158
- - Basic a0FwcHNNZ2dHY3c4cHNVd2RaQlY6
158
+ - Basic UnNOYUxzTnIxS1pjZHJRUktLS2s6
159
159
  response:
160
160
  status:
161
161
  code: 204
@@ -164,7 +164,7 @@ http_interactions:
164
164
  server:
165
165
  - nginx/1.4.5
166
166
  date:
167
- - Fri, 13 Jun 2014 12:34:35 GMT
167
+ - Tue, 01 Jul 2014 09:08:35 GMT
168
168
  connection:
169
169
  - close
170
170
  status:
@@ -172,23 +172,23 @@ http_interactions:
172
172
  x-ratelimit-limit:
173
173
  - '2000'
174
174
  x-ratelimit-remaining:
175
- - '1484'
175
+ - '1904'
176
176
  x-ua-compatible:
177
177
  - IE=Edge,chrome=1
178
178
  cache-control:
179
179
  - no-cache
180
180
  set-cookie:
181
- - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTliMDA2YjFkMGNhNGY5NjlkNTk3YTk2NzhmZjgwZjcwBjsAVA%3D%3D--c92e7fd3ef33d6a53a01a4021fceffa368090ea8;
181
+ - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTBiN2FlMzIwMTc2MGNjMzkyZjI0NWVlNWEwMDhlZmZjBjsAVA%3D%3D--0230346b648db9d8759a0e2351508c36cd3bfe2d;
182
182
  domain=sandbox-quadernoapp.com; path=/; HttpOnly
183
183
  x-request-id:
184
- - b2522b56ccb9cb0914e2aab36715d47f
184
+ - 0175e40c2894f7d09b4140d444d258ca
185
185
  x-runtime:
186
- - '0.064576'
186
+ - '0.052273'
187
187
  x-rack-cache:
188
188
  - invalidate, pass
189
189
  body:
190
190
  encoding: US-ASCII
191
191
  string: ''
192
192
  http_version: '1.1'
193
- recorded_at: Fri, 13 Jun 2014 12:34:35 GMT
193
+ recorded_at: Tue, 01 Jul 2014 09:08:35 GMT
194
194
  recorded_with: VCR 2.9.2
@@ -5,8 +5,8 @@ class TestQuadernoContact < Test::Unit::TestCase
5
5
 
6
6
  setup do
7
7
  Quaderno::Base.configure do |config|
8
- config.auth_token = 'kAppsMggGcw8psUwdZBV'
9
- config.subdomain = 'ninive-688'
8
+ config.auth_token = 'RsNaLsNr1KZcdrQRKKKk'
9
+ config.subdomain = 'uruk-1066'
10
10
  config.environment = :sandbox
11
11
  end
12
12
  end
@@ -5,8 +5,8 @@ class TestQuadernoEstimate < Test::Unit::TestCase
5
5
 
6
6
  setup do
7
7
  Quaderno::Base.configure do |config|
8
- config.auth_token = 'kAppsMggGcw8psUwdZBV'
9
- config.subdomain = 'ninive-688'
8
+ config.auth_token = 'RsNaLsNr1KZcdrQRKKKk'
9
+ config.subdomain = 'uruk-1066'
10
10
  config.environment = :sandbox
11
11
  end
12
12
  end
@@ -5,8 +5,8 @@ class TestQuadernoExpense < Test::Unit::TestCase
5
5
 
6
6
  setup do
7
7
  Quaderno::Base.configure do |config|
8
- config.auth_token = 'kAppsMggGcw8psUwdZBV'
9
- config.subdomain = 'ninive-688'
8
+ config.auth_token = 'RsNaLsNr1KZcdrQRKKKk'
9
+ config.subdomain = 'uruk-1066'
10
10
  config.environment = :sandbox
11
11
  end
12
12
  end
@@ -5,8 +5,8 @@ class TestQuadernoInvoice < Test::Unit::TestCase
5
5
 
6
6
  setup do
7
7
  Quaderno::Base.configure do |config|
8
- config.auth_token = 'kAppsMggGcw8psUwdZBV'
9
- config.subdomain = 'ninive-688'
8
+ config.auth_token = 'RsNaLsNr1KZcdrQRKKKk'
9
+ config.subdomain = 'uruk-1066'
10
10
  config.environment = :sandbox
11
11
  end
12
12
  end
@@ -5,8 +5,8 @@ class TestQuadernoItem < Test::Unit::TestCase
5
5
 
6
6
  setup do
7
7
  Quaderno::Base.configure do |config|
8
- config.auth_token = 'kAppsMggGcw8psUwdZBV'
9
- config.subdomain = 'ninive-688'
8
+ config.auth_token = 'RsNaLsNr1KZcdrQRKKKk'
9
+ config.subdomain = 'uruk-1066'
10
10
  config.environment = :sandbox
11
11
  end
12
12
  end
@@ -5,8 +5,8 @@ class TestQuadernoWebhook < Test::Unit::TestCase
5
5
 
6
6
  setup do
7
7
  Quaderno::Base.configure do |config|
8
- config.auth_token = 'kAppsMggGcw8psUwdZBV'
9
- config.subdomain = 'ninive-688'
8
+ config.auth_token = 'RsNaLsNr1KZcdrQRKKKk'
9
+ config.subdomain = 'uruk-1066'
10
10
  config.environment = :sandbox
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quaderno
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recrea
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-13 00:00:00.000000000 Z
11
+ date: 2014-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty