rack_hoptoad 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +9 -0
  2. data/Rakefile +1 -1
  3. data/lib/rack/hoptoad.rb +1 -1
  4. metadata +5 -5
data/README.md CHANGED
@@ -35,6 +35,15 @@ Installation
35
35
 
36
36
  % sudo gem install rack_hoptoad
37
37
 
38
+ Testing
39
+ =======
40
+
41
+ You need bundler 0.9.12 installed
42
+
43
+ % sudo gem install bundler
44
+ % bundle install
45
+ % MY_HOPTOAD_API_KEY=XXXXX bundle exec rake
46
+
38
47
  Sinatra Notes
39
48
  =============
40
49
 
data/Rakefile CHANGED
@@ -57,7 +57,7 @@ namespace :rack_hoptoad do
57
57
  t.spec_opts << '--loadby' << 'random'
58
58
  t.spec_files = Dir["spec/*_spec.rb"]
59
59
 
60
- t.rcov_opts << '--exclude' << 'spec,.bundle'
60
+ t.rcov_opts << '--exclude' << 'spec,.bundle,.rvm'
61
61
  t.rcov = ENV.has_key?('NO_RCOV') ? ENV['NO_RCOV'] != 'true' : true
62
62
  t.rcov_opts << '--text-summary'
63
63
  t.rcov_opts << '--sort' << 'coverage' << '--sort-reverse'
@@ -6,7 +6,7 @@ module Rack
6
6
  # Catches all exceptions raised from the app it wraps and
7
7
  # posts the results to hoptoad.
8
8
  class Hoptoad
9
- VERSION = '0.1.2'
9
+ VERSION = '0.1.3'
10
10
 
11
11
  attr_accessor :api_key, :environment_filters, :report_under, :rack_environment
12
12
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Corey Donohoe
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-02-26 00:00:00 -08:00
17
+ date: 2010-03-23 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -39,8 +39,8 @@ dependencies:
39
39
  segments:
40
40
  - 1
41
41
  - 0
42
- - 0
43
- version: 1.0.0
42
+ - 1
43
+ version: 1.0.1
44
44
  type: :runtime
45
45
  version_requirements: *id002
46
46
  description: A gem that provides hoptoad notifications from rack