Skip to content

Commit

Permalink
Adding gemspec and ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Carlson committed Jul 15, 2008
1 parent ac95fb4 commit 379f639
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
14 changes: 14 additions & 0 deletions simple-rss.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
require 'lib/simple-rss'

Gem::Specification.new do |s|
s.name = "simple-rss"
s.version = "#{SimpleRSS::VERSION}-cardmagic"
s.date = "2008-07-15"
s.summary = "A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation."
s.email = "[email protected]"
s.homepage = "http://github.com/cardmagic/simple-rss"
s.description = "A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation."
s.has_rdoc = true
s.authors = ["Lucas Carlson"]
s.files = Dir["**/*"]
end

0 comments on commit 379f639

Please sign in to comment.