flickru 0.0.6 → 0.0.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 (3) hide show
  1. data/lib/flickru.rb +1 -1
  2. data/lib/flickru/version.rb +1 -1
  3. metadata +1 -1
@@ -17,7 +17,7 @@ module Flickru
17
17
 
18
18
  def Flickru.usage
19
19
  filename = File.basename __FILE__
20
- Printer.show "#{filename} -- command-line Flickr upload automator\n"
20
+ Printer.show "#{filename} -- Flickr upload command-line automator\n"
21
21
  Printer.show "usage: #{filename} <photo directory>\n"
22
22
  Printer.show "example: #{filename} my_photos\n"
23
23
  Printer.show "\n#{IO.read('README')}\n"
@@ -1,5 +1,5 @@
1
1
  module Flickru
2
2
  unless defined? VERSION
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: flickru
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jesus Pardillo