honeybadger 2.0.0.beta.7 → 2.0.0.beta.8

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybadger
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta.7
4
+ version: 2.0.0.beta.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Honeybadger Industries LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-08 00:00:00.000000000 Z
11
+ date: 2014-11-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Make managing application errors a more pleasant experience.
14
14
  email:
@@ -37,6 +37,9 @@ files:
37
37
  - lib/honeybadger/backend/test.rb
38
38
  - lib/honeybadger/backtrace.rb
39
39
  - lib/honeybadger/cli.rb
40
+ - lib/honeybadger/cli/helpers.rb
41
+ - lib/honeybadger/cli/heroku.rb
42
+ - lib/honeybadger/cli/main.rb
40
43
  - lib/honeybadger/config.rb
41
44
  - lib/honeybadger/config/callbacks.rb
42
45
  - lib/honeybadger/config/defaults.rb
@@ -63,6 +66,7 @@ files:
63
66
  - lib/honeybadger/rack/request_hash.rb
64
67
  - lib/honeybadger/rack/user_feedback.rb
65
68
  - lib/honeybadger/rack/user_informer.rb
69
+ - lib/honeybadger/tasks.rb
66
70
  - lib/honeybadger/templates/feedback_form.erb
67
71
  - lib/honeybadger/trace.rb
68
72
  - lib/honeybadger/util/http.rb
@@ -75,6 +79,7 @@ files:
75
79
  - vendor/capistrano-honeybadger/lib/capistrano/tasks/deploy.cap
76
80
  - vendor/capistrano-honeybadger/lib/honeybadger/capistrano.rb
77
81
  - vendor/capistrano-honeybadger/lib/honeybadger/capistrano/legacy.rb
82
+ - vendor/inifile/lib/inifile.rb
78
83
  - vendor/thor/lib/thor.rb
79
84
  - vendor/thor/lib/thor/actions.rb
80
85
  - vendor/thor/lib/thor/actions/create_file.rb
@@ -111,7 +116,14 @@ homepage: https://github.com/honeybadger-io/honeybadger-ruby
111
116
  licenses:
112
117
  - MIT
113
118
  metadata: {}
114
- post_install_message:
119
+ post_install_message: |2+
120
+
121
+ Thanks for installing honeybadger version 2.0! If you're upgrading from 1.x,
122
+ please note that there may be a few configuration changes required. Read the
123
+ upgrade instructions at:
124
+
125
+ https://www.honeybadger.io/s/gem-upgrade
126
+
115
127
  rdoc_options:
116
128
  - "--markup=tomdoc"
117
129
  - "--main=README.md"