lib/heroku_san.rb in heroku_san-1.3.0 vs lib/heroku_san.rb in heroku_san-2.0.rc.1

- old
+ new

@@ -1,8 +1,16 @@ -require 'heroku_san/railtie.rb' if defined?(Rails) && Rails::VERSION::MAJOR == 3 +require 'railtie' if defined?(Rails) && Rails::VERSION::MAJOR == 3 +require 'git' +require 'heroku_san/stage' +require 'heroku_san/project' + +module HerokuSan + class NoApps < StandardError; end + class Deprecated < StandardError; end +end \ No newline at end of file