rss_timeline 0.2.0 → 0.2.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/rss_timeline.rb +2 -4
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bef8eacf2a519a1f547819c87b8d1cb3d869231c
|
|
4
|
+
data.tar.gz: d2b41eefd9664b2e7840aa9c301ca3d776a2c55e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93bf48714a5fe92c1994045098046b776e232ca60adda260611652c1c10aeee75d42a72a07fddee9d28c2209422f4098b2cd996c269e9fdc029df0f27fa4a763
|
|
7
|
+
data.tar.gz: a96d6a140ae9946e3da889ad638e2d8fdd8e25d1bfef485fe0707af5d6e40d99b62c91fe2b23ae5d76709a89635a4c65106267f6ac6ce653f44228c92cd567f3
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/rss_timeline.rb
CHANGED
|
@@ -156,14 +156,12 @@ class RSStimeline
|
|
|
156
156
|
end
|
|
157
157
|
|
|
158
158
|
def save()
|
|
159
|
-
|
|
160
|
-
#return unless @newupdate
|
|
161
|
-
|
|
162
|
-
on_update()
|
|
159
|
+
|
|
163
160
|
@newupdate = false
|
|
164
161
|
|
|
165
162
|
@timeline.save File.join(@filepath, @rssfile)
|
|
166
163
|
@timeline.save File.join(@target_filepath, @rssfile) if @target_filepath
|
|
164
|
+
on_update()
|
|
167
165
|
|
|
168
166
|
end
|
|
169
167
|
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|