Skip to content

Commit

Permalink
Remove lobster examples
Browse files Browse the repository at this point in the history
Does not work since the rackup extraction (rack#1937).
  • Loading branch information
dentarg committed Sep 7, 2022
1 parent 52901ca commit 5ab9026
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -44,7 +44,7 @@ All notable changes to this project will be documented in this file. For info on
- Remove deprecated Rack::Request::SCHEME_WHITELIST. ([@jeremyevans])
- Remove internal cookie deletion using pattern matching, there are very few practical cases where it would be useful and browsers handle it correctly without us doing anything special. ([#1844](https://github.com/rack/rack/pull/1844), [@ioquatix])
- Remove `rack.version` as it comes too late to be useful. ([#1938](https://github.com/rack/rack/pull/1938), [@ioquatix])
- Extract `rackup` command, `Rack::Server`, `Rack::Handler` and related code into a separate gem. ([#1937](https://github.com/rack/rack/pull/1937), [@ioquatix])
- Extract `rackup` command, `Rack::Server`, `Rack::Handler`, `Rack::Lobster` and related code into a separate gem. ([#1937](https://github.com/rack/rack/pull/1937), [@ioquatix])

### Added

Expand Down
6 changes: 0 additions & 6 deletions example/lobster.ru

This file was deleted.

16 changes: 0 additions & 16 deletions example/protectedlobster.rb

This file was deleted.

10 changes: 0 additions & 10 deletions example/protectedlobster.ru

This file was deleted.

0 comments on commit 5ab9026

Please sign in to comment.