exception_engine 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ExceptionEngine
2
- VERSION = "0.3.2".freeze
2
+ VERSION = "0.3.3".freeze
3
3
  end
@@ -2426,3 +2426,18 @@ Started GET "/exceptions" for 127.0.0.1 at 2011-03-23 18:31:00 +0800
2426
2426
  Processing by ExceptionsController#index as HTML
2427
2427
  Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (21.1ms)
2428
2428
  Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.5ms)
2429
+ SQL (0.6ms)  SELECT name
2430
+ FROM sqlite_master
2431
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2432
+ 
2433
+
2434
+
2435
+ Started GET "/posts" for 127.0.0.1 at 2011-03-23 18:37:04 +0800
2436
+ Processing by PostsController#index as HTML
2437
+ Completed in 11ms
2438
+
2439
+
2440
+ Started GET "/exceptions" for 127.0.0.1 at 2011-03-23 18:37:04 +0800
2441
+ Processing by ExceptionsController#index as HTML
2442
+ Rendered /Users/fadhlirahim/Projects/exception_engine/app/views/exceptions/index.html.erb within layouts/application (23.0ms)
2443
+ Completed 200 OK in 33ms (Views: 31.7ms | ActiveRecord: 0.6ms)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: exception_engine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.2
5
+ version: 0.3.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Muhammad Fadhli Rahim
@@ -25,27 +25,16 @@ dependencies:
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
27
  - !ruby/object:Gem::Dependency
28
- name: mongo
28
+ name: bson_ext
29
29
  prerelease: false
30
30
  requirement: &id002 !ruby/object:Gem::Requirement
31
31
  none: false
32
32
  requirements:
33
33
  - - "="
34
34
  - !ruby/object:Gem::Version
35
- version: 1.1.5
35
+ version: 1.2.4
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
- - !ruby/object:Gem::Dependency
39
- name: bson_ext
40
- prerelease: false
41
- requirement: &id003 !ruby/object:Gem::Requirement
42
- none: false
43
- requirements:
44
- - - "="
45
- - !ruby/object:Gem::Version
46
- version: 1.2.0
47
- type: :runtime
48
- version_requirements: *id003
49
38
  description: The Exception Engine logs your Rails exceptions in your mongodb database and provides a web interface to manage them
50
39
  email: fadhlirahim@gmail.com
51
40
  executables: []