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 +4 -4
- data/README.md +3 -1
- data/lib/xnlogic/cli/application.rb +1 -0
- data/lib/xnlogic/templates/vagrant/Vagrantfile.tt +2 -0
- data/lib/xnlogic/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0c76d195dd38887c45cb3607e37b76b46f9aa59
|
|
4
|
+
data.tar.gz: 609ef7558fc53d793daf06e5d3492a37708000af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
+

|
|
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"
|
data/lib/xnlogic/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
161
|
+
rubygems_version: 2.4.3
|
|
162
162
|
signing_key:
|
|
163
163
|
specification_version: 4
|
|
164
164
|
summary: XN Logic command-line tools
|