twat 0.3.0 → 0.3.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/lib/twat.rb +1 -1
  2. data/lib/twat/argparse.rb +3 -0
  3. metadata +5 -5
@@ -13,7 +13,7 @@ end
13
13
  module Twat
14
14
  VERSION_MAJOR = 0
15
15
  VERSION_MINOR = 3
16
- VERSION_PATCH = 0
16
+ VERSION_PATCH = 1
17
17
 
18
18
  VERSION = "#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_PATCH}"
19
19
  class Twat
@@ -63,8 +63,11 @@ module Twat
63
63
  def options
64
64
  begin
65
65
  @configthingfucken ||= getopts
66
+ # FIXME, actually do something smart, not yell and barf
66
67
  rescue OptionParser::InvalidOption
67
68
  usage "Unknown option"
69
+ rescue OptionParser::MissingArgument
70
+ usage "Missing argument"
68
71
  end
69
72
  end
70
73
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-09-21 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: twitter
16
- requirement: &74735110 !ruby/object:Gem::Requirement
16
+ requirement: &73538930 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *74735110
24
+ version_requirements: *73538930
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: oauth
27
- requirement: &74734800 !ruby/object:Gem::Requirement
27
+ requirement: &73538690 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *74734800
35
+ version_requirements: *73538690
36
36
  description: Command line tool for tweeting and whatnot
37
37
  email:
38
38
  - richo@psych0tik.net