lockup 1.4.2 → 1.4.3

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: 57cda6607d2690482820fcd0980604b893b8c883
4
- data.tar.gz: c62c62ff5609958e4a4f81a62f003cf26adf3d43
3
+ metadata.gz: eda412926fb80a7d44fb6b4ce68da4f748529b38
4
+ data.tar.gz: fd9ace00edb3d443744fbdd1cb34a4cbb94bcc6d
5
5
  SHA512:
6
- metadata.gz: 66fcc7fa8aa47024b130496f544adb34b9d27d7660da099bf2f211992501a0942e0ae11b70695ea221c2ee65a7ae43ddd7ff8ecaeaa10ec03bcb4ac6baa3db46
7
- data.tar.gz: ab8747e80de6f7fbea1a0332daa32c3ab71fb77599e1e1f14fca26178d290149e9a7736850b888d14da3ab9a8e60a5619408a19d9b3703c84f466739bad706bd
6
+ metadata.gz: 9facda0b570077694acf7c37d5cf658af5cd88a0a4c0dab66477dce7d3cdb77f5cf513a3bdeb0e798ee172045d8c9fa9fd660058e265b473b82151ae7b21f219
7
+ data.tar.gz: 356d724b46c5dceab61493b559b3f39774dcb1c1006e3083abb2308e946dadaa89e9540e78bae4cd799d1946a653c94960491245d59a24ad9ff06f39cb803178
@@ -1,3 +1,3 @@
1
1
  module Lockup
2
- VERSION = "1.4.2"
2
+ VERSION = "1.4.3"
3
3
  end
@@ -5042,3 +5042,146 @@ Processing by Lockup::LockupController#unlock as HTML
5042
5042
  Completed 200 OK in 0ms
5043
5043
  Processing by Lockup::LockupController#unlock as TEXT
5044
5044
  Completed 406 Not Acceptable in 0ms
5045
+ Started GET "/posts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5046
+ Processing by PostsController#index as HTML
5047
+ Redirected to http://www.example.com/lockup/unlock?return_to=%2Fposts
5048
+ Filter chain halted as :check_for_lockup rendered or redirected
5049
+ Completed 302 Found in 4ms
5050
+ Started GET "/lockup/unlock?return_to=%2Fposts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5051
+ Processing by Lockup::LockupController#unlock as HTML
5052
+ Parameters: {"return_to"=>"/posts"}
5053
+ Rendering /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
5054
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (9.5ms)
5055
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (0.4ms)
5056
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (0.2ms)
5057
+ Completed 200 OK in 30ms (Views: 27.1ms)
5058
+ Started POST "/lockup/unlock" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5059
+ Processing by Lockup::LockupController#unlock as HTML
5060
+ Parameters: {"utf8"=>"✓", "lockup"=>{"codeword"=>"lolwut", "return_to"=>"/posts"}, "button"=>""}
5061
+ Rendering /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
5062
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (0.9ms)
5063
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (0.3ms)
5064
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (0.2ms)
5065
+ Completed 200 OK in 16ms (Views: 13.4ms)
5066
+ Started GET "/posts?lockup_codeword=omgponies" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5067
+ Processing by PostsController#index as HTML
5068
+ Parameters: {"lockup_codeword"=>"omgponies"}
5069
+ Redirected to http://www.example.com/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fposts
5070
+ Filter chain halted as :check_for_lockup rendered or redirected
5071
+ Completed 302 Found in 0ms
5072
+ Started GET "/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fposts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5073
+ Processing by Lockup::LockupController#unlock as HTML
5074
+ Parameters: {"lockup_codeword"=>"omgponies", "return_to"=>"/posts"}
5075
+ Redirected to http://www.example.com/posts
5076
+ Completed 302 Found in 2ms
5077
+ Started GET "/posts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5078
+ Processing by PostsController#index as HTML
5079
+ Rendering posts/index.html.erb within layouts/application
5080
+ Rendered posts/index.html.erb within layouts/application (0.6ms)
5081
+ Completed 200 OK in 144ms (Views: 122.2ms)
5082
+ Started GET "/posts/1" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5083
+ Processing by PostsController#show as HTML
5084
+ Parameters: {"id"=>"1"}
5085
+ Rendering posts/show.html.erb within layouts/application
5086
+ Rendered posts/show.html.erb within layouts/application (0.3ms)
5087
+ Completed 200 OK in 8ms (Views: 5.9ms)
5088
+ Started GET "/posts?lockup_codeword=omgponies" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5089
+ Processing by PostsController#index as HTML
5090
+ Parameters: {"lockup_codeword"=>"omgponies"}
5091
+ Redirected to http://www.example.com/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fposts
5092
+ Filter chain halted as :check_for_lockup rendered or redirected
5093
+ Completed 302 Found in 1ms
5094
+ Started GET "/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fposts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5095
+ Processing by Lockup::LockupController#unlock as HTML
5096
+ Parameters: {"lockup_codeword"=>"omgponies", "return_to"=>"/posts"}
5097
+ Completed 200 OK in 0ms
5098
+ Started GET "/posts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5099
+ Processing by PostsController#index as HTML
5100
+ Redirected to http://www.example.com/lockup/unlock?return_to=%2Fposts
5101
+ Filter chain halted as :check_for_lockup rendered or redirected
5102
+ Completed 302 Found in 0ms
5103
+ Started GET "/lockup/unlock?return_to=%2Fposts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5104
+ Processing by Lockup::LockupController#unlock as HTML
5105
+ Parameters: {"return_to"=>"/posts"}
5106
+ Rendering /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
5107
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (1.4ms)
5108
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (0.6ms)
5109
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (0.5ms)
5110
+ Completed 200 OK in 24ms (Views: 20.7ms)
5111
+ Started GET "/posts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5112
+ Processing by PostsController#index as HTML
5113
+ Redirected to http://www.example.com/lockup/unlock?return_to=%2Fposts
5114
+ Filter chain halted as :check_for_lockup rendered or redirected
5115
+ Completed 302 Found in 0ms
5116
+ Started GET "/lockup/unlock?return_to=%2Fposts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5117
+ Processing by Lockup::LockupController#unlock as HTML
5118
+ Parameters: {"return_to"=>"/posts"}
5119
+ Rendering /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
5120
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (0.9ms)
5121
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (0.3ms)
5122
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (0.2ms)
5123
+ Completed 200 OK in 17ms (Views: 14.1ms)
5124
+ Started POST "/lockup/unlock" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5125
+ Processing by Lockup::LockupController#unlock as HTML
5126
+ Parameters: {"utf8"=>"✓", "lockup"=>{"codeword"=>"omgponies", "return_to"=>"/posts"}, "button"=>""}
5127
+ Redirected to http://www.example.com/posts
5128
+ Completed 302 Found in 0ms
5129
+ Started GET "/posts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5130
+ Processing by PostsController#index as HTML
5131
+ Rendering posts/index.html.erb within layouts/application
5132
+ Rendered posts/index.html.erb within layouts/application (0.8ms)
5133
+ Completed 200 OK in 9ms (Views: 6.8ms)
5134
+ Started GET "/posts?lookup_codeword=lolwut" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5135
+ Processing by PostsController#index as HTML
5136
+ Parameters: {"lookup_codeword"=>"lolwut"}
5137
+ Redirected to http://www.example.com/lockup/unlock?return_to=%2Fposts%3Flookup_codeword%3Dlolwut
5138
+ Filter chain halted as :check_for_lockup rendered or redirected
5139
+ Completed 302 Found in 0ms
5140
+ Started GET "/lockup/unlock?return_to=%2Fposts%3Flookup_codeword%3Dlolwut" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5141
+ Processing by Lockup::LockupController#unlock as HTML
5142
+ Parameters: {"return_to"=>"/posts?lookup_codeword=lolwut"}
5143
+ Rendering /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
5144
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (1.0ms)
5145
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (0.3ms)
5146
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (0.2ms)
5147
+ Completed 200 OK in 18ms (Views: 14.4ms)
5148
+ Started GET "/this-does-not-exist?lockup_codeword=omgponies" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5149
+ Processing by ApplicationController#render_404 as HTML
5150
+ Parameters: {"lockup_codeword"=>"omgponies", "path"=>"this-does-not-exist"}
5151
+ Redirected to http://www.example.com/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fthis-does-not-exist
5152
+ Filter chain halted as :check_for_lockup rendered or redirected
5153
+ Completed 302 Found in 0ms
5154
+ Started GET "/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fthis-does-not-exist" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5155
+ Processing by Lockup::LockupController#unlock as HTML
5156
+ Parameters: {"lockup_codeword"=>"omgponies", "return_to"=>"/this-does-not-exist"}
5157
+ Redirected to http://www.example.com/this-does-not-exist
5158
+ Completed 302 Found in 0ms
5159
+ Started GET "/this-does-not-exist" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5160
+ Processing by ApplicationController#render_404 as HTML
5161
+ Parameters: {"path"=>"this-does-not-exist"}
5162
+ Rendering public/404.html within layouts/application
5163
+ Rendered public/404.html within layouts/application (0.2ms)
5164
+ Completed 404 Not Found in 12ms (Views: 12.0ms)
5165
+ Started GET "/posts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5166
+ Processing by PostsController#index as HTML
5167
+ Redirected to http://www.example.com/lockup/unlock?return_to=%2Fposts
5168
+ Filter chain halted as :check_for_lockup rendered or redirected
5169
+ Completed 302 Found in 0ms
5170
+ Started GET "/lockup/unlock?return_to=%2Fposts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5171
+ Processing by Lockup::LockupController#unlock as HTML
5172
+ Parameters: {"return_to"=>"/posts"}
5173
+ Rendering /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
5174
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (1.0ms)
5175
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (0.3ms)
5176
+ Rendered /Users/grantblakeman/Dropbox/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (0.2ms)
5177
+ Completed 200 OK in 17ms (Views: 13.9ms)
5178
+ Started GET "/posts" for 127.0.0.1 at 2018-08-29 09:31:19 -0700
5179
+ Processing by PostsController#index as HTML
5180
+ Rendering posts/index.html.erb within layouts/application
5181
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
5182
+ Completed 200 OK in 8ms (Views: 5.9ms)
5183
+ Processing by Lockup::LockupController#unlock as HTML
5184
+ Parameters: {"foo"=>"bar"}
5185
+ Completed 200 OK in 0ms
5186
+ Processing by Lockup::LockupController#unlock as TEXT
5187
+ Completed 406 Not Acceptable in 0ms
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lockup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - gb Studio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-27 00:00:00.000000000 Z
11
+ date: 2018-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails