flickru 0.0.5 → 0.0.6

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/lib/flickru/version.rb +1 -1
  2. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  module Flickru
2
2
  unless defined? VERSION
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
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.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jesus Pardillo
@@ -90,7 +90,7 @@ dependencies:
90
90
  type: :development
91
91
  version_requirements: *id007
92
92
  description: |
93
- Command-line tool 'flickru' automatises photo/video uploads to Flickr.
93
+ Command-line tool that automatises photo/video uploads to Flickr.
94
94
 
95
95
  Entering 'flickru <directory>' in your command line, any photos under 'directory' (and subdirs)
96
96
  are uploaded to your Flickr account (interactively entered at the first time you start flickru).