flickru 0.0.1 → 0.0.2

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 +21 -17
@@ -1,5 +1,5 @@
1
1
  module Flickru
2
2
  unless defined? VERSION
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
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.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Jes\xC3\xBAs Pardillo"
@@ -99,23 +99,24 @@ description: |
99
99
  Videos are identified by case-insensitive extensions: AVI, MPEG, and MPG.
100
100
 
101
101
  The following Flickr metadata for photos (as well as videos) is set:
102
- - date-taken from the file (last) modification time
103
- - private, visible by friends & family, hidden for public searches
104
- - safety level to safe
105
- - permission for friends & family to add comments to the photo and it's notes
106
- - permission for nobody to add notes and tags to the photo
107
- - for videos larger than the Flickr's longer than 90s (but shorter than 500MB,
108
- Flickr's maximum permisible size), the description will contain an annotation
109
- about its large duration.
110
- - title, geolocation, and accuracy from the owner directory's name.
102
+ (1) date-taken from the file (last) modification time
103
+ (2) private, visible by friends & family, hidden for public searches
104
+ (3) safety level to safe
105
+ (4) permission for friends & family to add comments to the photo and it's notes
106
+ (5) permission for nobody to add notes and tags to the photo
107
+ (6) for videos larger than the Flickr's longer than 90s (but shorter than 500MB,
108
+ Flickr's maximum permisible size), the description will contain an annotation
109
+ about its large duration.
110
+ (7) title, geolocation, and accuracy from the owner directory's name.
111
+
111
112
  Owner directory name format is given by the format 'TITLE[@LOCATION[#PRECISION]]',
112
113
  where:
113
- - TITLE is the desired title for the photos directly stored in the directory
114
- - LOCATION is the location of the stored photos specified as either:
115
- - the Wikipedia page name (whitespaces allowed) of the location (if exists) or
116
- - its coordinates LATITUDE,LONGITUDE
117
- - PRECISION is the Flickr geolocation precision given by one of the following
118
- case insentitive literals: street, city, region, country, world.
114
+ (1) TITLE is the desired title for the photos directly stored in the directory
115
+ (2) LOCATION is the location of the stored photos specified as either:
116
+ (a) the Wikipedia page name (whitespaces allowed) of the location (if exists) or
117
+ (b) its coordinates LATITUDE,LONGITUDE
118
+ (3) PRECISION is the Flickr geolocation precision given by one of the following
119
+ case insentitive literals: street, city, region, country, world.
119
120
 
120
121
  Photos are classified into a photoset (existing or not) entitled with the
121
122
  second-level directory name containing the photo. The photoset is arranged by
@@ -123,6 +124,9 @@ description: |
123
124
 
124
125
  To see some examples on the directory structure recognised by flickru, please
125
126
  explore the subdirectories under var/ts.
127
+
128
+ Homepage: http://rubygems.org/gems/flickru
129
+ GitHub: http://github.com/jesuspv/flickru
126
130
 
127
131
  email:
128
132
  - dev@jesuspardillo.com
@@ -171,6 +175,6 @@ rubyforge_project:
171
175
  rubygems_version: 1.8.11
172
176
  signing_key:
173
177
  specification_version: 3
174
- summary: Command-line Flickr Upload Automator
178
+ summary: Command-line Flickr upload automator
175
179
  test_files:
176
180
  - spec/flickru_spec.rb