Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Commit

Permalink
holy batman boiler changes 4 am commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardishungry committed Dec 20, 2010
1 parent 7cb5b1f commit 5f65bae
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1 +1 @@
*.gem
pkg
6 changes: 3 additions & 3 deletions Manifest.txt
Expand Up @@ -3,6 +3,6 @@ History.txt
Manifest.txt
README.txt
Rakefile
bin/safari_cookiejar
lib/safari_cookiejar.rb
test/test_safari_cookiejar.rb
bin/safari-cookiejar
lib/safari-cookiejar.rb
test/test_safari-cookiejar.rb
39 changes: 10 additions & 29 deletions README.txt
@@ -1,48 +1,29 @@
# Safari-Cookiejar

Calls curl or wget with a cookies.txt generated from Safari's cookie jar.

## Installation

$ git clone git://github.com/WIZARDISHUNGRY/safari-cookiejar.git
$ cd safari-cookiejar
$ gem build safari-cookiejar.gemspec
$ sudo gem install safari-cookiejar-_whatever_.gem

## Invocation

Safari Plist code taken from http://seriousorange.com/2010/01/converting-safari-cookies-plist-to-cookies-txt/


## Example

bin/safari-cookiejar.rb wget http://www.google.com/reader/public/subscriptions/user/

= safari_cookiejar

* FIX (url)
* https://github.com/WIZARDISHUNGRY/safari-cookiejar

== DESCRIPTION:

FIX (describe your package)
* Calls curl or wget with a cookies.txt generated from Safari's cookie jar.

== FEATURES/PROBLEMS:

* FIX (list of features or problems)
* Developer unfamiliar with Ruby conventions

== SYNOPSIS:

FIX (code sample of usage)
* bin/safari-cookiejar.rb wget http://www.google.com/reader/public/subscriptions/user/

== REQUIREMENTS:

* FIX (list of requirements)
* plist

== INSTALL:

* FIX (sudo gem install, anything else)

== DEVELOPERS:
$ git clone git://github.com/WIZARDISHUNGRY/safari-cookiejar.git
$ cd safari-cookiejar
$ sudo rake install_gem
== DEVELOPERS:

After checking out the source, run:

Expand All @@ -55,7 +36,7 @@ and generate the RDoc.

(The MIT License)

Copyright (c) 2010 FIX
Copyright (c) 2010 Jonathan Williams

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -9,14 +9,14 @@ require 'hoe'
# Hoe.plugin :racc
# Hoe.plugin :rubyforge

Hoe.spec 'safari_cookiejar' do
Hoe.spec 'safari-cookiejar' do
# HEY! If you fill these out in ~/.hoe_template/Rakefile.erb then
# you'll never have to touch them again!
# (delete this comment too, of course)

# developer('FIX', 'FIX@example.com')
developer('Jon Williams', 'jonathan.williams@gmail.com')

# self.rubyforge_name = 'safari_cookiejarx' # if different than 'safari_cookiejar'
# self.rubyforge_name = 'safari-cookiejar' # if different than 'safari-cookiejar'
end

# vim: syntax=ruby
8 changes: 0 additions & 8 deletions test/test_safari_cookiejar.rb

This file was deleted.

0 comments on commit 5f65bae

Please sign in to comment.