twat 0.4.0 → 0.4.1

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/twat.rb +1 -1
  2. data/lib/twat/argparse.rb +1 -1
  3. metadata +5 -5
@@ -39,7 +39,7 @@ end
39
39
  module Twat
40
40
  VERSION_MAJOR = 0
41
41
  VERSION_MINOR = 4
42
- VERSION_PATCH = 0
42
+ VERSION_PATCH = 1
43
43
 
44
44
  VERSION = "#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_PATCH}"
45
45
  class Twat
@@ -37,7 +37,7 @@ module Twat
37
37
  end #}}}
38
38
  opts.on('-v', '--version', 'Display version info') do #{{{ --version
39
39
  options[:action] = :version
40
- end
40
+ end #}}}
41
41
  opts.on('-u', '--user [USER]', 'Display current status for USER (Defaults to your default account)') do |user| #{{{ --user USER
42
42
  options[:user] = (user || :default)
43
43
  options[:action] = :user_feed
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.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-09-30 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: twitter
16
- requirement: &26665120 !ruby/object:Gem::Requirement
16
+ requirement: &18606080 !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: *26665120
24
+ version_requirements: *18606080
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: oauth
27
- requirement: &26664500 !ruby/object:Gem::Requirement
27
+ requirement: &18605460 !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: *26664500
35
+ version_requirements: *18605460
36
36
  description: Command line tool for tweeting and whatnot
37
37
  email:
38
38
  - richo@psych0tik.net