chimps 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.8
1
+ 0.1.9
@@ -234,10 +234,11 @@ module Chimps
234
234
  def require_imw
235
235
  begin
236
236
  require 'imw'
237
+ IMW.log = Chimps.log
238
+ IMW.verbose = Chimps.verbose?
237
239
  rescue LoadError
238
240
  raise Chimps::Error.new("The Infinite Monkeywrench (IMW) gem is required to upload.")
239
241
  end
240
- IMW.verbose = Chimps.verbose?
241
242
  end
242
243
 
243
244
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chimps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dhruv Bansal