rails-sh 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/rails/sh/commands.rb +6 -6
- data/rails-sh.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.6
|
data/lib/rails/sh/commands.rb
CHANGED
@@ -10,12 +10,12 @@ Command.define 'help' do
|
|
10
10
|
puts <<HELP
|
11
11
|
|
12
12
|
\e[36mThe rails-sh commands are:
|
13
|
-
help print help
|
14
|
-
routes CONTROLLER print routes
|
15
|
-
exit exit from rails-sh
|
16
|
-
restart restart rails-sh
|
17
|
-
system execute a system command
|
18
|
-
eval eval as ruby script\e[0m
|
13
|
+
help print help
|
14
|
+
routes CONTROLLER print routes
|
15
|
+
exit exit from rails-sh
|
16
|
+
restart restart rails-sh
|
17
|
+
system execute a system command
|
18
|
+
eval eval as ruby script\e[0m
|
19
19
|
HELP
|
20
20
|
end
|
21
21
|
|
data/rails-sh.gemspec
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 1.1.
|
8
|
+
- 6
|
9
|
+
version: 1.1.6
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- jugyo
|
@@ -116,7 +116,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
117
117
|
- - ">="
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
hash:
|
119
|
+
hash: -784689252802171875
|
120
120
|
segments:
|
121
121
|
- 0
|
122
122
|
version: "0"
|