sentry-raven 0.3 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sentry-raven might be problematic. Click here for more details.

@@ -1,3 +1,3 @@
1
1
  module Raven
2
- VERSION = "0.3"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -0,0 +1 @@
1
+ require "raven"
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- version: "0.3"
8
+ - 1
9
+ version: 0.3.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Noah Kantrowitz
@@ -13,7 +14,7 @@ autorequire:
13
14
  bindir: bin
14
15
  cert_chain: []
15
16
 
16
- date: 2012-10-26 00:00:00 -07:00
17
+ date: 2012-11-05 00:00:00 -08:00
17
18
  default_executable:
18
19
  dependencies:
19
20
  - !ruby/object:Gem::Dependency
@@ -96,6 +97,7 @@ files:
96
97
  - lib/raven/railtie.rb
97
98
  - lib/raven/version.rb
98
99
  - lib/raven.rb
100
+ - lib/sentry-raven.rb
99
101
  - README.md
100
102
  - LICENSE
101
103
  has_rdoc: true