jugyo-termtter 0.3.9 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Manifest.txt +1 -0
- data/lib/termtter.rb +1 -1
- data/lib/termtter/growl.rb +7 -0
- data/lib/termtter/stdout.rb +1 -1
- metadata +2 -1
data/Manifest.txt
CHANGED
data/lib/termtter.rb
CHANGED
data/lib/termtter/stdout.rb
CHANGED
@@ -13,7 +13,7 @@ Termtter::Client.add_hook do |statuses, event|
|
|
13
13
|
text = s.text.gsub("\n", '')
|
14
14
|
color_num = colors[s.user_screen_name.hash % colors.size]
|
15
15
|
status = "#{s.user_screen_name}: #{text}"
|
16
|
-
|
16
|
+
if s.in_reply_to_status_id
|
17
17
|
status += " (reply to #{s.in_reply_to_status_id})"
|
18
18
|
end
|
19
19
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jugyo-termtter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jugyo
|
@@ -63,6 +63,7 @@ files:
|
|
63
63
|
- lib/termtter/notify-send.rb
|
64
64
|
- lib/termtter/standard_commands.rb
|
65
65
|
- lib/termtter/uri-open.rb
|
66
|
+
- lib/termtter/growl.rb
|
66
67
|
- test/test_termtter.rb
|
67
68
|
- test/friends_timeline.json
|
68
69
|
- test/search.json
|