suite 0.1.4.5 → 0.1.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/suite/cli.rb +2 -0
  2. data/lib/suite/version.rb +1 -1
  3. metadata +2 -2
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Suite
2
- VERSION = "0.1.4.5"
2
+ VERSION = "0.1.4.6"
3
3
  end
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.5
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-06 00:00:00.000000000 Z
12
+ date: 2012-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec