From 224bac4846d2677103a466547efc537d095e18b1 Mon Sep 17 00:00:00 2001 From: aurelian Date: Mon, 4 Jan 2010 19:04:20 +0100 Subject: [PATCH] updated README --- README.textile | 2 +- grapi.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.textile b/README.textile index eb9864c..53aa183 100644 --- a/README.textile +++ b/README.textile @@ -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: diff --git a/grapi.gemspec b/grapi.gemspec index 4ad63a3..0f8a718 100644 --- a/grapi.gemspec +++ b/grapi.gemspec @@ -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 = [