Skip to content

Commit

Permalink
gemspec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Sep 14, 2011
1 parent 3249e16 commit e595c95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 447 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
pkg/*
.DS_Store
*.tmproj
3 changes: 1 addition & 2 deletions top4r.gemspec
Expand Up @@ -3,8 +3,7 @@ Gem::Specification.new do |s|
s.name = "top4r"
s.version = "0.1.4"
s.platform = Gem::Platform::RUBY
s.has_rdoc = true
s.extra_rdoc_files = ["README","CHANGES","TODO","MIT-LICENSE",]
s.extra_rdoc_files = ["README.textile","CHANGES","TODO","MIT-LICENSE",]
s.summary = "TOP4R is a library that can help you build plugin for TaoBao.com quickly in pure Ruby."
s.author = "Nowa Zhu"
s.email = "nowazhu@gmail.com"
Expand Down

0 comments on commit e595c95

Please sign in to comment.