rubyhexagon 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- 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