cherrypicker 0.3.6 → 0.3.7

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.
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