ratchetio 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
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 a file config/initializers/ratchetio.rb containing the following:
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
@@ -1,3 +1,3 @@
1
1
  module Ratchetio
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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{Official ruby gem for Ratchet.io}
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.3
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: Official ruby gem for Ratchet.io
14
+ description: Rails plugin to catch and send exceptions to Ratchet.io
15
15
  email:
16
16
  - brian@ratchet.io
17
17
  executables: []