indy 0.3.1 → 0.3.2

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/History.txt CHANGED
@@ -1,4 +1,4 @@
1
- === 0.3.1 / 2011-08-03
1
+ === 0.3.2 / 2011-08-03
2
2
 
3
3
  * Patch to ignore simplecov load error
4
4
  * See History.txt to review changes from 0.2.0
@@ -1,7 +1,7 @@
1
1
  begin
2
2
  require 'simplecov'
3
3
  SimpleCov.start if ENV["COVERAGE"]
4
- rescue
4
+ rescue Exception => e
5
5
  puts 'Run "gem install simplecov" to enable code coverage reporting'
6
6
  end
7
7
 
data/lib/indy.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  begin
2
2
  require 'simplecov'
3
3
  SimpleCov.start if ENV["COVERAGE"]
4
- rescue
4
+ rescue Exception => e
5
5
  # ignore
6
6
  end
7
7
 
data/lib/indy/indy.rb CHANGED
@@ -9,7 +9,7 @@ class Indy
9
9
  $VERBOSE = verbose
10
10
  end
11
11
 
12
- VERSION = "0.3.1"
12
+ VERSION = "0.3.2"
13
13
 
14
14
  # hash with one key (:string, :file, or :cmd) set to the string that defines the log
15
15
  attr_accessor :source
data/spec/helper.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  begin
2
2
  require 'simplecov'
3
3
  SimpleCov.start if ENV["COVERAGE"]
4
- rescue
4
+ rescue Exception => e
5
5
  puts 'Run "gem install simplecov" to enable code coverage reporting'
6
6
  end
7
7
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: indy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.1
5
+ version: 0.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Franklin Webber
@@ -187,7 +187,7 @@ files:
187
187
  homepage: http://github.com/burtlo/Indy
188
188
  licenses:
189
189
  - MIT
190
- post_install_message: "\n [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>]\n\n Thank you for installing Indy 0.3.1 / 2011-08-03.\n\n Changes:\n \n * Patch to ignore simplecov load error\n * See History.txt to review changes from 0.2.0\n \n\n [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>]\n\n "
190
+ post_install_message: "\n [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>]\n\n Thank you for installing Indy 0.3.2 / 2011-08-03.\n\n Changes:\n \n * Patch to ignore simplecov load error\n * See History.txt to review changes from 0.2.0\n \n\n [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>] [<>]\n\n "
191
191
  rdoc_options:
192
192
  - --charset=UTF-8
193
193
  require_paths: