insurance 0.1 → 0.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.
Files changed (3) hide show
  1. data/bin/railscov +3 -3
  2. data/lib/insurance.rb +2 -2
  3. metadata +1 -1
@@ -25,7 +25,7 @@ EOF
25
25
  opts.separator ''
26
26
  opts.on_tail('-h', '--help', 'Show this message') do
27
27
  puts opts
28
- exit
28
+ exit!
29
29
  end
30
30
  opts.on_tail('--version', 'Show version') do
31
31
  puts "Insurance #{Insurance::VERSION}, #{Insurance::RELEASE_DATE}"
@@ -36,12 +36,12 @@ opts.parse! ARGV
36
36
  if options[:apply_to]
37
37
  require 'insurance/generators/rails/loader'
38
38
  InsuranceLoader::Generators::RailsLoader.load! options
39
- exit
39
+ exit!
40
40
  end
41
41
 
42
42
  unless File.exist?('config/environment.rb')
43
43
  puts 'Please run railscov from your RAILS_ROOT'
44
- exit
44
+ exit!
45
45
  end
46
46
 
47
47
 
@@ -1,9 +1,9 @@
1
- require 'insurance_tracer.so'
1
+ require 'insurance_tracer'
2
2
  require 'insurance/analyzer'
3
3
  require 'insurance/source_file'
4
4
  require 'insurance/formatter'
5
5
 
6
6
  module Insurance
7
- VERSION = '0.1'
7
+ VERSION = '0.2'
8
8
  RELEASE_DATE = '28 Oct 2005'
9
9
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.6
3
3
  specification_version: 1
4
4
  name: insurance
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.1"
6
+ version: "0.2"
7
7
  date: 2005-10-28
8
8
  summary: Code coverage analysis package.
9
9
  require_paths: