drewda-railroad 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ class ControllersDiagram < AppDiagram
33
33
  begin
34
34
  disable_stdout
35
35
  # ApplicationController must be loaded first
36
- require "app/controllers/application.rb"
36
+ require "app/controllers/application_controller.rb"
37
37
  files = Dir.glob("app/controllers/**/*_controller.rb") - @options.exclude
38
38
  files.each {|c| require c }
39
39
  enable_stdout
data/rake.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'rubygems'
2
2
  SPEC = Gem::Specification.new do |s|
3
3
  s.name = "drewda-railroad"
4
- s.version = "0.5.2"
4
+ s.version = "0.5.3"
5
5
  s.author = "Drew Dara-Abrams"
6
6
  s.email = "dda@dara-abrams.com"
7
7
  s.homepage = "http://github.com/drewda"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drewda-railroad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: