From 628780e0dbdc45bc2b16efecde0f2e3dfc223426 Mon Sep 17 00:00:00 2001 From: Jeff Dallien Date: Mon, 20 Feb 2012 19:09:27 -0500 Subject: [PATCH] Update README and gemspec with current information --- README.md | 13 ++++++++++--- cookie_extractor.gemspec | 6 +++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ba811cb..fff51ee 100644 --- a/README.md +++ b/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. -License -------- +### Install ### + +gem install cookie_extractor + +### Usage ### + +cookie_extractor /path/to/firefox/cookies.sqlite > cookies.txt + +### License ### Copyright (c) 2012 Jeff Dallien diff --git a/cookie_extractor.gemspec b/cookie_extractor.gemspec index 7ea8ee4..a53359a 100644 --- a/cookie_extractor.gemspec +++ b/cookie_extractor.gemspec @@ -7,9 +7,9 @@ Gem::Specification.new do |s| s.version = CookieExtractor::VERSION s.authors = ["Jeff Dallien"] s.email = ["jeff@dallien.net"] - s.homepage = "http://jeff.dallien.net/" - s.summary = %q{Create cookies.txt from Firefox or Chrome cookies} - s.description = %q{Extract cookies from Firefox or Chrome sqlite databases into a wget-compatible cookies.txt file.} + s.homepage = "http://github.com/jdallien/cookie_extractor" + s.summary = %q{Create cookies.txt from Firefox cookies} + s.description = %q{Extract cookies from Firefox sqlite databases into a wget-compatible cookies.txt file.} s.rubyforge_project = "cookie_extractor"