lob 1.9.2 → 1.10.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lob
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.2
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lob
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-20 00:00:00.000000000 Z
11
+ date: 2015-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -167,6 +167,7 @@ files:
167
167
  - examples/checks.rb
168
168
  - examples/create_pdf.rb
169
169
  - examples/jobs.rb
170
+ - examples/letters.rb
170
171
  - examples/postcards.rb
171
172
  - lib/lob.rb
172
173
  - lib/lob/errors/invalid_request_error.rb
@@ -177,6 +178,7 @@ files:
177
178
  - lib/lob/v1/check.rb
178
179
  - lib/lob/v1/country.rb
179
180
  - lib/lob/v1/job.rb
181
+ - lib/lob/v1/letter.rb
180
182
  - lib/lob/v1/object.rb
181
183
  - lib/lob/v1/packaging.rb
182
184
  - lib/lob/v1/postcard.rb
@@ -194,6 +196,7 @@ files:
194
196
  - spec/lob/v1/check_spec.rb
195
197
  - spec/lob/v1/country_spec.rb
196
198
  - spec/lob/v1/job_spec.rb
199
+ - spec/lob/v1/letter_spec.rb
197
200
  - spec/lob/v1/object_spec.rb
198
201
  - spec/lob/v1/packaging_spec.rb
199
202
  - spec/lob/v1/postcard_spec.rb
@@ -203,6 +206,7 @@ files:
203
206
  - spec/lob/v1/setting_spec.rb
204
207
  - spec/lob/v1/state_spec.rb
205
208
  - spec/lob_spec.rb
209
+ - spec/samples/8.5x11.pdf
206
210
  - spec/spec_helper.rb
207
211
  homepage: https://github.com/lob/lob-ruby
208
212
  licenses:
@@ -236,6 +240,7 @@ test_files:
236
240
  - spec/lob/v1/check_spec.rb
237
241
  - spec/lob/v1/country_spec.rb
238
242
  - spec/lob/v1/job_spec.rb
243
+ - spec/lob/v1/letter_spec.rb
239
244
  - spec/lob/v1/object_spec.rb
240
245
  - spec/lob/v1/packaging_spec.rb
241
246
  - spec/lob/v1/postcard_spec.rb
@@ -245,4 +250,5 @@ test_files:
245
250
  - spec/lob/v1/setting_spec.rb
246
251
  - spec/lob/v1/state_spec.rb
247
252
  - spec/lob_spec.rb
253
+ - spec/samples/8.5x11.pdf
248
254
  - spec/spec_helper.rb