tallakt-picsort 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 12fd5401ff1fd9a5c32d475d6f8f722313a4137d
4
+ data.tar.gz: 575b817b3303195714903b3e0af1497166a6b454
5
+ SHA512:
6
+ metadata.gz: 3ddc119bf2b50ce1f89e2eb4eee624f909faa33bb0599e291cb588a1ed676df75a4d0d75b22fccbf0372c5c11450a0e87f54d6896f440355cd94a6519afa640f
7
+ data.tar.gz: 4a46a4b92a803a19fdb946cdab4174ce8a20ef1d20628b13d90caef0a48747fe609b52ef2b59c70414e644d2d9cce3798e85f4f584516b3f1e0bc3190750dbcc
data/.gitignore CHANGED
@@ -19,3 +19,4 @@ rdoc
19
19
  pkg
20
20
 
21
21
  ## PROJECT::SPECIFIC
22
+ *.gem
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.1
data/bin/picsort CHANGED
@@ -1,7 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'rubygems'
4
- require 'exifr'
4
+ require 'exifr/tiff'
5
+ require 'exifr/jpeg'
5
6
  require 'fileutils'
6
7
  require 'optparse'
7
8
 
metadata CHANGED
@@ -1,83 +1,68 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: tallakt-picsort
3
- version: !ruby/object:Gem::Version
4
- version: 0.0.2
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Tallak Tveide
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
-
12
- date: 2009-11-10 00:00:00 +01:00
13
- default_executable: picsort
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: thoughtbot-shoulda
17
- type: :development
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: "0"
24
- version:
25
- - !ruby/object:Gem::Dependency
11
+ date: 2009-11-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
26
14
  name: exifr
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
27
20
  type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 0.10.8
34
- version:
35
- description: A simple command line utility that reads the date of image files ans moves them to a folder with the same name aas the ate
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ description: A simple command line utility that reads the date of image files ans
28
+ moves them to a folder with the same name aas the ate
36
29
  email: tallak@tveide.net
37
- executables:
30
+ executables:
38
31
  - picsort
39
32
  extensions: []
40
-
41
- extra_rdoc_files:
33
+ extra_rdoc_files:
42
34
  - LICENSE
43
35
  - README.rdoc
44
- files:
45
- - .document
46
- - .gitignore
36
+ files:
37
+ - ".document"
38
+ - ".gitignore"
47
39
  - LICENSE
48
40
  - README.rdoc
49
41
  - Rakefile
50
42
  - VERSION
51
43
  - bin/picsort
52
- - lib/tallakt-picsort.rb
53
- - tallakt-picsort.gemspec
54
- has_rdoc: true
55
44
  homepage: http://github.com/tallakt/tallakt-picsort
56
45
  licenses: []
57
-
46
+ metadata: {}
58
47
  post_install_message:
59
- rdoc_options:
60
- - --charset=UTF-8
61
- require_paths:
48
+ rdoc_options:
49
+ - "--charset=UTF-8"
50
+ require_paths:
62
51
  - lib
63
- required_ruby_version: !ruby/object:Gem::Requirement
64
- requirements:
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
65
54
  - - ">="
66
- - !ruby/object:Gem::Version
67
- version: "0"
68
- version:
69
- required_rubygems_version: !ruby/object:Gem::Requirement
70
- requirements:
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
71
59
  - - ">="
72
- - !ruby/object:Gem::Version
73
- version: "0"
74
- version:
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
75
62
  requirements: []
76
-
77
63
  rubyforge_project:
78
- rubygems_version: 1.3.5
64
+ rubygems_version: 2.6.8
79
65
  signing_key:
80
- specification_version: 3
66
+ specification_version: 4
81
67
  summary: Move image files to folders based on exif date
82
68
  test_files: []
83
-
File without changes
@@ -1,54 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{tallakt-picsort}
8
- s.version = "0.0.2"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Tallak Tveide"]
12
- s.date = %q{2009-11-10}
13
- s.default_executable = %q{picsort}
14
- s.description = %q{A simple command line utility that reads the date of image files ans moves them to a folder with the same name aas the ate}
15
- s.email = %q{tallak@tveide.net}
16
- s.executables = ["picsort"]
17
- s.extra_rdoc_files = [
18
- "LICENSE",
19
- "README.rdoc"
20
- ]
21
- s.files = [
22
- ".document",
23
- ".gitignore",
24
- "LICENSE",
25
- "README.rdoc",
26
- "Rakefile",
27
- "VERSION",
28
- "bin/picsort",
29
- "lib/tallakt-picsort.rb",
30
- "tallakt-picsort.gemspec"
31
- ]
32
- s.homepage = %q{http://github.com/tallakt/tallakt-picsort}
33
- s.rdoc_options = ["--charset=UTF-8"]
34
- s.require_paths = ["lib"]
35
- s.rubygems_version = %q{1.3.5}
36
- s.summary = %q{Move image files to folders based on exif date}
37
-
38
- if s.respond_to? :specification_version then
39
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
40
- s.specification_version = 3
41
-
42
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
43
- s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
44
- s.add_runtime_dependency(%q<exifr>, [">= 0.10.8"])
45
- else
46
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
47
- s.add_dependency(%q<exifr>, [">= 0.10.8"])
48
- end
49
- else
50
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
51
- s.add_dependency(%q<exifr>, [">= 0.10.8"])
52
- end
53
- end
54
-