Skip to content

Commit

Permalink
build and push gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb committed Feb 15, 2011
1 parent 3aa1ee4 commit 94c5639
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,10 @@ Draft version.

Note that you need to [request OAuth Application tokens manually](http://www.instapaper.com/main/request_oauth_consumer_token) and that most methods only work for Instapaper subscribers.

# Installation

gem install instapaper_full

# Examples

ip = InstapaperFull::API.new :consumer_key => "my key", :consumer_secret => "my secret"
Expand Down
2 changes: 1 addition & 1 deletion instapaper_full.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Matt Biddulph"]
s.email = ["mb@hackdiary.com"]
s.homepage = ""
s.homepage = "https://github.com/mattb/instapaper_full"
s.summary = %q{Wrapper for the Instapaper Full Developer API}
s.description = %q{See http://www.instapaper.com/api/full}

Expand Down
2 changes: 1 addition & 1 deletion lib/instapaper_full/version.rb
@@ -1,3 +1,3 @@
module InstapaperFull
VERSION = "0.0.1"
VERSION = "0.0.2"
end

0 comments on commit 94c5639

Please sign in to comment.