topherfangio-inherit_views 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/inherit_views.gemspec +1 -1
  2. data/init.rb +0 -1
  3. data/rails/init.rb +1 -1
  4. metadata +1 -1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{inherit_views}
3
- s.version = '1.0.2'
3
+ s.version = '1.0.3'
4
4
 
5
5
  s.date = %q{2009-06-18}
6
6
  s.summary = %q{Allow rails views to inherit from each other.}
data/init.rb CHANGED
@@ -1,2 +1 @@
1
- puts "Running init.rb..."
2
1
  require File.dirname(__FILE__) + "/rails/init"
@@ -1,4 +1,4 @@
1
- require 'inherit_views'
1
+ require File.dirname(__FILE__) + "/../inherit_views/inherit_views"
2
2
 
3
3
  defined?(ActionController) && ActionController::Base.extend(InheritViews::ActMethod)
4
4
  defined?(ActionMailer) && ActionMailer::Base.extend(InheritViews::ActMethod)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: topherfangio-inherit_views
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian W. White