commandify 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -30,6 +30,7 @@ When updating Commandify to a newer version, simply re-run `commandify install`.
30
30
  ### Nagivation Commands
31
31
 
32
32
  $ r # cd to root of rails app
33
+ $ p # cd to public
33
34
  $ m # cd to app/models
34
35
  $ v # cd to app/views
35
36
  $ c # cd to app/controllers
@@ -124,13 +124,13 @@ module Commandify
124
124
  end
125
125
 
126
126
  def run_srvstart port=3000
127
- srvstop port
127
+ run_srvstop port
128
128
  system "rails server"
129
129
  end
130
130
 
131
131
  def run_srvrestart port=3000
132
- srvstop port
133
- srvstart port
132
+ run_srvstop port
133
+ run_srvstart port
134
134
  end
135
135
 
136
136
  end
@@ -1,3 +1,3 @@
1
1
  module Commandify
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
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.6
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-09 00:00:00.000000000 Z
12
+ date: 2012-09-11 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Commandify your rails app!
15
15
  email: