Skip to content

Commit 95da8c1

Browse files
author
Jacques Crocker
committed
Fixing railtie
1 parent 6d90096 commit 95da8c1

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

heroku-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "heroku-rails"
3-
s.version = "0.3.1"
3+
s.version = "0.3.2"
44

55
s.authors = ["Elijah Miller", "Glenn Roberts", "Jacques Crocker"]
66
s.summary = "Deployment and configuration tools for Heroku/Rails"

lib/heroku-rails/railtie.rb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
module Heroku
2-
module Rails
3-
class Railtie < ::Rails::Railtie
4-
rake_tasks do
5-
HerokuRails::Config.root = ::Rails.root
6-
load 'heroku/rails/tasks.rb'
7-
end
1+
module HerokuRails
2+
class Railtie < ::Rails::Railtie
3+
rake_tasks do
4+
HerokuRails::Config.root = ::Rails.root
5+
load 'heroku/rails/tasks.rb'
86
end
97
end
108
end

0 commit comments

Comments
 (0)