feedlrop 0.1.21 → 0.1.22

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
  SHA1:
3
- metadata.gz: bf0bc7da6aa4156a032092d337f8f8a30421ec22
4
- data.tar.gz: 44c9ed8aab21f88e6b7326e2254d0a649e2610a9
3
+ metadata.gz: 0429afccb4fdd46627dbceff823dce348b38ea12
4
+ data.tar.gz: b1f9e5df7abf1c1211efd9d1396f6244fb54c8aa
5
5
  SHA512:
6
- metadata.gz: 067bbb6532f342e1ea9acb9434e18b5a3f83e30d3af3215c1d9562d42caf4cf3c8e57e6b9cd8140eb0cc400e3ef53b65df2ae35075a9518ffd443d8cf5eb5fe1
7
- data.tar.gz: 48612fefc03009d4e0c2dfd43e911bea829db10ac969fb64cd2355e2c97c717edacd15af01e42b504d0fb37f154cf3ebf157e1d3d6921be9aeaedc932b33094d
6
+ metadata.gz: bf567e47822c71ada255dbb793db59fd17ed2d5b92206d9a99154b7580ad86005b1f99af2cc7daaf16cd9d26ccc97dc62d605b112d9fcf5de93334345f8a0d99
7
+ data.tar.gz: 7c55e1a18f7f265b0d66dc747eca991e8d5ecf8bd04d4259dbfd4da1eec52fd93c87b77bfcb660b6808d15034a3d33907eeac2723d86dff0c8b7529a5d2026a3
@@ -28,7 +28,6 @@ module Feedlrop
28
28
 
29
29
  def get_all_unread_count
30
30
  @categories.each do | x |
31
- # f.puts "id=#{x.id.split('/')[-1]}"
32
31
  f = true
33
32
  if x.class != String
34
33
  category_id = x.id.split('/')[-1]
@@ -39,7 +38,6 @@ module Feedlrop
39
38
 
40
39
  en = @client.user_unread_counts( {:streamId => x.id } )
41
40
  en.unreadcounts.each do |y|
42
- puts "y.id=#{y.id}"
43
41
  if y.id =~ /^feed\/(.+)/
44
42
  url = $1
45
43
  csv_add( category_id , url , y[:count] )
@@ -1,3 +1,3 @@
1
1
  module Feedlrop
2
- VERSION = "0.1.21"
2
+ VERSION = "0.1.22"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feedlrop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - yasuo kominami