simonreed-lyrebird 0.1.0.2.3 → 0.1.0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/lyre_bird.rb +1 -0
  2. metadata +1 -1
data/lib/lyre_bird.rb CHANGED
@@ -66,6 +66,7 @@ module LyreBird
66
66
  mentions = $twitter.mentions(:mentions,{ :since_id => since })
67
67
  end
68
68
 
69
+ puts "Mentions - " + mentions
69
70
  mentions = mentions.sort {|a,b| a['id']<=>b['id']}
70
71
  mentions.each do | tweet |
71
72
  puts "Tweet - #{tweet.keys.to_yaml}" if $lyre_debug
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simonreed-lyrebird
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.2.3
4
+ version: 0.1.0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Reed