Skip to content

Commit

Permalink
Remove (insecure, deprecated) signed http request protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
dividedmind committed Oct 12, 2014
1 parent 1acbfb1 commit de1f7f8
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 445 deletions.
2 changes: 0 additions & 2 deletions lib/slosilo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
require "slosilo/symmetric"
require "slosilo/attr_encrypted"
require "slosilo/random"
require "slosilo/rack/middleware"
require "slosilo/http_request"
require "slosilo/errors"

if defined? Sequel
Expand Down
59 changes: 0 additions & 59 deletions lib/slosilo/http_request.rb

This file was deleted.

123 changes: 0 additions & 123 deletions lib/slosilo/rack/middleware.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/slosilo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Slosilo
VERSION = "0.5.0"
VERSION = "1.0.0"
end
107 changes: 0 additions & 107 deletions spec/http_request_spec.rb

This file was deleted.

44 changes: 0 additions & 44 deletions spec/http_stack_spec.rb

This file was deleted.

Loading

0 comments on commit de1f7f8

Please sign in to comment.