tuomas-tweetwine 0.1.6 → 0.1.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.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.1.7 released 2009-06-07
2
+
3
+ * Small compatibility fix with Ruby 1.9.
4
+
1
5
  === 0.1.6 released 2009-06-07
2
6
 
3
7
  * Improved URL highlighting.
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.6"
5
+ version = "0.1.7"
6
6
 
7
7
  require "lib/#{package_name}"
8
8
 
@@ -1,3 +1,5 @@
1
+ require "yaml"
2
+
1
3
  module Tweetwine
2
4
  class StartupConfig
3
5
  attr_reader :options, :command, :args, :supported_commands
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tuomas Kareinen
@@ -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.6
66
+ - Tweetwine 0.1.7
67
67
  - --main
68
68
  - README.rdoc
69
69
  - --exclude