francois-tweet 0.0.3 → 0.0.4

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 (2) hide show
  1. data/bin/tweet +1 -1
  2. metadata +3 -3
data/bin/tweet CHANGED
@@ -4,7 +4,7 @@ case ARGV.first
4
4
  when nil, "--help", "-h", "help"
5
5
  abort "Usage: tweet STATUS\nRequires a ~/.tweet YAML file with two keys: username and password."
6
6
  when "-v", "--version", "version"
7
- puts File.read(File.dirname(__FILE__) + "/../tweet.gemspec").split("\n").grep(/version/)
7
+ puts Gem.loaded_specs["tweet"].version
8
8
  else
9
9
  require File.dirname(__FILE__)+'/../lib/tweet'
10
10
  Tweet.create_status(ARGV.join(' '))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: francois-tweet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Golick
@@ -23,7 +23,7 @@ dependencies:
23
23
  - !ruby/object:Gem::Version
24
24
  version: "0"
25
25
  version:
26
- description: ""
26
+ description: Tweet from the command-line
27
27
  email: james@giraffesoft.ca
28
28
  executables:
29
29
  - tweet
@@ -38,7 +38,7 @@ files:
38
38
  - LICENSE
39
39
  - test/test_helper.rb
40
40
  has_rdoc: false
41
- homepage: http://twitter.com
41
+ homepage: http://twitter.com/
42
42
  post_install_message:
43
43
  rdoc_options: []
44
44