Skip to content

Commit

Permalink
Merge pull request #7 from krautcomputing/fix_requires
Browse files Browse the repository at this point in the history
fix requires
  • Loading branch information
marceloboeira committed Jan 31, 2016
2 parents 2f4ab33 + 604368c commit 3103bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rack/cache/redis_entitystore.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'rack/cache/entitystore'
require 'rack/cache/entity_store'
require 'redis-rack-cache/constants'

module Rack
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/cache/redis_metastore.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'digest/sha1'
require 'rack/utils'
require 'rack/cache/key'
require 'rack/cache/metastore'
require 'rack/cache/meta_store'
require 'redis-rack-cache/constants'

module Rack
Expand Down

0 comments on commit 3103bd2

Please sign in to comment.