bot 0.0.30 → 0.0.31

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7724eda17ad00e4c7ede23730925e738fb1b6646
4
- data.tar.gz: 7a1e9905946fac5cf7f3274636c449e97a90c0df
3
+ metadata.gz: 12d54cb2255ebb5a791aed619d0dc9ca87b5f11e
4
+ data.tar.gz: 6b9876dce5bc9b9744ada1cbd09e8288117989c6
5
5
  SHA512:
6
- metadata.gz: cbe135b48c802a4bcb5b8df2bea5556989a80550f6d2f42814f9aed711205de9151442ebd51c12fae49fb3f643b088bb1abd97f2e3140fb5b2292532fb1bd1d9
7
- data.tar.gz: cf20441dbd5a455238e5f5b4e9c6ea9748c8aa8e175cb6820742a842d240e020fedba41defe448aca874bafec0ee85d571f8b6c662ff83316fa5f67c65fe6898
6
+ metadata.gz: 386d93e6d443aaac3492566889f8e3523e18afa60882d41a8c5bc6c6c5e9a4e2742d1d455e309ad7541bb75206688d221dbdf6b83ae330a08ad5a2f090e988ea
7
+ data.tar.gz: 11315cdff74b5c47ae2703254dfed7ac816a8a111162b7ac787f18276721c149d9b70c65dbd487ff117cb949ee42d1ce472cdbf86e77b24e5aed58ae94ba2da7
data/lib/bot/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bot
2
- VERSION = "0.0.30"
2
+ VERSION = "0.0.31"
3
3
  end
@@ -3035,3 +3035,46 @@ Processing by Bot::BotController#notify as HTML
3035
3035
  Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"text", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3036
3036
  Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3037
3037
   (0.1ms) rollback transaction
3038
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
3039
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3040
+  (0.1ms) select sqlite_version(*)
3041
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3042
+  (0.1ms) SELECT version FROM "schema_migrations"
3043
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3044
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3045
+  (0.1ms) begin transaction
3046
+ ---------------------------------------
3047
+ NavigationTest: test_notify_multi_types
3048
+ ---------------------------------------
3049
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 22:03:06 -0400
3050
+ Processing by Bot::BotController#notify as HTML
3051
+ Parameters: {"messages"=>[{"body"=>"multi", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3052
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3053
+  (0.1ms) rollback transaction
3054
+  (0.1ms) begin transaction
3055
+ -----------------------------------------
3056
+ NavigationTest: test_notify_special_types
3057
+ -----------------------------------------
3058
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 22:03:06 -0400
3059
+ Processing by Bot::BotController#notify as HTML
3060
+ Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3061
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3062
+  (0.1ms) rollback transaction
3063
+  (0.1ms) begin transaction
3064
+ ---------------------------
3065
+ NavigationTest: test_notify
3066
+ ---------------------------
3067
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 22:03:06 -0400
3068
+ Processing by Bot::BotController#notify as HTML
3069
+ Parameters: {"bot"=>ApplicationHandler}
3070
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3071
+ Started POST "/bot/notify" for 127.0.0.1 at 2016-04-27 22:03:06 -0400
3072
+ Processing by Bot::BotController#notify as HTML
3073
+ Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"text", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler}
3074
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3075
+  (0.1ms) rollback transaction
3076
+  (0.1ms) begin transaction
3077
+ -------------------
3078
+ BotTest: test_truth
3079
+ -------------------
3080
+  (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.30
4
+ version: 0.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Morris