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 +1 -1
- data/lib/rubyhexagon.rb +1 -1
- metadata +1 -1
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 =
|
|
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