lockup 1.6.1 → 1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9850180a23de0a361793e87e23c867dc4347edb264f75cfad05bc1d5c5bbda26
4
- data.tar.gz: d9977ff66c249ac82105f976cc2af257a21e538ff46a24828599dc578493cb64
3
+ metadata.gz: 1a05abd77f71e6fbbb6773ea4a774a5b1fbfb5bf9f0849edd5ae88c0ec0e7ee4
4
+ data.tar.gz: 94366159b3e5c2eef6d208bf8ca1a2a8cd867eacad7e8cf2fe76c704d2d54f45
5
5
  SHA512:
6
- metadata.gz: aa93235ed9430fbc7e422376d09d3131da939cc086daf68e4eaa101fc72da52b2dc1b1e066f95a11192c158f65ee07df0ae1e20c831a7399ff7e0f29ebf637e9
7
- data.tar.gz: 2ff63561c147811d674e0afd64e0f8a249ea2db0c5a2e6d7fdc3725b03fb5c2de28cda2c96493aad13dbe17cd63fd65d0ad55a19ac7f6b4a6c6fb38e832261f4
6
+ metadata.gz: cc2543f8f45173df6dfa52c0bc15773f709e3b900dbceda2c7ea58464bc9687dde58910fd5b76ecdc774aa5075232d1ffa15cc3471e3a235d2e68e25a90b0f05
7
+ data.tar.gz: 37ac450b84bed3aef5b823ec18330403ff3d1c4481ed401456fede0921c487f1da274f26ab3e4eb4cc6b317f640c687817e956cdaac112630a021da5542886f8
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2013 gb Studio, llc
1
+ Copyright 2013-2022 Interdiscipline (gb Studio, llc)
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- <img src="http://lockupgem.com/github_host/lockup_mark.png" width="100" height="134" alt="Lockup Shield" />
1
+ <img src="http://lockup.interdiscipline.com/github_host/lockup_mark.png" width="100" height="134" alt="Lockup Shield" />
2
2
 
3
3
  # Lockup
4
4
 
5
- [![Gem Version](https://badge.fury.io/rb/lockup.svg)](http://badge.fury.io/rb/lockup)
5
+ [![Gem Version](https://badge.fury.io/rb/lockup.svg)](http://badge.fury.io/rb/lockup) [![Build Status](https://travis-ci.com/gblakeman/lockup.svg?branch=master)](https://travis-ci.com/github/gblakeman/lockup)
6
6
 
7
7
  A simple gem to more elegantly place a staging server or other in-progress rails application behind a basic codeword. It’s easy to implement, share with clients/collaborators, and more beautiful than the typical password-protection sheet.
8
8
 
@@ -12,7 +12,7 @@ _“…what’s the codeword?”_
12
12
 
13
13
  (currently used in production with Rails 3.X, Rails 4.X, Rails 5.X, and Rails 6.X)
14
14
 
15
- [Demos and more information.](http://lockupgem.com)
15
+ [Demos and more information.](http://lockup.interdiscipline.com)
16
16
 
17
17
  ## Installation
18
18
 
@@ -114,4 +114,4 @@ Pull requests are quite welcome.
114
114
 
115
115
  ## Project Site (with Demo)
116
116
 
117
- [lockupgem.com](https://lockupgem.com)
117
+ [lockup.interdiscipline.com](https://lockup.interdiscipline.com)
@@ -1,3 +1,3 @@
1
1
  module Lockup
2
- VERSION = "1.6.1"
2
+ VERSION = "1.7"
3
3
  end
@@ -3,7 +3,7 @@ require File.expand_path('../boot', __FILE__)
3
3
  # Pick the frameworks you want:
4
4
  require "action_controller/railtie"
5
5
  require "action_mailer/railtie"
6
- require "sprockets/railtie"
6
+ # require "sprockets/railtie"
7
7
  require 'active_model'
8
8
 
9
9
  Bundler.require(*Rails.groups)
@@ -6139,3 +6139,186 @@ Processing by PostsController#index as HTML
6139
6139
  Rendering posts/index.html.erb within layouts/application
6140
6140
  Rendered posts/index.html.erb within layouts/application (0.1ms)
6141
6141
  Completed 200 OK in 1ms (Views: 0.8ms)
6142
+ Started GET "/posts" for 127.0.0.1 at 2021-12-20 17:28:50 -0800
6143
+ Processing by PostsController#index as HTML
6144
+ Redirected to http://www.example.com/lockup/unlock?return_to=%2Fposts
6145
+ Filter chain halted as :check_for_lockup rendered or redirected
6146
+ Completed 302 Found in 1ms (Allocations: 849)
6147
+ Started GET "/lockup/unlock?return_to=%2Fposts" for 127.0.0.1 at 2021-12-20 17:28:50 -0800
6148
+ Processing by Lockup::LockupController#unlock as HTML
6149
+ Parameters: {"return_to"=>"/posts"}
6150
+ Rendering layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb
6151
+ Rendering /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
6152
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (Duration: 4.3ms | Allocations: 3133)
6153
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (Duration: 0.3ms | Allocations: 403)
6154
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (Duration: 0.2ms | Allocations: 108)
6155
+ Rendered layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb (Duration: 5.6ms | Allocations: 4181)
6156
+ Completed 200 OK in 9ms (Views: 7.4ms | Allocations: 6546)
6157
+ Started POST "/lockup/unlock" for 127.0.0.1 at 2021-12-20 17:28:50 -0800
6158
+ Processing by Lockup::LockupController#unlock as HTML
6159
+ Parameters: {"utf8"=>"✓", "lockup"=>{"codeword"=>"lolwut", "return_to"=>"/posts"}, "button"=>""}
6160
+ Rendering layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb
6161
+ Rendering /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
6162
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (Duration: 0.2ms | Allocations: 277)
6163
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (Duration: 0.0ms | Allocations: 7)
6164
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (Duration: 0.0ms | Allocations: 5)
6165
+ Rendered layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb (Duration: 0.3ms | Allocations: 408)
6166
+ Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 684)
6167
+ Started GET "/posts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6168
+ Processing by PostsController#index as HTML
6169
+ Redirected to http://www.example.com/lockup/unlock?return_to=%2Fposts
6170
+ Filter chain halted as :check_for_lockup rendered or redirected
6171
+ Completed 302 Found in 0ms (Allocations: 183)
6172
+ Started GET "/lockup/unlock?return_to=%2Fposts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6173
+ Processing by Lockup::LockupController#unlock as HTML
6174
+ Parameters: {"return_to"=>"/posts"}
6175
+ Rendering layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb
6176
+ Rendering /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
6177
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (Duration: 0.2ms | Allocations: 266)
6178
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (Duration: 0.0ms | Allocations: 7)
6179
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (Duration: 0.0ms | Allocations: 5)
6180
+ Rendered layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb (Duration: 0.3ms | Allocations: 397)
6181
+ Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 666)
6182
+ Started GET "/posts?lockup_codeword=omgponies" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6183
+ Processing by PostsController#index as HTML
6184
+ Parameters: {"lockup_codeword"=>"omgponies"}
6185
+ Redirected to http://www.example.com/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fposts
6186
+ Filter chain halted as :check_for_lockup rendered or redirected
6187
+ Completed 302 Found in 0ms (Allocations: 185)
6188
+ Started GET "/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fposts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6189
+ Processing by Lockup::LockupController#unlock as HTML
6190
+ Parameters: {"lockup_codeword"=>"omgponies", "return_to"=>"/posts"}
6191
+ Redirected to http://www.example.com/posts
6192
+ Completed 302 Found in 0ms (Allocations: 260)
6193
+ Started GET "/posts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6194
+ Processing by PostsController#index as HTML
6195
+ Rendering layout layouts/application.html.erb
6196
+ Rendering posts/index.html.erb within layouts/application
6197
+ Rendered posts/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 259)
6198
+ Rendered layout layouts/application.html.erb (Duration: 0.7ms | Allocations: 658)
6199
+ Completed 200 OK in 10ms (Views: 1.1ms | Allocations: 7642)
6200
+ Started GET "/posts/1" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6201
+ Processing by PostsController#show as HTML
6202
+ Parameters: {"id"=>"1"}
6203
+ Rendering layout layouts/application.html.erb
6204
+ Rendering posts/show.html.erb within layouts/application
6205
+ Rendered posts/show.html.erb within layouts/application (Duration: 0.3ms | Allocations: 108)
6206
+ Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 254)
6207
+ Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 577)
6208
+ Started GET "/posts?lookup_codeword=lolwut" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6209
+ Processing by PostsController#index as HTML
6210
+ Parameters: {"lookup_codeword"=>"lolwut"}
6211
+ Redirected to http://www.example.com/lockup/unlock?return_to=%2Fposts%3Flookup_codeword%3Dlolwut
6212
+ Filter chain halted as :check_for_lockup rendered or redirected
6213
+ Completed 302 Found in 0ms (Allocations: 185)
6214
+ Started GET "/lockup/unlock?return_to=%2Fposts%3Flookup_codeword%3Dlolwut" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6215
+ Processing by Lockup::LockupController#unlock as HTML
6216
+ Parameters: {"return_to"=>"/posts?lookup_codeword=lolwut"}
6217
+ Rendering layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb
6218
+ Rendering /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
6219
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (Duration: 0.1ms | Allocations: 267)
6220
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (Duration: 0.0ms | Allocations: 7)
6221
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (Duration: 0.0ms | Allocations: 5)
6222
+ Rendered layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb (Duration: 0.3ms | Allocations: 398)
6223
+ Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 663)
6224
+ Started GET "/this-does-not-exist?lockup_codeword=omgponies" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6225
+ Processing by ApplicationController#render_404 as HTML
6226
+ Parameters: {"lockup_codeword"=>"omgponies", "path"=>"this-does-not-exist"}
6227
+ Redirected to http://www.example.com/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fthis-does-not-exist
6228
+ Filter chain halted as :check_for_lockup rendered or redirected
6229
+ Completed 302 Found in 0ms (Allocations: 218)
6230
+ Started GET "/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fthis-does-not-exist" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6231
+ Processing by Lockup::LockupController#unlock as HTML
6232
+ Parameters: {"lockup_codeword"=>"omgponies", "return_to"=>"/this-does-not-exist"}
6233
+ Redirected to http://www.example.com/this-does-not-exist
6234
+ Completed 302 Found in 0ms (Allocations: 161)
6235
+ Started GET "/this-does-not-exist" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6236
+ Processing by ApplicationController#render_404 as HTML
6237
+ Parameters: {"path"=>"this-does-not-exist"}
6238
+ Rendering layout layouts/application.html.erb
6239
+ Rendering public/404.html within layouts/application
6240
+ Rendered public/404.html within layouts/application (Duration: 0.1ms | Allocations: 7)
6241
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 219)
6242
+ Completed 404 Not Found in 1ms (Views: 0.9ms | Allocations: 844)
6243
+ Started GET "/posts?lockup_codeword=omgponies" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6244
+ Processing by PostsController#index as HTML
6245
+ Parameters: {"lockup_codeword"=>"omgponies"}
6246
+ Redirected to http://www.example.com/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fposts
6247
+ Filter chain halted as :check_for_lockup rendered or redirected
6248
+ Completed 302 Found in 0ms (Allocations: 185)
6249
+ Started GET "/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fposts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6250
+ Processing by Lockup::LockupController#unlock as HTML
6251
+ Parameters: {"lockup_codeword"=>"omgponies", "return_to"=>"/posts"}
6252
+ Completed 200 OK in 0ms (Allocations: 77)
6253
+ Started GET "/posts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6254
+ Processing by PostsController#index as HTML
6255
+ Redirected to http://www.example.com/lockup/unlock?return_to=%2Fposts
6256
+ Filter chain halted as :check_for_lockup rendered or redirected
6257
+ Completed 302 Found in 0ms (Allocations: 181)
6258
+ Started GET "/lockup/unlock?return_to=%2Fposts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6259
+ Processing by Lockup::LockupController#unlock as HTML
6260
+ Parameters: {"return_to"=>"/posts"}
6261
+ Rendering layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb
6262
+ Rendering /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
6263
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (Duration: 0.2ms | Allocations: 264)
6264
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (Duration: 0.0ms | Allocations: 7)
6265
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (Duration: 0.0ms | Allocations: 5)
6266
+ Rendered layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb (Duration: 0.3ms | Allocations: 395)
6267
+ Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 660)
6268
+ Started POST "/lockup/unlock" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6269
+ Processing by Lockup::LockupController#unlock as HTML
6270
+ Parameters: {"utf8"=>"✓", "lockup"=>{"codeword"=>"omgponies", "return_to"=>"/posts"}, "button"=>""}
6271
+ Redirected to http://www.example.com/posts
6272
+ Completed 302 Found in 0ms (Allocations: 166)
6273
+ Started GET "/posts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6274
+ Processing by PostsController#index as HTML
6275
+ Rendering layout layouts/application.html.erb
6276
+ Rendering posts/index.html.erb within layouts/application
6277
+ Rendered posts/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 55)
6278
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 220)
6279
+ Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 448)
6280
+ Started GET "/posts?lockup_codeword=omgponies" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6281
+ Processing by PostsController#index as HTML
6282
+ Parameters: {"lockup_codeword"=>"omgponies"}
6283
+ Redirected to http://www.example.com/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fposts
6284
+ Filter chain halted as :check_for_lockup rendered or redirected
6285
+ Completed 302 Found in 0ms (Allocations: 185)
6286
+ Started GET "/lockup/unlock?lockup_codeword=omgponies&return_to=%2Fposts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6287
+ Processing by Lockup::LockupController#unlock as HTML
6288
+ Parameters: {"lockup_codeword"=>"omgponies", "return_to"=>"/posts"}
6289
+ Redirected to http://www.example.com/posts
6290
+ Completed 302 Found in 0ms (Allocations: 159)
6291
+ Started GET "/posts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6292
+ Processing by PostsController#index as HTML
6293
+ Rendering layout layouts/application.html.erb
6294
+ Rendering posts/index.html.erb within layouts/application
6295
+ Rendered posts/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 67)
6296
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 235)
6297
+ Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 504)
6298
+ Started GET "/posts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6299
+ Processing by PostsController#index as HTML
6300
+ Redirected to http://www.example.com/lockup/unlock?return_to=%2Fposts
6301
+ Filter chain halted as :check_for_lockup rendered or redirected
6302
+ Completed 302 Found in 0ms (Allocations: 181)
6303
+ Started GET "/lockup/unlock?return_to=%2Fposts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6304
+ Processing by Lockup::LockupController#unlock as HTML
6305
+ Parameters: {"return_to"=>"/posts"}
6306
+ Rendering layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb
6307
+ Rendering /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application
6308
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (Duration: 0.1ms | Allocations: 238)
6309
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_css.html.erb (Duration: 0.0ms | Allocations: 7)
6310
+ Rendered /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/_inline_js.html.erb (Duration: 0.0ms | Allocations: 5)
6311
+ Rendered layout /Users/gblakeman/Dropbox/-Interdiscipline/-Projects/Lockup/Build/Gem/lockup_gem/app/views/layouts/lockup/application.html.erb (Duration: 0.2ms | Allocations: 369)
6312
+ Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 633)
6313
+ Started GET "/posts" for 127.0.0.1 at 2021-12-20 17:28:51 -0800
6314
+ Processing by PostsController#index as HTML
6315
+ Rendering layout layouts/application.html.erb
6316
+ Rendering posts/index.html.erb within layouts/application
6317
+ Rendered posts/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 77)
6318
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 248)
6319
+ Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 529)
6320
+ Processing by Lockup::LockupController#unlock as HTML
6321
+ Parameters: {"foo"=>"bar"}
6322
+ Completed 200 OK in 0ms (Allocations: 107)
6323
+ Processing by Lockup::LockupController#unlock as TEXT
6324
+ Completed 406 Not Acceptable in 0ms (Allocations: 183)
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.6.1
4
+ version: '1.7'
5
5
  platform: ruby
6
6
  authors:
7
- - gb Studio
7
+ - Interdiscipline
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-09 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '7.0'
22
+ version: '7.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,68 +29,68 @@ dependencies:
29
29
  version: '3'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '7.0'
32
+ version: '7.1'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rspec-rails
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
37
+ - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: '3.5'
39
+ version: '0'
40
40
  type: :development
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - "~>"
44
+ - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: '3.5'
46
+ version: '0'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: capybara
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - "~>"
51
+ - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: '2.9'
53
+ version: '0'
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - "~>"
58
+ - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: '2.9'
60
+ version: '0'
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: launchy
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - "~>"
65
+ - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: '2.4'
67
+ version: '0'
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - "~>"
72
+ - - ">="
73
73
  - !ruby/object:Gem::Version
74
- version: '2.4'
74
+ version: '0'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: byebug
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - "~>"
79
+ - - ">="
80
80
  - !ruby/object:Gem::Version
81
- version: '9.0'
81
+ version: '0'
82
82
  type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - "~>"
86
+ - - ">="
87
87
  - !ruby/object:Gem::Version
88
- version: '9.0'
88
+ version: '0'
89
89
  description: A simple gem to more elegantly place a staging server or other in-progress
90
90
  application behind a basic codeword. It’s easy to implement, share with clients/collaborators,
91
91
  and more beautiful than the typical password-protection sheet.
92
92
  email:
93
- - hello@grantblakeman.com
93
+ - hello@interdiscipline.com
94
94
  executables: []
95
95
  extensions: []
96
96
  extra_rdoc_files: []
@@ -194,7 +194,7 @@ files:
194
194
  - spec/features/access_restricted_spec.rb
195
195
  - spec/spec_helper.rb
196
196
  - spec/support/features/user_agent_helper.rb
197
- homepage: http://lockupgem.com
197
+ homepage: http://lockup.interdiscipline.com
198
198
  licenses:
199
199
  - MIT
200
200
  metadata: {}
@@ -213,91 +213,91 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  - !ruby/object:Gem::Version
214
214
  version: '0'
215
215
  requirements: []
216
- rubygems_version: 3.1.4
216
+ rubygems_version: 3.2.32
217
217
  signing_key:
218
218
  specification_version: 4
219
219
  summary: Lock staging servers from search engines and prying eyes.
220
220
  test_files:
221
- - spec/spec_helper.rb
222
- - spec/dummy/app/models/post.rb
221
+ - spec/controllers/lockup/lockup_controller_spec.rb
222
+ - spec/dummy/Rakefile
223
+ - spec/dummy/app/assets/javascripts/application.js
224
+ - spec/dummy/app/assets/stylesheets/application.css
223
225
  - spec/dummy/app/controllers/application_controller.rb
224
226
  - spec/dummy/app/controllers/posts_controller.rb
227
+ - spec/dummy/app/helpers/application_helper.rb
228
+ - spec/dummy/app/models/post.rb
229
+ - spec/dummy/app/views/layouts/application.html.erb
225
230
  - spec/dummy/app/views/posts/index.html.erb
226
231
  - spec/dummy/app/views/posts/show.html.erb
227
- - spec/dummy/app/views/layouts/application.html.erb
228
- - spec/dummy/app/assets/javascripts/application.js
229
- - spec/dummy/app/assets/stylesheets/application.css
230
- - spec/dummy/app/helpers/application_helper.rb
231
- - spec/dummy/bin/rake
232
232
  - spec/dummy/bin/bundle
233
233
  - spec/dummy/bin/rails
234
- - spec/dummy/config/routes.rb
235
- - spec/dummy/config/locales/en.yml
234
+ - spec/dummy/bin/rake
235
+ - spec/dummy/config/application.rb
236
+ - spec/dummy/config/boot.rb
236
237
  - spec/dummy/config/database.yml.old
237
- - spec/dummy/config/environments/production.rb
238
+ - spec/dummy/config/environment.rb
238
239
  - spec/dummy/config/environments/development.rb
240
+ - spec/dummy/config/environments/production.rb
239
241
  - spec/dummy/config/environments/test.rb
240
- - spec/dummy/config/environment.rb
241
- - spec/dummy/config/application.rb
242
- - spec/dummy/config/boot.rb
243
242
  - spec/dummy/config/initializers/backtrace_silencers.rb
244
- - spec/dummy/config/initializers/mime_types.rb
245
243
  - spec/dummy/config/initializers/filter_parameter_logging.rb
244
+ - spec/dummy/config/initializers/inflections.rb
245
+ - spec/dummy/config/initializers/mime_types.rb
246
+ - spec/dummy/config/initializers/secret_token.rb
246
247
  - spec/dummy/config/initializers/session_store.rb
247
248
  - spec/dummy/config/initializers/wrap_parameters.rb
248
- - spec/dummy/config/initializers/secret_token.rb
249
- - spec/dummy/config/initializers/inflections.rb
249
+ - spec/dummy/config/locales/en.yml
250
+ - spec/dummy/config/routes.rb
250
251
  - spec/dummy/config.ru
251
- - spec/dummy/Rakefile
252
- - spec/dummy/public/favicon.ico
252
+ - spec/dummy/log/test.log
253
+ - spec/dummy/public/404.html
253
254
  - spec/dummy/public/422.html
254
255
  - spec/dummy/public/500.html
255
- - spec/dummy/public/404.html
256
- - spec/dummy/log/test.log
257
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/95/95P6bvsQVesazfXbch-k2X1l8jd1M5dhQwf3gkEMkW0.cache
258
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/PM/PMPBz9_dKw9ipSgrNK8UFc61b5_CmXZe35m_NDnG878.cache
259
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/YE/YEsgbIYcOj5b--9MgCOjHz3rqCE_I1AodoqgsXAc0Rk.cache
260
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/6-/6-m--XYRC6sgzU20Fjl3eNNi-KRD--wHvyp9NLC1Osc.cache
261
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/PQ/PQou7FpFPKLaf9zYBRfJsDy7BpglbbzivmOAodVr8uk.cache
262
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/6u/6uw-euAXSnw7A8Rp165hOqamzG_4X6lAFqKpsUC269Y.cache
263
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/PE/PE4qT2vBxYzDt9ccdMf4qpdTP7dOm-R5cLIBQibKwRQ.cache
264
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/_a/_ahU6GJRXYWezxtUUOJlVQtFLRMU1fYvLTnTRFMrDLc.cache
265
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/GA/GASYa5vOdbDTxwlNjrbfSeP0VqSsLpI1WPJOL-DlpX8.cache
266
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/a3/a3LI7V_UQhBf2PA5TNan-OFVEmOPGub-dALwHdcnl4g.cache
267
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/gO/gO-rpB7IiDeyguj60kVlTKZVtRC2P1B99AOB14IdvVI.cache
268
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/Ng/NgxbVmfEhJPMVKKQOWa0nwrHB7PcQjSyU8CLLguWYlo.cache
269
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/mF/mFzO6RlRkEilcU4bVWSiyPNzUWv9R9eh45cdsmGqpvw.cache
270
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/d7/d7DB4O8lDLFo9gOfMQSaCnB8k1EOhi9CI-wORs7phHA.cache
271
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/Be/BeQzK8km75VcVbxttC5dc_XGArX1AAuZhDSKhwEI7Rk.cache
256
+ - spec/dummy/public/favicon.ico
272
257
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/-_/-_hoC7iCURPIMaZQtgjDhi4hCpLKG585HTC7Ul0JTyM.cache
273
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/B3/B33FTX989v8LP64xdx3RQwjUBAenWdgN6qT8sRqdw0U.cache
274
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/da/daE8WdGd6mDoG0keykx6rDUMRlngpenrFsL2vfufi3Q.cache
275
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/hj/hj8Ir9wcVSy1KYrnWu9bpD24vDhCG3tvt-nKbNxb1Wg.cache
276
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/Bv/BvvkkdlkVM4cBhtsLeO_KNhAw4lWc34LvJc6PpPe2_0.cache
277
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/JT/JT67EmzctkGMcnuWGu3PGVl4VdsixOmCeTj1iN8XqFU.cache
278
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/fj/fjfIq3nTka9gbbbTSocrSyKTA8Hw6aHbcK3qD1YI7RQ.cache
279
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/oC/oCsZTGZyV4kH8Y4OeSDUdrwfkJFPzTODZjuBKZB8oGQ.cache
280
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/ex/ex37pyZlJ6WVOlsFRfbNt8tJ6ItpOUdF25wSqyCZ0m8.cache
281
258
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/1S/1S-qcbypJoWh67XAomrFuZGWGFhl6HNhHAOp3gVaaiw.cache
282
259
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/1T/1T-a1hn7TPU4VqYN1_WMFcWXOJr7VHGalLxVInuxckM.cache
283
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/tE/tEEvLa1vvdK2lR98REdVz1IjLYaeMlV_AgQdGIW4LIo.cache
284
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/q6/q6BYa32YJF11eGVapO4ouNl6gayPIsARgMavlzZmoi0.cache
285
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/WC/WCPElyBEHMaQVSX5y9b3OeK62YirmwoDyI47yFYx5GQ.cache
286
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/x7/x7KkTV3ibfIEysLB_ug5bfmnn2VLV_BldukPR3EoPBk.cache
260
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/2W/2WafOXAlZWOOKjT_pCsPP6H0bip-q92L9Q8XzWyMqbc.cache
287
261
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/2s/2s3YUjKGbnsy4nqjtt3_bLi2-n7vURwbi1N4I3efe3M.cache
288
262
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/3T/3TDG6xxFriIdNUVsjkfIPHi9mn6xyJiufz5luT9uV5o.cache
289
263
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/54/54JuizNobIWGWy1THHxcQSq9oLjimE6qRyKaKuNrnuA.cache
264
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/6-/6-m--XYRC6sgzU20Fjl3eNNi-KRD--wHvyp9NLC1Osc.cache
265
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/6u/6uw-euAXSnw7A8Rp165hOqamzG_4X6lAFqKpsUC269Y.cache
266
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/95/95P6bvsQVesazfXbch-k2X1l8jd1M5dhQwf3gkEMkW0.cache
290
267
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/AI/AIq1hOqbIEsv4axZsOrIclrV--qSRMK14G7Y9YRmJKQ.cache
291
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/an/an5T9Xaa_8TzwqSi-3_QvugSt6XCrqMFMhj_wgbhdL8.cache
292
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/dJ/dJWRgn1--GxOqSrtxei98rXsb6G2dLteWRCtrwvf9lY.cache
293
268
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/B0/B0EBoWHSPTh5IQWXWeFGOwzYNb6Zxdwn27zAm_RVL74.cache
269
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/B3/B33FTX989v8LP64xdx3RQwjUBAenWdgN6qT8sRqdw0U.cache
270
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/Be/BeQzK8km75VcVbxttC5dc_XGArX1AAuZhDSKhwEI7Rk.cache
271
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/Bv/BvvkkdlkVM4cBhtsLeO_KNhAw4lWc34LvJc6PpPe2_0.cache
272
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/FG/FG-BqpRggGMOXoepAAKDnKJf3YSxLoqyKYByHOyPhVE.cache
273
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/GA/GASYa5vOdbDTxwlNjrbfSeP0VqSsLpI1WPJOL-DlpX8.cache
294
274
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/GC/GCrmbUWerBeVYCAFt30IhkIhhe1F5oG6X5SzWdyj4dE.cache
275
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/JT/JT67EmzctkGMcnuWGu3PGVl4VdsixOmCeTj1iN8XqFU.cache
276
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/Ng/NgxbVmfEhJPMVKKQOWa0nwrHB7PcQjSyU8CLLguWYlo.cache
277
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/PE/PE4qT2vBxYzDt9ccdMf4qpdTP7dOm-R5cLIBQibKwRQ.cache
278
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/PM/PMPBz9_dKw9ipSgrNK8UFc61b5_CmXZe35m_NDnG878.cache
279
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/PQ/PQou7FpFPKLaf9zYBRfJsDy7BpglbbzivmOAodVr8uk.cache
280
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/WC/WCPElyBEHMaQVSX5y9b3OeK62YirmwoDyI47yFYx5GQ.cache
281
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/YE/YEsgbIYcOj5b--9MgCOjHz3rqCE_I1AodoqgsXAc0Rk.cache
282
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/_a/_ahU6GJRXYWezxtUUOJlVQtFLRMU1fYvLTnTRFMrDLc.cache
283
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/a3/a3LI7V_UQhBf2PA5TNan-OFVEmOPGub-dALwHdcnl4g.cache
284
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/an/an5T9Xaa_8TzwqSi-3_QvugSt6XCrqMFMhj_wgbhdL8.cache
285
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/d7/d7DB4O8lDLFo9gOfMQSaCnB8k1EOhi9CI-wORs7phHA.cache
286
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/dJ/dJWRgn1--GxOqSrtxei98rXsb6G2dLteWRCtrwvf9lY.cache
287
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/da/daE8WdGd6mDoG0keykx6rDUMRlngpenrFsL2vfufi3Q.cache
288
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/ex/ex37pyZlJ6WVOlsFRfbNt8tJ6ItpOUdF25wSqyCZ0m8.cache
289
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/fj/fjfIq3nTka9gbbbTSocrSyKTA8Hw6aHbcK3qD1YI7RQ.cache
290
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/gO/gO-rpB7IiDeyguj60kVlTKZVtRC2P1B99AOB14IdvVI.cache
291
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/hj/hj8Ir9wcVSy1KYrnWu9bpD24vDhCG3tvt-nKbNxb1Wg.cache
295
292
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/jB/jBSZ526UktWa5tR11UzXAqsEYE1Uf1yI6odiAdWnvmA.cache
296
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/FG/FG-BqpRggGMOXoepAAKDnKJf3YSxLoqyKYByHOyPhVE.cache
293
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/mF/mFzO6RlRkEilcU4bVWSiyPNzUWv9R9eh45cdsmGqpvw.cache
294
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/oC/oCsZTGZyV4kH8Y4OeSDUdrwfkJFPzTODZjuBKZB8oGQ.cache
297
295
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/o_/o_9WAKcyhWaKsXtDJBWkFXYEpjeVSDI-aYQcoIby45I.cache
298
296
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/o_/o_N92h27J6XZ47drVHd36L-LHb1TeVSJOP8GCoR6rfc.cache
297
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/q6/q6BYa32YJF11eGVapO4ouNl6gayPIsARgMavlzZmoi0.cache
298
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/tE/tEEvLa1vvdK2lR98REdVz1IjLYaeMlV_AgQdGIW4LIo.cache
299
299
  - spec/dummy/tmp/cache/assets/sprockets/v3.0/wA/wATh7Ebr5mFZMB9ZJY3oSB30TkhmKO7d13dHqZYv-G0.cache
300
- - spec/dummy/tmp/cache/assets/sprockets/v3.0/2W/2WafOXAlZWOOKjT_pCsPP6H0bip-q92L9Q8XzWyMqbc.cache
300
+ - spec/dummy/tmp/cache/assets/sprockets/v3.0/x7/x7KkTV3ibfIEysLB_ug5bfmnn2VLV_BldukPR3EoPBk.cache
301
301
  - spec/features/access_restricted_spec.rb
302
+ - spec/spec_helper.rb
302
303
  - spec/support/features/user_agent_helper.rb
303
- - spec/controllers/lockup/lockup_controller_spec.rb