flickrup 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/flickrup/tagged_image.rb +1 -1
  2. metadata +3 -3
@@ -51,7 +51,7 @@ class TaggedImage
51
51
  date_taken.strftime("%m")
52
52
  )
53
53
 
54
- FileUtils.makedir_p(target_dir)
54
+ FileUtils.mkdir_p(target_dir)
55
55
  FileUtils.mv(@file, File.join(target_dir, File.basename(@file)))
56
56
  logger.info("Archived #{File.basename(@file)} to #{target_dir}")
57
57
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flickrup
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 13
10
- version: 0.0.13
9
+ - 14
10
+ version: 0.0.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Gilbert