xnlogic 1.0.27 → 1.0.28

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf97ed46cfcde7bf61a82e58f813e43806ab9f28
4
- data.tar.gz: eedfa2f846dcfa2d98baa6ef698e9b4816c583d3
3
+ metadata.gz: c0c76d195dd38887c45cb3607e37b76b46f9aa59
4
+ data.tar.gz: 609ef7558fc53d793daf06e5d3492a37708000af
5
5
  SHA512:
6
- metadata.gz: 22e4d7ee0ceaaf4e8994726242b7591dd41561d8d8449d6ba1b91ef47133e0f3a1cfe38dec9bd17fd3ffbad5301d2c599d2cf69ec76081c9e36a468f4c1e7f71
7
- data.tar.gz: 4820d95814688eb95a76c703b63720b07ca4532740841907766824fa3caffeb8bf8d09016de8f9455dd3e46637fe2b57dadb5de79c14da9edc88a8d31e0c67c8
6
+ metadata.gz: e150c0fd30e61b5d4e518b378676b10f285198b8cdf9db02dc869c7287641934f3cbbd8106803fe6f9b7dc7755800c8a5f3b950ca7a0357b6710e5a5d447486d
7
+ data.tar.gz: 8c3a09415dd81ab777031ff6c0b04bffc9a9fb5fd214442f7e1217fdcc4202c3b1f1e87373f98888b1b5de83201beb039562edca79b097747e778de76abf554e
data/README.md CHANGED
@@ -2,13 +2,15 @@
2
2
 
3
3
  Bootstrap your xnlogic.com application with this easy to use executable gem.
4
4
 
5
+ ![gem install xnlogic](https://raw.githubusercontent.com/wiki/xnlogic/xn-gem-template/gif/readme_header.gif)
5
6
 
6
7
  ## Installation
7
8
 
8
9
  $ gem install xnlogic
9
10
 
11
+
10
12
  ## Usage
11
-
13
+
12
14
  $ xnlogic application my_app --key xnuser:xnpassword
13
15
  $ cd my_app
14
16
  $ vagrant up
@@ -80,6 +80,7 @@ module Xnlogic
80
80
 
81
81
  Xnlogic.ui.info "To begin working with your VM, ssh into it with the following command:"
82
82
  Xnlogic.ui.info ""
83
+ Xnlogic.ui.info "cd #{root}"
83
84
  Xnlogic.ui.info "xnlogic ssh"
84
85
  Xnlogic.ui.info ""
85
86
  Xnlogic.ui.info "Once logged in to the server, try the xn-console and xn-server commands"
@@ -1,5 +1,7 @@
1
1
  # -*- mode: ruby -*-
2
2
  # vim: set ft=ruby :
3
+ #
4
+ # Generated with xnlogic gem version <%= Xnlogic::VERSION %>
3
5
 
4
6
  # Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
5
7
  VAGRANTFILE_API_VERSION = "2"
@@ -1,3 +1,3 @@
1
1
  module Xnlogic
2
- VERSION = "1.0.27"
2
+ VERSION = "1.0.28"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xnlogic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.27
4
+ version: 1.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darrick Wiebe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-09 00:00:00.000000000 Z
11
+ date: 2015-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  version: '0'
159
159
  requirements: []
160
160
  rubyforge_project:
161
- rubygems_version: 2.4.5
161
+ rubygems_version: 2.4.3
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: XN Logic command-line tools