tallakt-picsort 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
File without changes
@@ -0,0 +1,54 @@
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
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tallakt-picsort
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tallak Tveide
@@ -49,6 +49,8 @@ files:
49
49
  - Rakefile
50
50
  - VERSION
51
51
  - bin/picsort
52
+ - lib/tallakt-picsort.rb
53
+ - tallakt-picsort.gemspec
52
54
  has_rdoc: true
53
55
  homepage: http://github.com/tallakt/tallakt-picsort
54
56
  licenses: []