tallygem 1.1.0 → 1.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c537d01b6e1020dc26a7c15ec2b6a353fab4ff586e68e5ca8fc52f05f8f3f258
4
- data.tar.gz: 2a63401043aa250992e94f03204ae3786e536f1bb9d3c8359df1851570432113
3
+ metadata.gz: ea477af4a6fb8be79242bbdc140d1dbdfdebdde76c5a72da66d5de79446e25fc
4
+ data.tar.gz: '093e56da4d88e1b81d1ea4e0a2b10e1e753cc355cc7fda5dbeac7fc2233662c6'
5
5
  SHA512:
6
- metadata.gz: b8b3f595c4980b7a7e5cbcc5e2223fc0552d0f5e8aa7d0b023008d4c29f2e2b75f0faf03f348ba928427a65556b45fab7f6b1fe73f73943d2e2aa380ddd1963c
7
- data.tar.gz: 2b0698e7064c5b4b8af3b60027298e71bb624d1d6a6f066e0233508c512c89372334e560e68dbe6052878f414874b3669caf0838c0c525849a1c8d62333df958
6
+ metadata.gz: 449a3d1162e490e85798e3f28fa05d879923044b77d0db6ff239b6bbb9a2ddb19a5c5bcfe5be1a4199eb0b86d69fc1443152f74d4f338a92ff14322f884bbf38
7
+ data.tar.gz: 3a561a1f2306d4708fd5213ac2959bac0f906f0455910d621315217053efd70cf8d4b33fcbe03e8845f9352e1c16a74637ebb77a159935bf72f9bcd39929a69a
@@ -67,7 +67,7 @@ module TallyGem::Adapters
67
67
  private
68
68
 
69
69
  def start_page_num
70
- if @last_threadmark
70
+ if @last_threadmark && @start_num == 1
71
71
  begin
72
72
  feed = Nokogiri::XML(open("#{@thread_url}/threadmarks.rss"))
73
73
  post_url = feed.xpath('//item[1]/link/text()').to_s
@@ -1,3 +1,3 @@
1
1
  module TallyGem
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tallygem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katherine Whitlock