ratchetio 0.0.3 → 0.0.4
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/README.md +1 -5
- data/lib/ratchetio/version.rb +1 -1
- data/ratchetio.gemspec +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Or install it yourself as:
|
|
|
16
16
|
|
|
17
17
|
$ gem install ratchetio
|
|
18
18
|
|
|
19
|
-
Then, create
|
|
19
|
+
Then, create the file `config/initializers/ratchetio.rb` in your rails app containing the following:
|
|
20
20
|
|
|
21
21
|
```
|
|
22
22
|
require 'ratchetio/rails'
|
|
@@ -25,10 +25,6 @@ Ratchetio.configure do |config|
|
|
|
25
25
|
end
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
## Usage
|
|
29
|
-
|
|
30
|
-
This gem installs an exception handler into Rails. You don't need to do anything else for it to work.
|
|
31
|
-
|
|
32
28
|
## Contributing
|
|
33
29
|
|
|
34
30
|
1. Fork it
|
data/lib/ratchetio/version.rb
CHANGED
data/ratchetio.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ require File.expand_path('../lib/ratchetio/version', __FILE__)
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Brian Rue"]
|
|
6
6
|
gem.email = ["brian@ratchet.io"]
|
|
7
|
-
gem.description = %q{
|
|
7
|
+
gem.description = %q{Rails plugin to catch and send exceptions to Ratchet.io}
|
|
8
8
|
gem.summary = %q{Reports exceptions to Ratchet.io}
|
|
9
9
|
gem.homepage = "https://github.com/ratchetio/ratchetio-gem"
|
|
10
10
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ratchetio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-08-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description:
|
|
14
|
+
description: Rails plugin to catch and send exceptions to Ratchet.io
|
|
15
15
|
email:
|
|
16
16
|
- brian@ratchet.io
|
|
17
17
|
executables: []
|