read_it_later 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.textile +9 -0
  2. data/VERSION +1 -1
  3. data/read_it_later.gemspec +1 -1
  4. 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.0
1
+ 0.2.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{read_it_later}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Gabriel Medina"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: read_it_later
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Medina