bot 0.0.27 → 0.0.28
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/adapters/test.rb +4 -0
- data/lib/bot/version.rb +1 -1
- data/test/dummy/log/test.log +43 -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: 199bd38056860b8c29af868d60901ea40b670d88
|
|
4
|
+
data.tar.gz: fa4f7acd8c0e28280782922a3e84a8a1521668bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7055c2da1c9e56ee031c9f686d99673cb6a27754d83095167d2ec7a5fd9e71b95c7465e6671a73ddfc0e9092f9ed6bb31b69e53b0cc4698daf467c6c3a14c9b4
|
|
7
|
+
data.tar.gz: b168ce104af5601224016fd62ee4c4a9927e06a1b884e6e6273251d12b3ecea90869d1e70ad809f2e2435497a311e5bbc8005ec458d03b3081bfb275770328b8
|
data/lib/bot/adapters/test.rb
CHANGED
data/lib/bot/version.rb
CHANGED
data/test/dummy/log/test.log
CHANGED
|
@@ -2861,5 +2861,48 @@ NavigationTest: test_notify_multi_types
|
|
|
2861
2861
|
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-21 10:15:25 -0400
|
|
2862
2862
|
Processing by Bot::BotController#notify as HTML
|
|
2863
2863
|
Parameters: {"messages"=>[{"body"=>"multi", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
2864
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
2865
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2866
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
2867
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
2868
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
2869
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
2870
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
2871
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
2872
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
2873
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
2874
|
+
-------------------
|
|
2875
|
+
BotTest: test_truth
|
|
2876
|
+
-------------------
|
|
2877
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
2878
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
2879
|
+
---------------------------
|
|
2880
|
+
NavigationTest: test_notify
|
|
2881
|
+
---------------------------
|
|
2882
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-21 14:45:54 -0400
|
|
2883
|
+
Processing by Bot::BotController#notify as HTML
|
|
2884
|
+
Parameters: {"bot"=>ApplicationHandler}
|
|
2885
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
2886
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-21 14:45:54 -0400
|
|
2887
|
+
Processing by Bot::BotController#notify as HTML
|
|
2888
|
+
Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"text", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
2889
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
2890
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2891
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
2892
|
+
---------------------------------------
|
|
2893
|
+
NavigationTest: test_notify_multi_types
|
|
2894
|
+
---------------------------------------
|
|
2895
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-21 14:45:54 -0400
|
|
2896
|
+
Processing by Bot::BotController#notify as HTML
|
|
2897
|
+
Parameters: {"messages"=>[{"body"=>"multi", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
2898
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
2899
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
2900
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
2901
|
+
-----------------------------------------
|
|
2902
|
+
NavigationTest: test_notify_special_types
|
|
2903
|
+
-----------------------------------------
|
|
2904
|
+
Started POST "/bot/notify" for 127.0.0.1 at 2016-04-21 14:45:54 -0400
|
|
2905
|
+
Processing by Bot::BotController#notify as HTML
|
|
2906
|
+
Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
|
|
2864
2907
|
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
2865
2908
|
[1m[35m (0.1ms)[0m rollback transaction
|