instapaper_full 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +4 -0
- data/lib/faraday/oauth.rb +2 -0
- data/lib/instapaper_full/version.rb +1 -1
- data/lib/instapaper_full.rb +1 -4
- metadata +4 -4
data/README.md
CHANGED
|
@@ -6,6 +6,10 @@ Draft version.
|
|
|
6
6
|
|
|
7
7
|
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.
|
|
8
8
|
|
|
9
|
+
# Installation
|
|
10
|
+
|
|
11
|
+
gem install instapaper_full
|
|
12
|
+
|
|
9
13
|
# Examples
|
|
10
14
|
|
|
11
15
|
ip = InstapaperFull::API.new :consumer_key => "my key", :consumer_secret => "my secret"
|
data/lib/faraday/oauth.rb
CHANGED
data/lib/instapaper_full.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: instapaper_full
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matt Biddulph
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-03-03 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|