read_it_later 0.2.0 → 0.2.1
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.textile +9 -0
- data/VERSION +1 -1
- data/read_it_later.gemspec +1 -1
- metadata +1 -1
data/README.textile
CHANGED
|
@@ -5,3 +5,12 @@ p. Please see sample_usage.rb for examples of use.
|
|
|
5
5
|
p. For details on the ReadItLater API see http://readitlaterlist.com/api/docs/
|
|
6
6
|
|
|
7
7
|
p. For details on what is ReadItLater see http://readitlaterlist.com/
|
|
8
|
+
|
|
9
|
+
p. NEW: Has been deployed to gemcutter as a gem, you can install it like this:
|
|
10
|
+
|
|
11
|
+
<pre><code>sudo gem install read_it_later</code></pre>
|
|
12
|
+
|
|
13
|
+
p. And that's it, then just require it from you Ruby programs.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/read_it_later.gemspec
CHANGED