gbdev-pretty_flash 0.1.5 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/pretty_flash.rb +1 -1
  2. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  require "pretty_flash/pretty_flash.rb"
2
2
 
3
- if Object.const_defined?(:Rails) && File.directory?(Rails.root + "/public")
3
+ if Object.const_defined?(:Rails) && File.directory?(Rails.root.to_s + "/public")
4
4
 
5
5
  ActionController::Base.send(:include, PrettyFlash::ControllerMethods)
6
6
  ActionView::Base.send(:include, PrettyFlash::DisplayMethods)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gbdev-pretty_flash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Heath
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-02-07 00:00:00 -08:00
14
+ date: 2009-03-25 00:00:00 -07:00
15
15
  default_executable:
16
16
  dependencies: []
17
17