flickru 0.4.0 → 0.4.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 (3) hide show
  1. checksums.yaml +5 -13
  2. data/lib/flickru/version.rb +1 -1
  3. metadata +81 -64
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YTRjZTUzZjA4NTZhNGZiNzE2ZTZjOTBkMzJiNWU0Yjg1MzhlODI2OQ==
5
- data.tar.gz: !binary |-
6
- MDVhYzQyMTJkZDIzNTBiOGIyNDg0OWM2MjJlNTMwMTg0OWI1YTAwNw==
2
+ SHA1:
3
+ metadata.gz: fd7badd1624b6ff2ccf980c8c0d6dbada900648a
4
+ data.tar.gz: 8c8a9a40dbb576eeaa4a3f01fa3657bd21a2f595
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MWUxNDY3M2M0YmFkNjk5NzllMWJkM2EzMWQzMTMxMDk2YWZkMTEwNjc0YWJl
10
- N2IyYTI0MzU5ZTE3ODYxNDQyODhjMDcxOWY1Njg0YTg3N2UxNDNlMDI3OTE5
11
- NGYwNWUzNzFiNzMxOTAzZTYwZDUwNDQzMTRiYzZkMjUwYjk0ZjU=
12
- data.tar.gz: !binary |-
13
- MDQ5MjgzNjNjOTZmNjc0MzM2NDU0MDE2NDBlNTQ5N2VmYjM5OWM2N2YyOTFj
14
- ZDkzM2FjOTdkNDcwNzBmZDQwYmQ1MjE4Y2UzNmNhMTllMDk1ODRhNTIzM2E2
15
- ZTU0ZTc1MjgxNjgwMjVhZTc3ZWUyMWZhZTA3YTYwODBiYTFhNjg=
6
+ metadata.gz: 26de9c87e8da7b473323903bb885fe449567078606fe0c246869862fadb9acc67f60c2e71bbdfffaca139a57a50a18ac853e8116011b86e6d6b2ea0ad5de4bb7
7
+ data.tar.gz: 51284f60bb88f8793f2d3fe55631a3e859008f993254418323fe2b0ff1d7adea585fb3b8bea2d7b25ed2189827368ab709e21db92038b38edf5db5e8e7221c1d
@@ -1,5 +1,5 @@
1
1
  module Flickru
2
2
  unless defined? VERSION
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,170 +1,187 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flickru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesus Pardillo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-16 00:00:00.000000000 Z
11
+ date: 2016-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.3.5
19
+ version: 1.13.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.3.5
26
+ version: 1.13.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: colorize
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.5.8
33
+ version: 0.8.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.5.8
40
+ version: 0.8.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: escape
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: 0.0.4
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: 0.0.4
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: exifr
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ~>
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.1.3
61
+ version: 1.2.5
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ~>
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.1.3
68
+ version: 1.2.5
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: flickraw-cached
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ~>
73
+ - - "~>"
74
74
  - !ruby/object:Gem::Version
75
75
  version: '20120701'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ~>
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '20120701'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rubygems-update
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ~>
87
+ - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 2.0.7
89
+ version: 2.6.7
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ~>
94
+ - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 2.0.7
96
+ version: 2.6.7
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rspec
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ~>
101
+ - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 2.14.1
103
+ version: 3.5.0
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ~>
108
+ - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 2.14.1
110
+ version: 3.5.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: simplecov
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - ~>
115
+ - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: 0.7.1
117
+ version: 0.12.0
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - ~>
122
+ - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: 0.7.1
124
+ version: 0.12.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: unicode_utils
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ~>
129
+ - - "~>"
130
130
  - !ruby/object:Gem::Version
131
131
  version: 1.4.0
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - ~>
136
+ - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: 1.4.0
139
- description: ! "Command-line tool that automatises photo/video uploads to Flickr.\n\nEntering
140
- 'flickru <directory>' in your command line, any photos under 'directory' (and subdirs)\nare
141
- uploaded to your Flickr account (interactively entered the first time you start
142
- flickru).\n\nPhotos are identified by case-insensitive extensions: GIF, JPEG, JPG,
143
- PNG, and TIFF.\nVideos are identified by case-insensitive extensions: AVI, MPEG,
144
- and MPG.\n\nflickru automatically sets the following Flickr metadata:\n (1) date
145
- taken: file last-modification time, unless JPEG/TIFF Exif metadatum\n 'date_time_original'
146
- is found (Flickr understands it natively).\n (2) privacy policy: private, visible
147
- by friends & family, hidden for public\n searches\n (3) safety level: safe\n
148
- (4) permissions: friends & family can add comments to the photo and its notes;\n
149
- \ nobody can add notes and tags to the photo\n (5) description: for videos longer
150
- than 90s (Flickr's longest allowed duration)\n but shorter than 500MB (Flickr's
151
- maximum permisible size), it will contain\n an annotation about its large duration.\n
152
- (6) title: extracted from the parent directory name\n (7) geolocation & accuracy:
153
- extracted from the parent directory name, unless\n JPEG/TIFF Exif GPS metadata
154
- is found (Flickr understands them natively).\n\nBefore uploading photos, please,
155
- make sure that you have correctly named each\nphotos parent directory according
156
- to the name format 'TITLE[@LOCATION[#PRECISION]]',\nwhere:\n (1) TITLE is the desired
157
- title for the photos stored in the directory. If no\n LOCATION is given, flickru
158
- tries to extract the location from Wikipedia\n page TITLE.\n (2) LOCATION is
159
- the location of the photos, specified as:\n (a) the Wikipedia page name (whitespaces
160
- allowed) of the location or\n (b) its coordinates LATITUDE,LONGITUDE\n (3) PRECISION
161
- is the Flickr geolocation precision. Flickru sets it to one of\n the following
162
- case insentitive literals: 'street', 'city', 'region',\n 'country', 'world'.\n\nPhotos
163
- are classified into photosets. If the photoset does not exist, flickru\ncreates
164
- it. This photoset is named after its grandparent directory. The\nphotoset is arranged
165
- by 'date taken' (older first).\n\nTo see some examples on the directory structure
166
- recognised by flickru, please\nexplore the subdirectories under 'var/ts'.\n\nGitHub
167
- \ : http://github.com/jesuspv/flickru\nRubyGems: http://rubygems.org/gems/flickru\n"
139
+ description: |
140
+ Command-line tool that automatises photo/video uploads to Flickr.
141
+
142
+ Entering 'flickru <directory>' in your command line, any photos under 'directory' (and subdirs)
143
+ are uploaded to your Flickr account (interactively entered the first time you start flickru).
144
+
145
+ Photos are identified by case-insensitive extensions: GIF, JPEG, JPG, PNG, and TIFF.
146
+ Videos are identified by case-insensitive extensions: AVI, MPEG, and MPG.
147
+
148
+ flickru automatically sets the following Flickr metadata:
149
+ (1) date taken: file last-modification time, unless JPEG/TIFF Exif metadatum
150
+ 'date_time_original' is found (Flickr understands it natively).
151
+ (2) privacy policy: private, visible by friends & family, hidden for public
152
+ searches
153
+ (3) safety level: safe
154
+ (4) permissions: friends & family can add comments to the photo and its notes;
155
+ nobody can add notes and tags to the photo
156
+ (5) description: for videos longer than 90s (Flickr's longest allowed duration)
157
+ but shorter than 500MB (Flickr's maximum permisible size), it will contain
158
+ an annotation about its large duration.
159
+ (6) title: extracted from the parent directory name
160
+ (7) geolocation & accuracy: extracted from the parent directory name, unless
161
+ JPEG/TIFF Exif GPS metadata is found (Flickr understands them natively).
162
+
163
+ Before uploading photos, please, make sure that you have correctly named each
164
+ photos parent directory according to the name format 'TITLE[@LOCATION[#PRECISION]]',
165
+ where:
166
+ (1) TITLE is the desired title for the photos stored in the directory. If no
167
+ LOCATION is given, flickru tries to extract the location from Wikipedia
168
+ page TITLE.
169
+ (2) LOCATION is the location of the photos, specified as:
170
+ (a) the Wikipedia page name (whitespaces allowed) of the location or
171
+ (b) its coordinates LATITUDE,LONGITUDE
172
+ (3) PRECISION is the Flickr geolocation precision. Flickru sets it to one of
173
+ the following case insentitive literals: 'street', 'city', 'region',
174
+ 'country', 'world'.
175
+
176
+ Photos are classified into photosets. If the photoset does not exist, flickru
177
+ creates it. This photoset is named after its grandparent directory. The
178
+ photoset is arranged by 'date taken' (older first).
179
+
180
+ To see some examples on the directory structure recognised by flickru, please
181
+ explore the subdirectories under 'var/ts'.
182
+
183
+ GitHub : http://github.com/jesuspv/flickru
184
+ RubyGems: http://rubygems.org/gems/flickru
168
185
  email:
169
186
  - dev@jesuspardillo.com
170
187
  executables:
@@ -244,17 +261,17 @@ require_paths:
244
261
  - lib
245
262
  required_ruby_version: !ruby/object:Gem::Requirement
246
263
  requirements:
247
- - - ! '>='
264
+ - - ">="
248
265
  - !ruby/object:Gem::Version
249
266
  version: '0'
250
267
  required_rubygems_version: !ruby/object:Gem::Requirement
251
268
  requirements:
252
- - - ! '>='
269
+ - - ">="
253
270
  - !ruby/object:Gem::Version
254
271
  version: '0'
255
272
  requirements: []
256
273
  rubyforge_project:
257
- rubygems_version: 2.1.11
274
+ rubygems_version: 2.5.1
258
275
  signing_key:
259
276
  specification_version: 4
260
277
  summary: Command-line Flickr upload automator