tuomas-tweetwine 0.1.7 → 0.1.8

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 (4) hide show
  1. data/CHANGELOG.rdoc +5 -0
  2. data/Rakefile +1 -1
  3. data/bin/tweetwine +5 -5
  4. metadata +3 -3
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,8 @@
1
+ === 0.1.8 released 2009-07-01
2
+
3
+ * SIGINT (Ctrl+c) is trapper earlier, resulting in clean abort while Ruby
4
+ loads the program's required libraries.
5
+
1
6
  === 0.1.7 released 2009-06-07
2
7
 
3
8
  * Small compatibility fix with Ruby 1.9.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require "rubygems"
2
2
 
3
3
  full_name = "Tweetwine"
4
4
  package_name = "tweetwine"
5
- version = "0.1.7"
5
+ version = "0.1.8"
6
6
 
7
7
  require "lib/#{package_name}"
8
8
 
data/bin/tweetwine CHANGED
@@ -1,10 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "rubygems"
4
- require "optparse"
5
-
6
- require File.dirname(__FILE__) << "/../lib/tweetwine"
7
-
8
3
  EXIT_HELP = 1
9
4
  EXIT_SIGINT = 2
10
5
  EXIT_ERROR = 64
@@ -14,6 +9,11 @@ trap("INT") do
14
9
  exit(EXIT_SIGINT)
15
10
  end
16
11
 
12
+ require "rubygems"
13
+ require "optparse"
14
+
15
+ require File.dirname(__FILE__) << "/../lib/tweetwine"
16
+
17
17
  include Tweetwine
18
18
 
19
19
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tuomas-tweetwine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tuomas Kareinen
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-07 00:00:00 -07:00
12
+ date: 2009-07-01 00:00:00 -07:00
13
13
  default_executable: tweetwine
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -63,7 +63,7 @@ homepage: http://github.com/tuomas/tweetwine
63
63
  post_install_message:
64
64
  rdoc_options:
65
65
  - --title
66
- - Tweetwine 0.1.7
66
+ - Tweetwine 0.1.8
67
67
  - --main
68
68
  - README.rdoc
69
69
  - --exclude