jugyo-termtter 0.8.12 → 0.8.13

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.
data/lib/plugin/stdout.rb CHANGED
@@ -8,7 +8,7 @@ configatron.plugins.stdout.set_default(
8
8
  [:none, :red, :green, :yellow, :blue, :magenta, :cyan])
9
9
  configatron.plugins.stdout.set_default(
10
10
  :timeline_format,
11
- '<90><%=time%></90> <<%=status_color%>><%=TermColor.escape(status)%></<%=status_color%>> <90><%=id%></90>')
11
+ '<90><%=time%></90> <<%=status_color%>><%=status%></<%=status_color%>> <90><%=id%></90>')
12
12
 
13
13
  $highline = HighLine.new
14
14
 
@@ -227,6 +227,8 @@ module Termtter
227
227
  password = ui.ask('your twitter password: ') { |q| q.echo = false }
228
228
 
229
229
  File.open(File.expand_path('~/.termtter'), 'w') {|io|
230
+ io.puts '# -*- coding: utf-8 -*-'
231
+
230
232
  plugins = Dir.glob(File.dirname(__FILE__) + "/../lib/plugin/*.rb").map {|f|
231
233
  f.match(%r|lib/plugin/(.*?).rb$|)[1]
232
234
  }
@@ -1,4 +1,4 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  module Termtter
3
- VERSION = '0.8.12'
3
+ VERSION = '0.8.13'
4
4
  end
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.8.12
4
+ version: 0.8.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - jugyo