Skip to content

Commit

Permalink
new README and gemspec for 0.0.4 that adds access token handling
Browse files Browse the repository at this point in the history
  • Loading branch information
birarda committed Aug 29, 2013
1 parent 182ad5f commit b1765fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.markdown
Expand Up @@ -8,11 +8,10 @@ Documentation is [here](http://rubydoc.info/github/birarda/logan/).
###Examples
```ruby
basecamp_ID = "12345678"
username = "username"
password = "password"
auth_hash = { :username => "username", :password => "password" }
user_agent = "LoganUserAgent (email@example.com)"

logan = Logan::Client.new(basecamp_ID, username, password, user_agent)
logan = Logan::Client.new(basecamp_ID, auth_hash, user_agent)

basecamp_projects = logan.projects
````
Expand Down
4 changes: 2 additions & 2 deletions logan.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'logan'
s.version = '0.0.3'
s.date = '2013-07-17'
s.version = '0.0.4'
s.date = Time.now
s.summary = "ruby gem to communicate with new Basecamp API"
s.authors = ["Stephen Birarda"]
s.email = 'logan@birarda.com'
Expand Down

0 comments on commit b1765fb

Please sign in to comment.