titech-pubnet-auth 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ require 'terminal-notifier' if OS_X
11
11
  opt = OptionParser.new
12
12
 
13
13
  interval = 2
14
- opt.on('-i','--interval=SECONDS','Specify the polling interval.[3]'){|v|
14
+ opt.on('-i','--interval=SECONDS',"Specify the polling interval.[#{interval}]"){|v|
15
15
  interval = v.to_i
16
16
  }
17
17
 
@@ -31,7 +31,7 @@ opt.on('-c','--config','Set your username and password.'){
31
31
  }
32
32
 
33
33
  debug = false
34
- opt.on('-dd','--debug','Debug-mode.'){
34
+ opt.on('--debug','Debug-mode.'){
35
35
  debug = true
36
36
  }
37
37
 
@@ -1,3 +1,3 @@
1
1
  class TitechPubnetAuth
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.summary = 'This gem provides automatic authentication for titech-pubnet.'
11
11
  gem.homepage = 'http://for-titech.herokuapp.com'
12
12
 
13
- gem.files = FileList['lib/**/*', 'bin/*', 'config/*', 'Rakefile', 'Gemfile', 'README.md', 'titech_pubnet_auth.gemspec'].to_a
13
+ gem.files = FileList['lib/**/*', 'bin/*', 'config/private.yml.example', 'Rakefile', 'Gemfile', 'README.md', 'titech_pubnet_auth.gemspec'].to_a
14
14
 
15
15
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
16
16
  gem.name = "titech-pubnet-auth"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: titech-pubnet-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: