poddb_client 0.1.9 → 0.2.0

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.
@@ -84,7 +84,9 @@ class PoddbClient
84
84
  opts.on_tail("-h", "--help", "Show this message") do
85
85
  puts opts
86
86
  puts
87
- puts "For more detailed help, use `poddb --readme` or visit http://danielchoi.com/software/poddb.html"
87
+ puts "For more detailed help, type `poddb --readme` or visit http://danielchoi.com/software/poddb_client.html"
88
+ puts "Copyright 2011 Daniel Choi <dhchoi@gmail.com> MIT License"
89
+
88
90
  exit
89
91
  end
90
92
  opts.on_tail("-v", "--version", "Show version number") do
@@ -1,3 +1,3 @@
1
1
  class PoddbClient
2
- VERSION = '0.1.9'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poddb_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: