jugyo-termtter 0.5.5 → 0.5.6

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.
Files changed (3) hide show
  1. data/bin/termtter +3 -2
  2. data/lib/termtter.rb +1 -1
  3. metadata +1 -1
data/bin/termtter CHANGED
@@ -25,13 +25,14 @@ else
25
25
  io.puts "#plugin '#{p}'"
26
26
  end
27
27
 
28
- io.puts "configatron.user_name = 'USERNAME'"
29
- io.puts "configatron.password = 'PASSWORD'"
28
+ io.puts "configatron.user_name = '#{username}'"
29
+ io.puts "configatron.password = '#{password}'"
30
30
  io.puts
31
31
  io.puts "# vim: set filetype=ruby"
32
32
  }
33
33
  puts "generated: ~/.termtter"
34
34
  puts "enjoy!"
35
+ load conf_file
35
36
  end
36
37
 
37
38
  Termtter::Client.run
data/lib/termtter.rb CHANGED
@@ -28,7 +28,7 @@ def require(s)
28
28
  end
29
29
 
30
30
  module Termtter
31
- VERSION = '0.5.5'
31
+ VERSION = '0.5.6'
32
32
 
33
33
  class Twitter
34
34
 
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.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - jugyo