Update README and gemspec with current information

master v0.0.1
Jeff Dallien 2012-02-20 19:09:27 -05:00
parent 91904e8130
commit 628780e0db
2 changed files with 13 additions and 6 deletions

View File

@ -1,10 +1,17 @@
cookie-extractor cookie_extractor
---------------- ----------------
Extract cookies from Firefox sqlite cookie store (eventually Chrome also) into a wget-compatible cookies.txt file. Extract cookies from Firefox sqlite cookie store (eventually Chrome also) into a wget-compatible cookies.txt file.
License ### Install ###
-------
gem install cookie_extractor
### Usage ###
cookie_extractor /path/to/firefox/cookies.sqlite > cookies.txt
### License ###
Copyright (c) 2012 Jeff Dallien Copyright (c) 2012 Jeff Dallien

View File

@ -7,9 +7,9 @@ Gem::Specification.new do |s|
s.version = CookieExtractor::VERSION s.version = CookieExtractor::VERSION
s.authors = ["Jeff Dallien"] s.authors = ["Jeff Dallien"]
s.email = ["jeff@dallien.net"] s.email = ["jeff@dallien.net"]
s.homepage = "http://jeff.dallien.net/" s.homepage = "http://github.com/jdallien/cookie_extractor"
s.summary = %q{Create cookies.txt from Firefox or Chrome cookies} s.summary = %q{Create cookies.txt from Firefox cookies}
s.description = %q{Extract cookies from Firefox or Chrome sqlite databases into a wget-compatible cookies.txt file.} s.description = %q{Extract cookies from Firefox sqlite databases into a wget-compatible cookies.txt file.}
s.rubyforge_project = "cookie_extractor" s.rubyforge_project = "cookie_extractor"