bot 0.0.40 → 0.0.41
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/bot/version.rb +1 -1
- data/test/dummy/log/test.log +86 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 256f465a977ac0b8191f2de366c0069d88c4a422
|
|
4
|
+
data.tar.gz: 71cbfa8bd5e3fb372b738619af833f6d5bd56e4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59501bb0d5e001597a84fcc8f904273966d0cc6c8f6ed5b9394adfaea45c404646187362e136fb48c41c38bb05be16dbd5ce2c62b40f6285661adf1a3f3e39be
|
|
7
|
+
data.tar.gz: 6072f277f05bd5c6ce5e22c944553514e4f395a990c44eff238adb8d817fc25585f1785d7e3dcd0d6b774cee67871f1fffc80dea23dfbea2b4c5a3692f3cad5d
|
data/lib/bot/version.rb
CHANGED
data/test/dummy/log/test.log
CHANGED
|
@@ -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
|
[1m[35m (0.1ms)[0m rollback transaction
|
|
3468
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
3469
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
3470
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
3471
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
3472
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
3473
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
3474
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
3475
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
3476
|
+
-------------------
|
|
3477
|
+
BotTest: test_truth
|
|
3478
|
+
-------------------
|
|
3479
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
3480
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
3493
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
3502
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
3511
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
3512
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
3513
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
3514
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
3515
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
3516
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
3517
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
3518
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
3531
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
3540
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
3549
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
3550
|
+
-------------------
|
|
3551
|
+
BotTest: test_truth
|
|
3552
|
+
-------------------
|
|
3553
|
+
[1m[35m (0.0ms)[0m 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.
|
|
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.
|
|
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.
|
|
26
|
+
version: 4.0.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rest-client
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|