better-logging 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/better-logging.gemspec +1 -1
  2. metadata +1 -1
@@ -1,7 +1,7 @@
1
1
  require 'rubygems' unless defined?(Gem)
2
2
  s = Gem::Specification.new do |s|
3
3
  s.name="better-logging"
4
- s.version="0.0.1"
4
+ s.version="0.0.2"
5
5
  s.summary="Small rails logging override to enhace the logging of rails actions by adding timestamp. This can be very useful for trouble shooting production websites"
6
6
  s.author="Mahmoud Said"
7
7
  s.email="mahmoud@modsaid.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: better-logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mahmoud Said