exceptional 2.0.27 → 2.0.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,4 +14,5 @@ Gem::Specification.new do |gem|
14
14
  gem.executables << 'exceptional'
15
15
  gem.rubyforge_project = %q{exceptional}
16
16
  gem.requirements << "json_pure, json-jruby or json gem required"
17
+ gem.add_dependency 'rack'
17
18
  end
@@ -1,4 +1,5 @@
1
1
  require 'digest/md5'
2
+ require 'time'
2
3
 
3
4
  module Exceptional
4
5
  class ExceptionData
@@ -1,3 +1,3 @@
1
1
  module Exceptional
2
- VERSION = '2.0.27'
2
+ VERSION = '2.0.28'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exceptional
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
4
+ hash: 55
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 27
10
- version: 2.0.27
9
+ - 28
10
+ version: 2.0.28
11
11
  platform: ruby
12
12
  authors:
13
13
  - Contrast
@@ -15,10 +15,23 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-09 00:00:00 +00:00
18
+ date: 2010-11-22 00:00:00 +00:00
19
19
  default_executable:
20
- dependencies: []
21
-
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: rack
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
32
+ version: "0"
33
+ type: :runtime
34
+ version_requirements: *id001
22
35
  description: Exceptional is the Ruby gem for communicating with http://getexceptional.com (hosted error tracking service). Use it to find out about errors that happen in your live app. It captures lots of helpful information to help you fix the errors.
23
36
  email: hello@contrast.ie
24
37
  executables: