Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated versions
  • Loading branch information
mkristian committed Dec 18, 2012
1 parent 8041e0c commit be0cd43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions README.textile
@@ -1,5 +1,11 @@
h1. Rails Error Dumper

* [![Build Status](https://secure.travis-ci.org/mkristian/ixtlan-error-handler.png)](http://travis-ci.org/mkristian/ixtlan-error-handler)

* [![Dependency Status](https://gemnasium.com/mkristian/ixtlan-error-handler.png)](https://gemnasium.com/mkristian/ixtlan-error-handler)

* [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/mkristian/ixtlan-error-handler)

p. the main idea here is notify the developers on error but in a way to protect privacy of the users of the system. to do so ALL data need to remain on the server and they need to be deleted after period of time.

* first to dump as much as possible onto the filesystem of the server when an error occurs, i.e. the environment, the request, the response, the session, etc
Expand Down
12 changes: 6 additions & 6 deletions ixtlan-error-handler.gemspec
Expand Up @@ -20,12 +20,12 @@ Gem::Specification.new do |s|
s.files += Dir['spec/**/*']
s.test_files += Dir['spec/**/*_spec.rb']
s.add_dependency 'slf4r', '~> 0.4.2'
s.add_development_dependency 'rspec', '2.6.0'
s.add_development_dependency 'rake', '0.8.7'
DM_VERSION = '1.2.0'
s.add_development_dependency 'dm-core', DM_VERSION
s.add_development_dependency 'dm-migrations', DM_VERSION
s.add_development_dependency 'dm-sqlite-adapter', DM_VERSION
s.add_development_dependency 'rspec', '~> 2.11.0'
s.add_development_dependency 'rake', '~> 10.0.2'
IXTLAN_ERROR_HANDLER_DM_VERSION = '~> 1.2.0'
s.add_development_dependency 'dm-core', IXTLAN_ERROR_HANDLER_DM_VERSION
s.add_development_dependency 'dm-migrations', IXTLAN_ERROR_HANDLER_DM_VERSION
s.add_development_dependency 'dm-sqlite-adapter', IXTLAN_ERROR_HANDLER_DM_VERSION
end

# vim: syntax=Ruby

0 comments on commit be0cd43

Please sign in to comment.