Skip to content

Commit

Permalink
log_subscriber logger bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brasten committed May 19, 2010
1 parent e3f8d99 commit e6e65b0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -26,3 +26,4 @@ log
vendor
.bundle
.rvmrc
*.gem
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -0,0 +1,8 @@
== 0.1.2
* fixed log_subscriber bug that 0.1.1 was -supposed- to fix.

== 0.1.1
* bug fixes, no additional functionality

== 0.1.0
* initial release
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.0
0.1.2
2 changes: 1 addition & 1 deletion lib/sequel-rails/railties/log_subscriber.rb
Expand Up @@ -22,7 +22,7 @@ def odd?
end

def logger
::Sequel.logger
::Rails::Sequel.configuration.logger
end

end
Expand Down
4 changes: 2 additions & 2 deletions sequel-rails.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{sequel-rails}
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brasten Sager (brasten)"]
s.date = %q{2010-05-18}
s.date = %q{2010-05-19}
s.description = %q{Integrate Sequel with Rails 3}
s.email = %q{brasten@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit e6e65b0

Please sign in to comment.