projectlocker_errata 0.1.0 → 0.1.1
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/CHANGELOG +4 -0
- data/README.md +2 -23
- data/lib/projectlocker_errata/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
Version 0.1.1 - 2013-03-07 13:24:33 -0500
|
|
2
|
+
===============================================================================
|
|
3
|
+
Minor doc revisions.
|
|
4
|
+
|
|
1
5
|
Version 0.1.0 - 2013-03-06 13:43:25 -0500
|
|
2
6
|
===============================================================================
|
|
3
7
|
Beta release
|
data/README.md
CHANGED
|
@@ -6,12 +6,6 @@ This is the notifier gem for integrating apps with [ProjectLocker Exception Repo
|
|
|
6
6
|
When an uncaught exception occurs, Errata will POST the relevant data
|
|
7
7
|
to the Errata server specified in your environment.
|
|
8
8
|
|
|
9
|
-
Help
|
|
10
|
-
----
|
|
11
|
-
|
|
12
|
-
For help with using Errata and this notifier visit [our support site](https://portal.projectlocker.com/support_faq).
|
|
13
|
-
|
|
14
|
-
For SSL verification see the [Resources](https://github.com/airbrake/airbrake/blob/master/resources/README.md).
|
|
15
9
|
|
|
16
10
|
Rails Installation
|
|
17
11
|
------------------
|
|
@@ -52,21 +46,6 @@ every server you deploy to has the gem installed or your application won't start
|
|
|
52
46
|
|
|
53
47
|
The generator creates a file under `config/initializers/projectlocker_errata.rb` configuring Errata with your API key. This file should be checked into your version control system so that it is deployed to your staging and production environments.
|
|
54
48
|
|
|
55
|
-
### Removing hoptoad_notifier
|
|
56
|
-
|
|
57
|
-
in your ApplicationController, REMOVE this line:
|
|
58
|
-
|
|
59
|
-
include HoptoadNotifiable
|
|
60
|
-
|
|
61
|
-
In your config/environment* files, remove all references to HoptoadNotifier
|
|
62
|
-
|
|
63
|
-
Remove the vendor/plugins/hoptoad_notifier directory.
|
|
64
|
-
|
|
65
|
-
### Remove hoptoad_notifier plugin
|
|
66
|
-
|
|
67
|
-
Remove the vendor/plugins/hoptoad_notifier directory before installing the gem, or run:
|
|
68
|
-
|
|
69
|
-
script/plugin remove hoptoad_notifier
|
|
70
49
|
|
|
71
50
|
Non-rails apps using Bundler
|
|
72
51
|
----------------------------
|
|
@@ -399,7 +378,7 @@ Supported Rails versions
|
|
|
399
378
|
See SUPPORTED_RAILS_VERSIONS for a list of official supported versions of
|
|
400
379
|
Rails.
|
|
401
380
|
|
|
402
|
-
Please open up a support ticket
|
|
381
|
+
Please open up a [support ticket](http://portal.projectlocker.com/support/new_ticket)
|
|
403
382
|
if you're using a version of Rails that is listed above and the notifier is
|
|
404
383
|
not working properly.
|
|
405
384
|
|
|
@@ -457,4 +436,4 @@ The names and logos for ProjectLocker, Airbrake, and thoughtbot are trademarks o
|
|
|
457
436
|
License
|
|
458
437
|
-------
|
|
459
438
|
|
|
460
|
-
Errata is Copyright © 2012 ProjectLocker. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.
|
|
439
|
+
Errata is Copyright © 2012-2013 ProjectLocker. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: projectlocker_errata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-03-
|
|
13
|
+
date: 2013-03-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: builder
|