git-fogbugz 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/git_fogbugz.rb +3 -2
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/lib/git_fogbugz.rb CHANGED
@@ -101,8 +101,9 @@ BANNER
101
101
 
102
102
  opts.on_tail('-h', '--help') { output_version; puts opts; exit 0 }
103
103
  end
104
- opts.parse!(@arguments) rescue return false
104
+ @opts.parse!(@arguments) rescue return false
105
105
  process_options
106
+ true
106
107
  end
107
108
 
108
109
  # Performs post-parse processing on options
@@ -177,7 +178,7 @@ BANNER
177
178
  id = commit.id[0,7]
178
179
  files = commit.diffs.each do |d|
179
180
  resp = fogbugz.get(make_url($2, '00000', id, d.a_path))
180
- #puts resp.body
181
+ stderr.puts resp.body if @options.verbose
181
182
  end
182
183
  end
183
184
  return
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-fogbugz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roy W. Black