rails-sh 1.0.1 → 1.0.2

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.
data/README.rdoc CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The Rails Shell to execute sub commands of rails quickly.
4
4
 
5
+ This only supports Rails3 :)
6
+
5
7
  == Install
6
8
 
7
9
  $ gem install rails-sh
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -1,6 +1,7 @@
1
1
  module Kernel
2
2
  alias_method :_require, :require
3
3
  def require(name)
4
+ name = name.to_s
4
5
  if name =~ /^rails\/commands\//
5
6
  load "#{name}.rb"
6
7
  else
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
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: -1888015006894182058
116
+ hash: 1772875675688674885
117
117
  segments:
118
118
  - 0
119
119
  version: "0"