rails_db_info 0.1.0 → 0.1.2

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: 8b80053c3ba91c089c609b81d46cc7c7a09c4c89
4
- data.tar.gz: 4684694a3505ae9c3b3c529d00f031e5d83937e9
3
+ metadata.gz: e0d1ffc491ddbfa4332f04e2ab7c942f3e5c2ac6
4
+ data.tar.gz: b26d4b572228602a2f92ccfb2aa798f4c115c9d6
5
5
  SHA512:
6
- metadata.gz: a157fda7dc61c6a3f97111dd0bfd2d6829c8d674c96125b2939ba80400a12253bf2f4012fd70c133659c2c7fe1931a08a306bda525aa3d86b0578aad8882e72c
7
- data.tar.gz: 55cbfe0428237eff79756f23b4a84e70b6605dcb15b46a063d4056efaf0af81c06be4c0e257fc0b464083c5b64cc5054175636ab5d480ddd955d9b2e5bdf1f6f
6
+ metadata.gz: 104ec86e0ac2da6d8f907b1863bd21ad5efc2b00de6918d4df2335ca6a63a798e4f9d0b5fc810fb7f78b05981e1536f36b230913890efa9f8950871aa9d383df
7
+ data.tar.gz: 78e47281cfed5cafc6f2c6dc0e4e4a8373c72156566fcc61631adee0eba82d54e9e429988e834859341dabc19721e199c9c2a582936a0faf55f6bd9db402084b
@@ -1,3 +1,3 @@
1
1
  module RailsDbInfo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -339,3 +339,157 @@ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.2ms)
339
339
  RailsDbInfoTest: test_truth
340
340
  ---------------------------
341
341
   (0.0ms) rollback transaction
342
+  (0.4ms) begin transaction
343
+ ---------------------------------------------------
344
+ NavigationTest: test_I_can_paginate_through_entires
345
+ ---------------------------------------------------
346
+  (0.0ms) SAVEPOINT active_record_1
347
+ SQL (4.9ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado1@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado1"]]
348
+  (0.1ms) RELEASE SAVEPOINT active_record_1
349
+  (0.0ms) SAVEPOINT active_record_1
350
+ SQL (0.6ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado2@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado2"]]
351
+  (0.0ms) RELEASE SAVEPOINT active_record_1
352
+  (0.0ms) SAVEPOINT active_record_1
353
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado3@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado3"]]
354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
355
+  (0.0ms) SAVEPOINT active_record_1
356
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado4@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado4"]]
357
+  (0.0ms) RELEASE SAVEPOINT active_record_1
358
+  (0.0ms) SAVEPOINT active_record_1
359
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado5@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado5"]]
360
+  (0.0ms) RELEASE SAVEPOINT active_record_1
361
+  (0.0ms) SAVEPOINT active_record_1
362
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado6@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado6"]]
363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
364
+  (0.0ms) SAVEPOINT active_record_1
365
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado7@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado7"]]
366
+  (0.0ms) RELEASE SAVEPOINT active_record_1
367
+  (0.0ms) SAVEPOINT active_record_1
368
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado8@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado8"]]
369
+  (0.0ms) RELEASE SAVEPOINT active_record_1
370
+  (0.0ms) SAVEPOINT active_record_1
371
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado9@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado9"]]
372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
373
+  (0.0ms) SAVEPOINT active_record_1
374
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado10@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado10"]]
375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
376
+  (0.0ms) SAVEPOINT active_record_1
377
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado11@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado11"]]
378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
379
+  (0.0ms) SAVEPOINT active_record_1
380
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado12@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado12"]]
381
+  (0.0ms) RELEASE SAVEPOINT active_record_1
382
+  (0.0ms) SAVEPOINT active_record_1
383
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado13@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado13"]]
384
+  (0.0ms) RELEASE SAVEPOINT active_record_1
385
+  (0.0ms) SAVEPOINT active_record_1
386
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado14@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado14"]]
387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
388
+  (0.0ms) SAVEPOINT active_record_1
389
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado15@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado15"]]
390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
391
+  (0.0ms) SAVEPOINT active_record_1
392
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado16@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado16"]]
393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
394
+  (0.0ms) SAVEPOINT active_record_1
395
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado17@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado17"]]
396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
397
+  (0.0ms) SAVEPOINT active_record_1
398
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado18@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado18"]]
399
+  (0.0ms) RELEASE SAVEPOINT active_record_1
400
+  (0.0ms) SAVEPOINT active_record_1
401
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado19@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado19"]]
402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
403
+  (0.0ms) SAVEPOINT active_record_1
404
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado20@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado20"]]
405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
406
+  (0.0ms) SAVEPOINT active_record_1
407
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado21@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado21"]]
408
+  (0.0ms) RELEASE SAVEPOINT active_record_1
409
+  (0.0ms) SAVEPOINT active_record_1
410
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado22@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado22"]]
411
+  (0.0ms) RELEASE SAVEPOINT active_record_1
412
+  (0.0ms) SAVEPOINT active_record_1
413
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado23@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado23"]]
414
+  (0.0ms) RELEASE SAVEPOINT active_record_1
415
+  (0.0ms) SAVEPOINT active_record_1
416
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado24@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado24"]]
417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
418
+  (0.0ms) SAVEPOINT active_record_1
419
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado25@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado25"]]
420
+  (0.0ms) RELEASE SAVEPOINT active_record_1
421
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-11-26 08:32:37 +0100
422
+ Processing by RailsDbInfo::TablesController#entries as HTML
423
+ Parameters: {"table_id"=>"users"}
424
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
425
+  (0.1ms) SELECT COUNT(*) FROM users
426
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (15.1ms)
427
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (1.7ms)
428
+ Completed 200 OK in 43ms (Views: 41.7ms | ActiveRecord: 0.9ms)
429
+ Started GET "/rails/info/db/tables/users/entries?page=1" for 127.0.0.1 at 2013-11-26 08:32:37 +0100
430
+ Processing by RailsDbInfo::TablesController#entries as HTML
431
+ Parameters: {"page"=>"1", "table_id"=>"users"}
432
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
433
+  (0.0ms) SELECT COUNT(*) FROM users
434
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (3.0ms)
435
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
436
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.6ms)
437
+ Started GET "/rails/info/db/tables/users/entries?page=2" for 127.0.0.1 at 2013-11-26 08:32:37 +0100
438
+ Processing by RailsDbInfo::TablesController#entries as HTML
439
+ Parameters: {"page"=>"2", "table_id"=>"users"}
440
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 10
441
+  (0.0ms) SELECT COUNT(*) FROM users
442
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (3.0ms)
443
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
444
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.6ms)
445
+ Started GET "/rails/info/db/tables/users/entries?page=3" for 127.0.0.1 at 2013-11-26 08:32:37 +0100
446
+ Processing by RailsDbInfo::TablesController#entries as HTML
447
+ Parameters: {"page"=>"3", "table_id"=>"users"}
448
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 20
449
+  (0.0ms) SELECT COUNT(*) FROM users
450
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (1.8ms)
451
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
452
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.3ms)
453
+  (0.8ms) rollback transaction
454
+  (0.1ms) begin transaction
455
+ ------------------------------------------------------------------------------
456
+ NavigationTest: test_I_see_list_of_tables_when_I_visit_rails_db_info_dashboard
457
+ ------------------------------------------------------------------------------
458
+ Started GET "/rails/info/db" for 127.0.0.1 at 2013-11-26 08:32:37 +0100
459
+ Processing by RailsDbInfo::TablesController#index as HTML
460
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.2ms)
461
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.2ms)
462
+  (0.1ms) rollback transaction
463
+  (0.0ms) begin transaction
464
+ -----------------------------------------------------------------------
465
+ NavigationTest: test_I_see_table_column_details_when_I_visit_table_page
466
+ -----------------------------------------------------------------------
467
+ Started GET "/rails/info/db/tables/users" for 127.0.0.1 at 2013-11-26 08:32:37 +0100
468
+ Processing by RailsDbInfo::TablesController#show as HTML
469
+ Parameters: {"id"=>"users"}
470
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.8ms)
471
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms)
472
+  (0.1ms) rollback transaction
473
+  (0.0ms) begin transaction
474
+ ----------------------------------------------------------------------------------------------------
475
+ NavigationTest: test_I_see_table_title,_column_names_and_values_when_I_visit_show_table_entries_page
476
+ ----------------------------------------------------------------------------------------------------
477
+  (0.0ms) SAVEPOINT active_record_1
478
+ SQL (0.3ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "vlado@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "vlado"]]
479
+  (0.0ms) RELEASE SAVEPOINT active_record_1
480
+  (0.0ms) SAVEPOINT active_record_1
481
+ SQL (0.2ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", false], ["age", 34], ["created_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["email", "ana@cingel.hr"], ["updated_at", Tue, 26 Nov 2013 07:32:37 UTC +00:00], ["username", "ana"]]
482
+  (0.0ms) RELEASE SAVEPOINT active_record_1
483
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-11-26 08:32:37 +0100
484
+ Processing by RailsDbInfo::TablesController#entries as HTML
485
+ Parameters: {"table_id"=>"users"}
486
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
487
+  (0.0ms) SELECT COUNT(*) FROM users
488
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.6ms)
489
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.3ms)
490
+  (0.5ms) rollback transaction
491
+  (0.1ms) begin transaction
492
+ ---------------------------
493
+ RailsDbInfoTest: test_truth
494
+ ---------------------------
495
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_db_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlado Cingel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-22 00:00:00.000000000 Z
11
+ date: 2013-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -148,7 +148,8 @@ files:
148
148
  - test/rails_db_info_test.rb
149
149
  - test/test_helper.rb
150
150
  homepage: https://github.com/vlado/rails_db_info
151
- licenses: []
151
+ licenses:
152
+ - MIT
152
153
  metadata: {}
153
154
  post_install_message:
154
155
  rdoc_options: []