Skip to content

Commit

Permalink
making nice with gems; bye mooch, it was fun
Browse files Browse the repository at this point in the history
  • Loading branch information
levicook committed Feb 15, 2010
1 parent 8a71565 commit 9cdfcab
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 57 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ begin
gem.email = "levicook@gmail.com"
gem.homepage = "http://github.com/levicook/memodis"
gem.authors = ["levicook@gmail.com"]
gem.add_dependency "redis", ">= 0.1.2"
gem.add_development_dependency "riot", ">= 0"
gem.add_development_dependency "reek", ">= 0"
gem.add_development_dependency "daemon_controller", ">= 0"
Expand Down
10 changes: 0 additions & 10 deletions lib/dependencies.rb

This file was deleted.

5 changes: 3 additions & 2 deletions lib/memodis.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
require 'pathname'
load Pathname.new(__FILE__).parent+'dependencies.rb'
require 'rubygems'

require 'pathname'
require 'memodis/dist_cache'


module Memodis

# slurp cool vendor goodies into our namespace. would declare them
Expand Down
4 changes: 2 additions & 2 deletions lib/memodis/dist_cache.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module Memodis
require 'dist_redis'

module Memodis
class DistCache

CODERS = {}
Expand Down Expand Up @@ -85,5 +86,4 @@ def resolve_coder(coder_spec)
end

end

end
39 changes: 0 additions & 39 deletions script/mooch

This file was deleted.

1 change: 0 additions & 1 deletion vendor/levicook/redis-rb
Submodule redis-rb deleted from 29517f

0 comments on commit 9cdfcab

Please sign in to comment.