cherrypicker 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
data/bin/cherrypick CHANGED
@@ -27,7 +27,7 @@ parser.set_options(*options.keys.map{|opt| ["--#{opt.to_s}", "-#{opt.to_s[0]}",
27
27
  parser.each{|opt, arg| options[opt.gsub('--', '').to_sym] = arg unless arg == ''}
28
28
 
29
29
  if options[:directory] && !File.directory?(options[:directory]) then
30
- puts "Directory not found " + directory
30
+ puts "Directory not found " + options[:directory]
31
31
  usage
32
32
  exit
33
33
  end
@@ -1,3 +1,3 @@
1
1
  module Cherrypicker
2
- VERSION = "0.3.6"
2
+ VERSION = "0.3.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cherrypicker
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.6
5
+ version: 0.3.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Karl Entwistle