bot 0.0.40 → 0.0.41

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: c3ac74463854f7b4b261662bc96e0e4fa658c1f3
4
- data.tar.gz: 1d490721e225dbff9c62f38e48a5fd57408a8d22
3
+ metadata.gz: 256f465a977ac0b8191f2de366c0069d88c4a422
4
+ data.tar.gz: 71cbfa8bd5e3fb372b738619af833f6d5bd56e4c
5
5
  SHA512:
6
- metadata.gz: 849aebab148783569492d8bd04edfbb0942e280e01e3160f8c0c61f9df8fee1f6034d93533b5d6cf4e3dc5c25bbb89cdf1b772e2b5f22617af06d3a0a4e9d324
7
- data.tar.gz: af25fe5ba1c1d8c63f339fa74dbda15c256b819859594c68851488dd001b3f46006148a1d4f477c8c584413708e1d871838a5b017d40cf4f55b05c4a44a92644
6
+ metadata.gz: 59501bb0d5e001597a84fcc8f904273966d0cc6c8f6ed5b9394adfaea45c404646187362e136fb48c41c38bb05be16dbd5ce2c62b40f6285661adf1a3f3e39be
7
+ data.tar.gz: 6072f277f05bd5c6ce5e22c944553514e4f395a990c44eff238adb8d817fc25585f1785d7e3dcd0d6b774cee67871f1fffc80dea23dfbea2b4c5a3692f3cad5d
@@ -1,3 +1,3 @@
1
1
  module Bot
2
- VERSION = "0.0.40"
2
+ VERSION = "0.0.41"
3
3
  end
@@ -3465,3 +3465,89 @@ Processing by Bot::BotController#notify as HTML
3465
3465
  Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"text", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3466
3466
  Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3467
3467
   (0.1ms) rollback transaction
3468
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
3469
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3470
+  (0.1ms) select sqlite_version(*)
3471
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3472
+  (0.1ms) SELECT version FROM "schema_migrations"
3473
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3474
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3475
+  (0.1ms) begin transaction
3476
+ -------------------
3477
+ BotTest: test_truth
3478
+ -------------------
3479
+  (0.0ms) rollback transaction
3480
+  (0.0ms) begin transaction
3481
+ ---------------------------
3482
+ NavigationTest: test_notify
3483
+ ---------------------------
3484
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-05-03 19:13:14 -0400
3485
+ Processing by Bot::BotController#notify as HTML
3486
+ Parameters: {"bot"=>ApplicationHandler}
3487
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3488
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-05-03 19:13:14 -0400
3489
+ Processing by Bot::BotController#notify as HTML
3490
+ Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"text", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3491
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3492
+  (0.1ms) rollback transaction
3493
+  (0.1ms) begin transaction
3494
+ ---------------------------------------
3495
+ NavigationTest: test_notify_multi_types
3496
+ ---------------------------------------
3497
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-05-03 19:13:14 -0400
3498
+ Processing by Bot::BotController#notify as HTML
3499
+ Parameters: {"messages"=>[{"body"=>"multi", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3500
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3501
+  (0.1ms) rollback transaction
3502
+  (0.1ms) begin transaction
3503
+ -----------------------------------------
3504
+ NavigationTest: test_notify_special_types
3505
+ -----------------------------------------
3506
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-05-03 19:13:14 -0400
3507
+ Processing by Bot::BotController#notify as HTML
3508
+ Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3509
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3510
+  (0.1ms) rollback transaction
3511
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3512
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3513
+  (0.1ms) select sqlite_version(*)
3514
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3515
+  (0.1ms) SELECT version FROM "schema_migrations"
3516
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3517
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3518
+  (0.1ms) begin transaction
3519
+ ---------------------------
3520
+ NavigationTest: test_notify
3521
+ ---------------------------
3522
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-05-03 19:14:16 -0400
3523
+ Processing by Bot::BotController#notify as HTML
3524
+ Parameters: {"bot"=>ApplicationHandler}
3525
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3526
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-05-03 19:14:16 -0400
3527
+ Processing by Bot::BotController#notify as HTML
3528
+ Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"text", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3529
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3530
+  (0.1ms) rollback transaction
3531
+  (0.1ms) begin transaction
3532
+ -----------------------------------------
3533
+ NavigationTest: test_notify_special_types
3534
+ -----------------------------------------
3535
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-05-03 19:14:16 -0400
3536
+ Processing by Bot::BotController#notify as HTML
3537
+ Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3538
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3539
+  (0.1ms) rollback transaction
3540
+  (0.0ms) begin transaction
3541
+ ---------------------------------------
3542
+ NavigationTest: test_notify_multi_types
3543
+ ---------------------------------------
3544
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-05-03 19:14:16 -0400
3545
+ Processing by Bot::BotController#notify as HTML
3546
+ Parameters: {"messages"=>[{"body"=>"multi", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3547
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3548
+  (0.1ms) rollback transaction
3549
+  (0.0ms) begin transaction
3550
+ -------------------
3551
+ BotTest: test_truth
3552
+ -------------------
3553
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.40
4
+ version: 0.0.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Morris
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.2.0
19
+ version: 4.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 4.2.0
26
+ version: 4.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rest-client
29
29
  requirement: !ruby/object:Gem::Requirement