commandify 0.0.6 → 0.0.7
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.md +1 -0
- data/lib/commandify/command.rb +3 -3
- data/lib/commandify/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
data/lib/commandify/command.rb
CHANGED
|
@@ -124,13 +124,13 @@ module Commandify
|
|
|
124
124
|
end
|
|
125
125
|
|
|
126
126
|
def run_srvstart port=3000
|
|
127
|
-
|
|
127
|
+
run_srvstop port
|
|
128
128
|
system "rails server"
|
|
129
129
|
end
|
|
130
130
|
|
|
131
131
|
def run_srvrestart port=3000
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
run_srvstop port
|
|
133
|
+
run_srvstart port
|
|
134
134
|
end
|
|
135
135
|
|
|
136
136
|
end
|
data/lib/commandify/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: commandify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-09-
|
|
12
|
+
date: 2012-09-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Commandify your rails app!
|
|
15
15
|
email:
|