flickru 0.0.4 → 0.0.5
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/lib/flickru/version.rb +1 -1
- metadata +2 -2
data/lib/flickru/version.rb
CHANGED
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
|
+
version: 0.0.5
|
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
|
93
|
+
Command-line tool 'flickru' 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).
|