imw 0.2.3 → 0.2.4

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 (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/imw/tools/archiver.rb +2 -2
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -183,11 +183,11 @@ module IMW
183
183
  #
184
184
  # @param [String, IMW::Resource] output the path to the output package
185
185
  # @param [Hash] options
186
- # @return [RuntimeError, IMW::Resource] either the completed package or the error which was raised
186
+ # @return [StandardError, IMW::Resource] either the completed package or the error which was raised
187
187
  def package output, options={}
188
188
  begin
189
189
  package! output, options={}
190
- rescue => e
190
+ rescue StandardError => e
191
191
  return e
192
192
  end
193
193
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dhruv Bansal
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-05-20 00:00:00 -05:00
13
+ date: 2010-05-25 00:00:00 -05:00
14
14
  default_executable: imw
15
15
  dependencies: []
16
16