twat 0.4.6 → 0.4.7

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 (5) hide show
  1. data/.gitignore +1 -0
  2. data/TODO +0 -2
  3. data/lib/twat.rb +1 -1
  4. data/{doc → man}/twat.1 +0 -0
  5. metadata +7 -6
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
data/TODO CHANGED
@@ -15,5 +15,3 @@ method.. which means abstracting it's output..)
15
15
 
16
16
  On the upside, it'll make unit testing similar.
17
17
  (Add unit tests)
18
-
19
- Add an option to beep when you're mentioned.
data/lib/twat.rb CHANGED
@@ -45,7 +45,7 @@ end
45
45
  module Twat
46
46
  VERSION_MAJOR = 0
47
47
  VERSION_MINOR = 4
48
- VERSION_PATCH = 6
48
+ VERSION_PATCH = 7
49
49
 
50
50
  VERSION = "#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_PATCH}"
51
51
  class Twat
data/{doc → man}/twat.1 RENAMED
File without changes
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.6
4
+ version: 0.4.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-10-07 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: twitter
16
- requirement: &17152980 !ruby/object:Gem::Requirement
16
+ requirement: &15158840 !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: *17152980
24
+ version_requirements: *15158840
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: oauth
27
- requirement: &17152440 !ruby/object:Gem::Requirement
27
+ requirement: &15158280 !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: *17152440
35
+ version_requirements: *15158280
36
36
  description: Command line tool for tweeting and whatnot
37
37
  email:
38
38
  - richo@psych0tik.net
@@ -41,13 +41,13 @@ executables:
41
41
  extensions: []
42
42
  extra_rdoc_files: []
43
43
  files:
44
+ - .gitignore
44
45
  - .rvmrc
45
46
  - Gemfile
46
47
  - Gemfile.lock
47
48
  - README
48
49
  - TODO
49
50
  - bin/twat
50
- - doc/twat.1
51
51
  - lib/twat.rb
52
52
  - lib/twat/actions.rb
53
53
  - lib/twat/argparse.rb
@@ -55,6 +55,7 @@ files:
55
55
  - lib/twat/exceptions.rb
56
56
  - lib/twat/migration.rb
57
57
  - lib/twat/options.rb
58
+ - man/twat.1
58
59
  - twat.gemspec
59
60
  homepage: http://github.com/richoH/twat
60
61
  licenses: []