bvm 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. data/lib/bvm/bvm_runner.rb +1 -1
  2. metadata +4 -4
@@ -19,7 +19,7 @@ OptionParser.new do |opts|
19
19
  converter.color_adjustment = adjust.to_f
20
20
  end
21
21
  opts.on("--invert-color", "Inverts the color metric making it negative if positive and vice versa, executes before --color-adjust, defaults to false") do
22
- invert_color_metric = true
22
+ converter.invert_color_metric = true
23
23
  end
24
24
  end.parse!
25
25
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bvm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Guy Royse
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-03-05 00:00:00 -05:00
19
+ date: 2011-03-09 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency