event_splittr 0.0.1 → 0.0.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.
- checksums.yaml +4 -4
- data/bin/splittr +1 -4
- data/event_splittr.gemspec +2 -2
- data/lib/event_splittr/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8fe8384705d54103ac7cc840c75d3b1971fda45
|
4
|
+
data.tar.gz: 8c2349d21a801379e26760a44d853389d98cc2fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 723f1439f3d531146d8b5c7aca5f6c3b2b0057ffc50dda75536e6cf246e6b676565e84b002ac1562de66096c3dd3bde62e2d8e6949e44221053f6e326d514e90
|
7
|
+
data.tar.gz: ec855294014fcaf15ffe5000c63b337fd8d4426ea88b0b6816004ba6966ee7fe34c959f7fd21f42fcdae72f3e900a2c03b5fef7a0a82bc177a34eb7f65b5a4d1
|
data/bin/splittr
CHANGED
@@ -21,7 +21,7 @@ OptionParser.new do |opts|
|
|
21
21
|
end.parse!
|
22
22
|
|
23
23
|
if not File.exists?(options[:destination].to_s)
|
24
|
-
puts "-> A valid destination
|
24
|
+
puts "-> A valid destination directory is required."
|
25
25
|
exit 1
|
26
26
|
end
|
27
27
|
|
@@ -36,6 +36,3 @@ else
|
|
36
36
|
puts "-> Performing dry run"
|
37
37
|
photos.split_dry_run(options[:destination])
|
38
38
|
end
|
39
|
-
|
40
|
-
|
41
|
-
|
data/event_splittr.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Timothy Andrew"]
|
10
10
|
spec.email = ["mail@timothyandrew.net"]
|
11
11
|
spec.summary = "Split photos into events by date."
|
12
|
-
spec.description =
|
13
|
-
spec.homepage = ""
|
12
|
+
spec.description = ""
|
13
|
+
spec.homepage = "http://github.com/timothyandrew/event_splittr"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: event_splittr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timothy Andrew
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description:
|
55
|
+
description: ''
|
56
56
|
email:
|
57
57
|
- mail@timothyandrew.net
|
58
58
|
executables:
|
@@ -71,7 +71,7 @@ files:
|
|
71
71
|
- lib/event_splittr/photo.rb
|
72
72
|
- lib/event_splittr/photo_collection.rb
|
73
73
|
- lib/event_splittr/version.rb
|
74
|
-
homepage:
|
74
|
+
homepage: http://github.com/timothyandrew/event_splittr
|
75
75
|
licenses:
|
76
76
|
- MIT
|
77
77
|
metadata: {}
|