instafavs 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.textile CHANGED
@@ -27,4 +27,6 @@ To check your Twitter feed every 5 minutes for new favorites:
27
27
  */5 * * * * bash --login -c instafavs
28
28
  </pre>
29
29
 
30
+ instafavs only polls your latest 20 favorites each time, so you should ensure your cron job is set at a reasonable enough interval that no favorites will be missed.
31
+
30
32
  Please email any feedback or bug reports to "bradb@30sleeps.com":mailto:bradb@30sleeps.com.
@@ -1,3 +1,3 @@
1
1
  module Instafavs
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brad Bollenbach