chimps 0.1.8 → 0.1.9
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/VERSION +1 -1
- data/lib/chimps/workflows/upload/bundler.rb +2 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
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
|