event_splittr 0.0.1 → 0.0.2

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: 406c93ad76d754e300fc8f0b5669bf0ce7d6722a
4
- data.tar.gz: 8b75b0990ae13eab32df4654d1c4eedc0427b55f
3
+ metadata.gz: c8fe8384705d54103ac7cc840c75d3b1971fda45
4
+ data.tar.gz: 8c2349d21a801379e26760a44d853389d98cc2fb
5
5
  SHA512:
6
- metadata.gz: de9a65f368b738528fe71b9f89b73bdfca93553ef70a5061a7e71756310e13b7dd4be78cf8146a19aec61a0790ee5b6f40da2081400afd0d71b76f3591db87c5
7
- data.tar.gz: 2fc118bf52cb03a9b2f6a8dfdbc070febfeea0ea716ee8f8b58ed934a5d83cad9e6ad6ee9b66e9e176d3a3fc7d5ee999adc658b4019b6b65cf816425c36b34a5
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 directiory is required."
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
-
@@ -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 = %q{Write a longer description. Optional.}
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")
@@ -1,3 +1,3 @@
1
1
  module EventSplittr
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: Write a longer description. Optional.
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: {}