bot 0.0.29 → 0.0.30
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/context.rb +2 -0
- data/lib/bot/version.rb +1 -1
- data/test/dummy/log/test.log +86 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7724eda17ad00e4c7ede23730925e738fb1b6646
|
|
4
|
+
data.tar.gz: 7a1e9905946fac5cf7f3274636c449e97a90c0df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbe135b48c802a4bcb5b8df2bea5556989a80550f6d2f42814f9aed711205de9151442ebd51c12fae49fb3f643b088bb1abd97f2e3140fb5b2292532fb1bd1d9
|
|
7
|
+
data.tar.gz: cf20441dbd5a455238e5f5b4e9c6ea9748c8aa8e175cb6820742a842d240e020fedba41defe448aca874bafec0ee85d571f8b6c662ff83316fa5f67c65fe6898
|
data/lib/bot/context.rb
CHANGED
data/lib/bot/version.rb
CHANGED
data/test/dummy/log/test.log
CHANGED
|
@@ -2947,5 +2947,91 @@ NavigationTest: test_notify_special_types
|
|
|
2947
2947
|
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 21:12:56 -0400
|
|
2948
2948
|
Processing by Bot::BotController#notify as HTML
|
|
2949
2949
|
Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
2950
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
2951
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2952
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
2953
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
2954
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
2955
|
+
[1m[36m (2.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
2956
|
+
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
|
2957
|
+
[1m[36m (1.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
2958
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
2959
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
2960
|
+
-------------------
|
|
2961
|
+
BotTest: test_truth
|
|
2962
|
+
-------------------
|
|
2963
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
2964
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
2965
|
+
---------------------------
|
|
2966
|
+
NavigationTest: test_notify
|
|
2967
|
+
---------------------------
|
|
2968
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 21:49:20 -0400
|
|
2969
|
+
Processing by Bot::BotController#notify as HTML
|
|
2970
|
+
Parameters: {"bot"=>ApplicationHandler}
|
|
2971
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
2972
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 21:49:20 -0400
|
|
2973
|
+
Processing by Bot::BotController#notify as HTML
|
|
2974
|
+
Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"text", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
2975
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
2976
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2977
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
2978
|
+
-----------------------------------------
|
|
2979
|
+
NavigationTest: test_notify_special_types
|
|
2980
|
+
-----------------------------------------
|
|
2981
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 21:49:20 -0400
|
|
2982
|
+
Processing by Bot::BotController#notify as HTML
|
|
2983
|
+
Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
2984
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
2985
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2986
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
2987
|
+
---------------------------------------
|
|
2988
|
+
NavigationTest: test_notify_multi_types
|
|
2989
|
+
---------------------------------------
|
|
2990
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 21:49:20 -0400
|
|
2991
|
+
Processing by Bot::BotController#notify as HTML
|
|
2992
|
+
Parameters: {"messages"=>[{"body"=>"multi", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
2993
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
2994
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2995
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
2996
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
2997
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
2998
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
2999
|
+
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
|
3000
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
3001
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
3002
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
3003
|
+
-------------------
|
|
3004
|
+
BotTest: test_truth
|
|
3005
|
+
-------------------
|
|
3006
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
3007
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
3008
|
+
---------------------------------------
|
|
3009
|
+
NavigationTest: test_notify_multi_types
|
|
3010
|
+
---------------------------------------
|
|
3011
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 21:49:47 -0400
|
|
3012
|
+
Processing by Bot::BotController#notify as HTML
|
|
3013
|
+
Parameters: {"messages"=>[{"body"=>"multi", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
3014
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
3015
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
3016
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
3017
|
+
-----------------------------------------
|
|
3018
|
+
NavigationTest: test_notify_special_types
|
|
3019
|
+
-----------------------------------------
|
|
3020
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 21:49:47 -0400
|
|
3021
|
+
Processing by Bot::BotController#notify as HTML
|
|
3022
|
+
Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
3023
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
3024
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
3025
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
3026
|
+
---------------------------
|
|
3027
|
+
NavigationTest: test_notify
|
|
3028
|
+
---------------------------
|
|
3029
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 21:49:47 -0400
|
|
3030
|
+
Processing by Bot::BotController#notify as HTML
|
|
3031
|
+
Parameters: {"bot"=>ApplicationHandler}
|
|
3032
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
3033
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 21:49:47 -0400
|
|
3034
|
+
Processing by Bot::BotController#notify as HTML
|
|
3035
|
+
Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"text", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
2950
3036
|
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
2951
3037
|
[1m[35m (0.1ms)[0m rollback transaction
|