rack-rails-logger 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # rack-rails-logger CHANGES
2
2
 
3
+ ## rack-rails-logger 1.0.2 -- 2011-09-01
4
+
5
+ * fix gemspec
6
+
3
7
  ## rack-rails-logger 1.0.1 -- 2011-09-01
4
8
 
5
9
  * rails app might not be at the top level! so we pick singleton
@@ -1,5 +1,5 @@
1
1
 
2
2
  module Rack; end
3
3
  class Rack::RailsLogger
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "rack-rails-logger"
5
- s.version = "1.0.1"
5
+ s.version = "1.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Lin Jen-Shin (godfat)"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-rails-logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: