Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Jan 23, 2009
1 parent 8773d91 commit bfc56fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/openuri/memcached.rb
Expand Up @@ -6,6 +6,7 @@
require 'rubygems'
end

gem "memcached", ">= 0.10"
require 'memcached'

module OpenURI
Expand Down
5 changes: 1 addition & 4 deletions open-uri-memcached.gemspec
Expand Up @@ -6,8 +6,5 @@ Gem::Specification.new do |s|
s.description = "OpenURI with transparent caching"
s.authors = ["Ben Schwarz"]
s.summary = "The same OpenURI that you know and love with the power of Memcached"
s.files = %w(README lib/openuri_memcached.rb)

# Deps
s.add_dependency("memcached", ">= 0.10")
s.files = %w(README.markdown History.txt License.txt lib/openuri_memcached.rb lib/openuri/memcached.rb lib/openuri/common.rb lib/openuri/rails-cache.rb)
end

0 comments on commit bfc56fc

Please sign in to comment.