repertoire-assets 0.2.0 → 0.2.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.
@@ -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