Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
fix readme to reference new --conf arg and add Joe as author
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeridth committed Apr 8, 2010
1 parent 6dbd13a commit 2e35fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -7,9 +7,9 @@ sudo gem install twog
h2. OAuth

Please read "this":http://blog.jasonmeridth.com/2010/04/02/oauth.html if you want to know how to get your Twitter OAuth consumer key/secret and access token/secret.
One you have those, run the rake command:
One you have those, run the command:

bq. rake generate_config
bq. twog --conf

and a hidden configuration file will be created in the your home folder (~/.twog.yaml). Once there, please fill it out with the information necessary to use this tool.

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -33,10 +33,10 @@ begin
Jeweler::Tasks.new do |s|
s.name = "twog"
s.summary = %Q{Tool to tweet blog posts}
s.email = "jmeridth@gmail.com"
s.email = ["jmeridth@gmail.com", "agilejoe@gmail.com"]
s.homepage = "http://github.com/armmer/twog"
s.description = "Tool to tweet blog posts"
s.authors = ["Jason Meridth"]
s.authors = ["Jason Meridth", "Joe Ocampo"]
s.rubyforge_project = "twog"
s.add_dependency('twitter_oauth', '>= 0.3.3')
s.add_dependency('bitly', '>= 0.4.0')
Expand Down

0 comments on commit 2e35fdb

Please sign in to comment.