suite 0.1.4.5 → 0.1.4.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/lib/suite/cli.rb +2 -0
- data/lib/suite/version.rb +1 -1
- metadata +2 -2
data/lib/suite/cli.rb
CHANGED
|
@@ -26,6 +26,8 @@ module Suite
|
|
|
26
26
|
desc "server", "Runs the suite development server"
|
|
27
27
|
method_option :host, :type => :string, :default => "0.0.0.0",
|
|
28
28
|
:aliases => "-a", :desc => "Host address"
|
|
29
|
+
method_option :port, :type => :string, :default => "3000",
|
|
30
|
+
:aliases => "-p", :desc => "Port"
|
|
29
31
|
def server view = :desktop
|
|
30
32
|
say "Server must be run in a suite project directory", :red and return unless in_project_directory?
|
|
31
33
|
|
data/lib/suite/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: suite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.4.
|
|
4
|
+
version: 0.1.4.6
|
|
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-08-
|
|
12
|
+
date: 2012-08-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|