rails-sh 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
@@ -1,7 +1,7 @@
1
1
  module Kernel
2
2
  alias_method :_require, :require
3
3
  def require(name)
4
- name = name.to_s
4
+ name = name.to_path if name.respond_to?(:to_path)
5
5
  if name =~ /^rails\/commands\//
6
6
  load "#{name}.rb"
7
7
  else
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 2
9
- version: 1.0.2
8
+ - 3
9
+ version: 1.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - jugyo
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
- hash: 1772875675688674885
116
+ hash: -2667775157488192115
117
117
  segments:
118
118
  - 0
119
119
  version: "0"