termtter 1.7.0 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/termtter.rb +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.7.1
data/lib/termtter.rb CHANGED
@@ -19,7 +19,7 @@ require 'rubytter'
19
19
  require 'timeout'
20
20
 
21
21
  module Termtter
22
- VERSION = File.read(File.join(File.dirname(__FILE__), '../VERSION'))
22
+ VERSION = File.read(File.join(File.dirname(__FILE__), '../VERSION')).strip
23
23
  APP_NAME = 'termtter'
24
24
  CONF_DIR = File.expand_path('~/.termtter')
25
25
  CONF_FILE = File.join(Termtter::CONF_DIR, 'config')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termtter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jugyo