repertoire-assets 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -297,7 +297,8 @@ module Repertoire
297
297
  return compressed
298
298
  rescue Exception => e
299
299
  logger.warn("Could not compress: #{e.message} (using #{COMPRESSOR_CMD % type})")
300
- logger.warn(stderr.read)
300
+ # CWY 13/11/2010. Obscure errors with OS X new Java install hanging here...
301
+ # logger.warn(stderr.read)
301
302
  logger.warn("Reverting to uncompressed digest")
302
303
  return source
303
304
  end
@@ -1,5 +1,5 @@
1
1
  module Repertoire
2
2
  module Assets
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Christopher York