Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated gem description.
  • Loading branch information
Blake Carlson committed Sep 22, 2009
1 parent 403bb7c commit 9691668
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
rdoc
rdoc
pkg
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -5,8 +5,7 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "rack-gridfs"
gem.summary = "Rack middleware for creating HTTP endpoints for files stored in GridFS"
gem.description = "TODO"
gem.summary = "Rack middleware for creating HTTP endpoints for files stored in MongoDB's GridFS"
gem.email = "blake@coin-operated.net"
gem.homepage = "http://github.com/skinandbones/rack-gridfs"
gem.authors = ["Blake Carlson"]
Expand Down
4 changes: 2 additions & 2 deletions rack-gridfs.gemspec
Expand Up @@ -10,7 +10,6 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Blake Carlson"]
s.date = %q{2009-09-21}
s.description = %q{TODO}
s.email = %q{blake@coin-operated.net}
s.extra_rdoc_files = [
"LICENSE",
Expand All @@ -24,6 +23,7 @@ Gem::Specification.new do |s|
"VERSION",
"example/gridfs_server.rb",
"lib/rack/gridfs.rb",
"rack-gridfs.gemspec",
"test/artifacts/3wolfmoon.jpg",
"test/artifacts/test.html",
"test/artifacts/test.txt",
Expand All @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = %q{rack-gridfs}
s.rubygems_version = %q{1.3.2}
s.summary = %q{Rack middleware for creating HTTP endpoints for files stored in GridFS}
s.summary = %q{Rack middleware for creating HTTP endpoints for files stored in MongoDB's GridFS}
s.test_files = [
"test/gridfs_test.rb",
"test/test_helper.rb"
Expand Down

0 comments on commit 9691668

Please sign in to comment.