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

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelian committed Jan 4, 2010
1 parent 9a7ad01 commit 224bac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -32,7 +32,7 @@ Public API:
* reading_list(:continuation => nil, :dump_data => false, :output => "atom/json")
* subscribe(feed_url, label=test)
* unsubscribe(feed_url)
* mark_as_read(entry_google_id)
* mark_as_read( entry_google_ids ) # can pass an entry id or an array of entries id

Protected API:

Expand Down
4 changes: 2 additions & 2 deletions grapi.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{grapi}
s.version = "0.3.0"
s.version = "0.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aurelian Oancea"]
s.date = %q{2009-12-29}
s.date = %q{2010-01-04}
s.description = %q{Ruby client for unofficial Google Reader API}
s.email = %q{oancea@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 224bac4

Please sign in to comment.