reddit_api 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7784713e1ccff6488f9690819d545378ba494ccc
4
- data.tar.gz: 57a410a81036adea1216bc57183cf829e166bd16
3
+ metadata.gz: 7b74adc6da230d16517328dcaea7d719a516dd37
4
+ data.tar.gz: adcd1a2148752e9715b3d2183b2b8abd4852c8ea
5
5
  SHA512:
6
- metadata.gz: d912c1be0ccdd7172a54d56ba5ad9dce9f72f71e44933685197e888d5663c6d111baaf4572efaa0bfa8b1270453e27a94047bb2526c84e3bb59f0da1e094c2b8
7
- data.tar.gz: c7ab36fc31d79d7cd1a8782388832a7c4c8775f8035052ccf4999a49aaeb1571e1ffceee2317beae8283fa06f1c216449e38b3397ffe6a387a912da2e4515afb
6
+ metadata.gz: 44d3f396ccd08fb4f48524954986bfffa6280a29933aed1792b1f97cb483b46263bb34a137823542354b413cbdc187717367d948999446ebed50025291acd7b5
7
+ data.tar.gz: bd9d80ba9bb2a2f06284b137d0526bef0fd5611cee88279f43a1b17a5232ecbc33a44e209456ab4a7b3569c65141ad2e951389e57be9237eee70850c727d07b2
@@ -29,7 +29,7 @@ module RedditApi
29
29
  protected
30
30
  attr_writer :offset
31
31
  private
32
- attr_reader :client, :comment_factory, :offset
32
+ attr_reader :client, :comment_factory, :offset, :failures
33
33
 
34
34
  def update_progress(comments)
35
35
  if offset == comments.last.reddit_id
@@ -1,3 +1,3 @@
1
1
  module RedditApi
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reddit_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthony Fuentes