Update README and gemspec with current information
This commit is contained in:
parent
91904e8130
commit
628780e0db
2 changed files with 13 additions and 6 deletions
13
README.md
13
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue