rubyhexagon 0.2.4 → 0.2.5

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/lib/examples/sync.rb CHANGED
@@ -107,7 +107,7 @@ class Sync
107
107
  next if set.updated_at.to_i <= @posts["updated_at"].to_i
108
108
  dname = mod == "pool" ? set.name : name
109
109
  Dir.mkdir(dname) unless File.exist?(dname)
110
- i = 1
110
+ i = 0
111
111
  set.each_post do |post|
112
112
  i += 1
113
113
  next if @posts["downloads"].include?(post.id)
data/lib/rubyhexagon.rb CHANGED
@@ -30,5 +30,5 @@ require "pool"
30
30
 
31
31
  module E621
32
32
  Name = "rubyhexagon"
33
- Version = "0.2.4"
33
+ Version = "0.2.5"
34
34
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyhexagon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: