Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerouze committed Feb 17, 2010
1 parent ab5e969 commit fda9539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
47 changes: 0 additions & 47 deletions README.rdoc

This file was deleted.

2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ begin
gem.email = "nicolas.merouze@gmail.com"
gem.homepage = "http://github.com/nmerouze/mongo_session_store"
gem.authors = ["Nicolas Mérouze", "Tony Pitale", "Chris Brickley"]
gem.files = Dir["README.rdoc", "lib/**/*"]
gem.files = Dir["README.md", "lib/**/*"]

gem.add_dependency 'actionpack', '~> 2.3'
gem.add_development_dependency 'mongo_mapper', '>= 0.6.1'
Expand Down
4 changes: 2 additions & 2 deletions mongo_session_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Gem::Specification.new do |s|
s.date = %q{2010-02-17}
s.email = %q{nicolas.merouze@gmail.com}
s.extra_rdoc_files = [
"README.rdoc"
"README.md"
]
s.files = [
"README.rdoc",
"README.md",
"lib/mongo_session_store.rb",
"lib/mongo_session_store/mongo_mapper.rb",
"lib/mongo_session_store/mongoid.rb"
Expand Down

0 comments on commit fda9539

Please sign in to comment.