docmago_client 0.3.1 → 0.3.2
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.
- checksums.yaml +4 -4
- data/lib/docmago_client/version.rb +1 -1
- data/test/dummy/log/test.log +40 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/6f6310c1b5407da50f031143deb91c34 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/79ad5cdd007a17eafa73d743b6755cb8 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/a939d785b831a27f85d9ac24def8836e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/b10fc2c45b5b421a2c9968a44b2b09af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +10 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8123f9ccf4a64c4d99fb6c552d0ecaaf6c3bcc3d
|
|
4
|
+
data.tar.gz: 77b078dde969839ac1d7bbc41b5c14d4a951f5b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0177f4f896ab61d1286a1e48c3b1704338dedc98b7afa8d98be6dcaf4fa6025c8d83b20dda71e942c7aace71fc514c31f347210a93368f5ee608324c660da3a
|
|
7
|
+
data.tar.gz: 9bcc6be0d9e74b6482fa4109e48b0b8c015ebf1bdafb1a667a8c020fd19c89376f2c9582e093612784b3ba66185f612b8139b1314f160c8fb79af31fefac31b5
|
data/test/dummy/log/test.log
CHANGED
|
@@ -2372,5 +2372,45 @@ NavigationTest: test_truth
|
|
|
2372
2372
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
2373
2373
|
-----------------------------
|
|
2374
2374
|
DocmagoClientTest: test_truth
|
|
2375
|
+
-----------------------------
|
|
2376
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
2377
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
2378
|
+
----------------------------------------------------
|
|
2379
|
+
NavigationTest: test_pdf_request_sends_a_pdf_as_file
|
|
2380
|
+
----------------------------------------------------
|
|
2381
|
+
Started GET "/home" for 127.0.0.1 at 2014-10-13 20:38:48 +0200
|
|
2382
|
+
Processing by HomeController#index as HTML
|
|
2383
|
+
Rendered home/index.html.erb within layouts/application (1.6ms)
|
|
2384
|
+
Completed 200 OK in 71ms (Views: 70.3ms | ActiveRecord: 0.0ms)
|
|
2385
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-10-13 20:38:48 +0200
|
|
2386
|
+
Processing by HomeController#index as PDF
|
|
2387
|
+
Rendered home/index.pdf.erb (0.3ms)
|
|
2388
|
+
Rendered text template (0.0ms)
|
|
2389
|
+
Sent data contents.pdf (1.5ms)
|
|
2390
|
+
Completed 200 OK in 264ms (Views: 263.9ms | ActiveRecord: 0.0ms)
|
|
2391
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2392
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
2393
|
+
----------------------------------------------------------------------------------------
|
|
2394
|
+
NavigationTest: test_pdf_request_to_an_action_with_view_template_inside_pdf_subdirectory
|
|
2395
|
+
----------------------------------------------------------------------------------------
|
|
2396
|
+
Started GET "/home" for 127.0.0.1 at 2014-10-13 20:38:49 +0200
|
|
2397
|
+
Processing by HomeController#index as HTML
|
|
2398
|
+
Rendered home/index.html.erb within layouts/application (0.4ms)
|
|
2399
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
|
2400
|
+
Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2014-10-13 20:38:49 +0200
|
|
2401
|
+
Processing by HomeController#subdir_template as PDF
|
|
2402
|
+
Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
|
|
2403
|
+
Rendered text template (0.0ms)
|
|
2404
|
+
Sent data subdir_template.pdf (0.4ms)
|
|
2405
|
+
Completed 200 OK in 192ms (Views: 191.7ms | ActiveRecord: 0.0ms)
|
|
2406
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2407
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
2408
|
+
--------------------------
|
|
2409
|
+
NavigationTest: test_truth
|
|
2410
|
+
--------------------------
|
|
2411
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
2412
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
2413
|
+
-----------------------------
|
|
2414
|
+
DocmagoClientTest: test_truth
|
|
2375
2415
|
-----------------------------
|
|
2376
2416
|
[1m[35m (0.0ms)[0m rollback transaction
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: docmago_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Habermann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -191,7 +191,11 @@ files:
|
|
|
191
191
|
- test/dummy/tmp/cache/assets/test/sprockets/27db960e9aa643c0bb6a5c816ff0131e
|
|
192
192
|
- test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
|
193
193
|
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
|
194
|
+
- test/dummy/tmp/cache/assets/test/sprockets/6f6310c1b5407da50f031143deb91c34
|
|
194
195
|
- test/dummy/tmp/cache/assets/test/sprockets/70bf67ab6d61f1c95b28741e6ab01ef2
|
|
196
|
+
- test/dummy/tmp/cache/assets/test/sprockets/79ad5cdd007a17eafa73d743b6755cb8
|
|
197
|
+
- test/dummy/tmp/cache/assets/test/sprockets/a939d785b831a27f85d9ac24def8836e
|
|
198
|
+
- test/dummy/tmp/cache/assets/test/sprockets/b10fc2c45b5b421a2c9968a44b2b09af
|
|
195
199
|
- test/dummy/tmp/cache/assets/test/sprockets/cc469c18b214c2fb0b7807c4e3c640f7
|
|
196
200
|
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
|
197
201
|
- test/dummy/tmp/cache/assets/test/sprockets/d5571dc03eff8cbafd90bc2c8e499122
|
|
@@ -277,7 +281,11 @@ test_files:
|
|
|
277
281
|
- test/dummy/tmp/cache/assets/test/sprockets/27db960e9aa643c0bb6a5c816ff0131e
|
|
278
282
|
- test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
|
279
283
|
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
|
284
|
+
- test/dummy/tmp/cache/assets/test/sprockets/6f6310c1b5407da50f031143deb91c34
|
|
280
285
|
- test/dummy/tmp/cache/assets/test/sprockets/70bf67ab6d61f1c95b28741e6ab01ef2
|
|
286
|
+
- test/dummy/tmp/cache/assets/test/sprockets/79ad5cdd007a17eafa73d743b6755cb8
|
|
287
|
+
- test/dummy/tmp/cache/assets/test/sprockets/a939d785b831a27f85d9ac24def8836e
|
|
288
|
+
- test/dummy/tmp/cache/assets/test/sprockets/b10fc2c45b5b421a2c9968a44b2b09af
|
|
281
289
|
- test/dummy/tmp/cache/assets/test/sprockets/cc469c18b214c2fb0b7807c4e3c640f7
|
|
282
290
|
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
|
283
291
|
- test/dummy/tmp/cache/assets/test/sprockets/d5571dc03eff8cbafd90bc2c8e499122
|