Skip to content

Commit

Permalink
Filled out gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jan 26, 2011
1 parent cb79edc commit 06074ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions adapter-memcached.gemspec
Expand Up @@ -6,11 +6,11 @@ Gem::Specification.new do |s|
s.name = "adapter-memcached" s.name = "adapter-memcached"
s.version = Adapter::Memcached::VERSION s.version = Adapter::Memcached::VERSION
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = ["TODO: Write your name"] s.authors = ["John Nunemaker"]
s.email = ["TODO: Write your email address"] s.email = ["nunemaker@gmail.com"]
s.homepage = "" s.homepage = ""
s.summary = %q{TODO: Write a gem summary} s.summary = %q{Adapter for memcached}
s.description = %q{TODO: Write a gem description} s.description = %q{Adapter for memcached}


s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 06074ac

Please sign in to comment.