gestopft 0.0.2 → 0.0.3

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/lib/gestopft.rb +1 -1
  2. data/lib/gestopft/app.rb +3 -2
  3. metadata +2 -2
@@ -3,7 +3,7 @@
3
3
  require "gestopft/core_ext"
4
4
 
5
5
  module Gestopft
6
- VERSION = '0.0.1'
6
+ VERSION = '0.0.3'
7
7
 
8
8
  module Constants
9
9
  class Error < ::StandardError; end
@@ -1,4 +1,4 @@
1
- # -*- encoding: utf-8
1
+ # encoding: utf-8
2
2
 
3
3
  class Gestopft::App
4
4
  include Gestopft::Constants
@@ -18,6 +18,7 @@ class Gestopft::App
18
18
 
19
19
  def self.run(argv=ARGV)
20
20
  new(argv).parse_arg.dispatch
21
+ self
21
22
  end
22
23
 
23
24
  def self.commands
@@ -61,7 +62,7 @@ class Gestopft::App
61
62
  return cmd.call(*params)
62
63
  end
63
64
  end
64
- self
65
+ send(:__default__)
65
66
  end
66
67
 
67
68
  def help_message
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gestopft
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - aereal
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-18 00:00:00 +09:00
13
+ date: 2011-03-19 00:00:00 +09:00
14
14
  default_executable:
15
15
  dependencies: []
16
16