prowl-exception 0.0.2 → 0.0.3

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.
@@ -1,4 +1,4 @@
1
- require 'prowl_exception/rack'
1
+ require 'prowl/rack'
2
2
 
3
3
  module ProwlException
4
4
  class Railtie < ::Rails::Railtie
File without changes
@@ -7,10 +7,10 @@ Gem::Specification.new do |s|
7
7
  s.description = %w{ Send exception summary to prowl }
8
8
  s.homepage = 'https://github.com/afhbl/prowl-exception'
9
9
 
10
- s.version = '0.0.2'
10
+ s.version = '0.0.3'
11
11
  s.date = '2012-08-01'
12
12
  s.files = `git ls-files`.split("\n")
13
13
 
14
14
  s.require_paths = ['lib']
15
15
  s.add_runtime_dependency 'prowler', '~> 1.2'
16
- end
16
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prowl-exception
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,8 +34,8 @@ executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []
36
36
  files:
37
- - lib/prowl-exception.rb
38
- - lib/prowl-exception/rack.rb
37
+ - lib/prowl/exception.rb
38
+ - lib/prowl/rack.rb
39
39
  - prowl-exception.gemspec
40
40
  homepage: https://github.com/afhbl/prowl-exception
41
41
  licenses: []