photo-helper 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb84387a4370724f76fc936e77f487928598660b
4
- data.tar.gz: 5b9fa67a508a632c7d288329978b7bd17bc08ba9
3
+ metadata.gz: ded9f5be40bfc727f81fbb2892ada37247f17551
4
+ data.tar.gz: 4b8c9b628f3c8557543d2b54a0befb27f1cdf062
5
5
  SHA512:
6
- metadata.gz: 54fd7c786c886575d27b300a79a6a62608ccfca3a2126607ac97d0c153153f841ec9e7fc89ab77fbeecbdb1b51eedf9b2dc3c031715113a3578572264efc0d72
7
- data.tar.gz: 95d116b160e79de1349e66e57ab25c8f240f032ffaca3c7992c3a1fb2ec0b01d628ceca7b010f0ede6b83fb8b61a48bbcced86002b84d85a9924c555918a8aac
6
+ metadata.gz: adfb4f08c1cab3bcb2e48dbfeb14e1fb4a0e4eba56eebeb77951a93e0224b70b1e56ec5b39aa5cba806a49d00fb45ccc9a676163eff14a70f37a6cf0dd1ab4c6
7
+ data.tar.gz: 596c75a98dfba7fdef1f3cff27a4b6e6cd6ba8f6f3d56bc481398cbe8d2c1110143ac0ce58cd9b7dc5d83cd9d1ad5c5e82784d49c2b8a01489a9de5a0b2698d2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- photo-helper (0.2.4)
4
+ photo-helper (0.2.5)
5
5
  ejson
6
6
  mimemagic
7
7
  mini_magick
@@ -21,7 +21,7 @@ module PhotoHelper
21
21
 
22
22
  Dir.mkdir(jpeg_path) unless File.exist?(jpeg_path)
23
23
 
24
- files = Dir["#{search_path}/*.{#{RAW_EXTENSIONS}.join(','))}"]
24
+ files = Dir["#{search_path}/*.{#{RAW_EXTENSIONS.join(',')}}"]
25
25
 
26
26
  files.each do |file|
27
27
  jpeg_file_name = File.basename(file.to_s, ".*") + JPEG_EXTENSION
@@ -15,7 +15,6 @@ module PhotoHelper
15
15
  method_option :dry_run, aliases: '-d', type: :boolean, default: false
16
16
  def sync(folder = nil, album_name = nil)
17
17
  search_path = File.expand_path(folder)
18
- puts search_path
19
18
  unless album_name
20
19
  if matches = "#{search_path}/".to_s.match(PATH_REGEX)
21
20
  year = matches[1]
@@ -1,3 +1,3 @@
1
1
  module KubeDeploy
2
- VERSION = '0.2.4'.freeze
2
+ VERSION = '0.2.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photo-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Caldwell
@@ -211,6 +211,7 @@ files:
211
211
  - bin/setup
212
212
  - bin/smugmug
213
213
  - exe/photo-helper
214
+ - jpegs/.17Aug12-toronto-1879JPG.JPG.7TsUr-zCnC
214
215
  - lib/helpers/file_helper.rb
215
216
  - lib/helpers/image_helper.rb
216
217
  - lib/helpers/printer.rb