rails-sh 1.1.5 → 1.1.6

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.5
1
+ 1.1.6
@@ -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
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rails-sh}
8
- s.version = "1.1.5"
8
+ s.version = "1.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["jugyo"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 5
9
- version: 1.1.5
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: 2627520516589063124
119
+ hash: -784689252802171875
120
120
  segments:
121
121
  - 0
122
122
  version: "0"