Skip to content

Commit

Permalink
Update gem metadata
Browse files Browse the repository at this point in the history
This should look better on rubygems.org.
  • Loading branch information
emk committed Nov 27, 2011
1 parent d8d9495 commit 3f97425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rails_blog_engine.gemspec
Expand Up @@ -9,9 +9,9 @@ Gem::Specification.new do |s|
s.version = RailsBlogEngine::VERSION
s.authors = ["Eric Kidd"]
s.email = ["eric@kiddsoftware.com"]
s.homepage = "http://github.com/emk/rails_blog_engine"
s.homepage = "http://github.com/kiddsoftware/rails_blog_engine"
s.summary = "Rails 3.1 drop-in blog engine"
s.description = "A simple blog engine which can be dropped into an existing Rails application"
s.description = "Rails 3.1 drop-in blog engine for existing Rails applications"

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md", "BOOTSTRAP-LICENSE.txt", "PYGMENTS-LICENSE.txt", "RAILS-LICENSE.txt"]
s.test_files = Dir["test/**/*"]
Expand Down

0 comments on commit 3f97425

Please sign in to comment.