xnlogic 1.0.42 → 1.0.43

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca38e5e15975416af08c8ca5c5e087581724310b
4
- data.tar.gz: 4c45f3408c8fc6b6fc3925cae2e14f33a1e21a13
3
+ metadata.gz: 667986721f6853b6a3afe0fb5aa8afa6bc527b1c
4
+ data.tar.gz: 186d49b58e6f947f67ea064c17dbc9b6578aad48
5
5
  SHA512:
6
- metadata.gz: cdcffb685fdfc5eb349a467864cc136723e630e14ab82cab1ca987329a3c45190fdee567c0f16b6718b1fdddf97f0089086c5ba3941ba81853fe4c9dfd858b58
7
- data.tar.gz: 6ad1fccdf7ae08a62dba51c32a2ca0be428fca7692cc10d8e7d18f5a67e130b75253bc9ced3947cff33bc1d6e4b66535415ee8ade668a2c3cc858aa7e5e104bb
6
+ metadata.gz: f604c7eec487d2c68332732459762940bec0e5475418f325cb376f722dfabdf6061aaffdec6948617cbab5e851eea47d9a084db45eb50eb77f87d6e4d87b2c64
7
+ data.tar.gz: 9f24f570e53d69c414e9c9d34dbde1760e5b892fddf65b5c1939ac3e302393a577d11ceac7bf095ba648786c40ae211f1c7f4b7ec08deb05d47529c9ed887e44
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Bootstrap your [xnlogic.com](http://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
+ ![gem install xnlogic](https://github.com/xnlogic/xnlogic/wiki/gif/readme_header.gif)
6
6
 
7
7
  ## Installation
8
8
 
@@ -45,7 +45,11 @@ You can get more information on each command using
45
45
 
46
46
  $ xnlogic help COMMAND
47
47
 
48
-
48
+ ## See Also
49
+ * [Getting Started](http://xnlogic.github.io/getting_started/)
50
+ * [xnlogic wiki](https://github.com/xnlogic/xnlogic/wiki)
51
+ * [xnlogic support](https://xnlogic.zendesk.com/hc/en-us)
52
+ * [xnlogic corporate](http://xnlogic.com)
49
53
 
50
54
  ## Contributing
51
55
 
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "XNLOGIC" "1" "February 2015" "" ""
4
+ .TH "XNLOGIC" "1" "April 2015" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBxnlogic\fR \- XN Logic Command\-line Tools
@@ -22,7 +22,10 @@ xnlogic help application
22
22
  XN Logic is a graph database\-backed application framework\.
23
23
  .
24
24
  .P
25
- See the XN Logic website \fIhttps://xnlogic\.com\fR for information on getting started, or https://xnlogic\.zendesk\.com/hc/en\-us for support\.
25
+ For more information, see: * XN Logic corporate \fIhttp://xnlogic\.com\fR * the XN Logic wiki \fIhttps://github\.com/xnlogic/xnlogic/wiki\fR for information on getting * Getting Started guide \fIhttp://xnlogic\.github\.io/getting_started/\fR
26
+ .
27
+ .P
28
+ Or for support requests, please see \fIhttps://xnlogic\.zendesk\.com/hc/en\-us\fR\.
26
29
  .
27
30
  .SH "COMMANDS"
28
31
  We divide \fBxnlogic\fR subcommands into the initial command, update commands, and utilities\.
@@ -17,16 +17,21 @@ SYNOPSIS
17
17
  DESCRIPTION
18
18
  XN Logic is a graph database-backed application framework.
19
19
 
20
- See the XN Logic website https://xnlogic.com for information on getting
21
- started, or https://xnlogic.zendesk.com/hc/en-us for support.
20
+ For more information, see: * XN Logic corporate http://xnlogic.com *
21
+ the XN Logic wiki https://github.com/xnlogic/xnlogic/wiki for informa-
22
+ tion on getting * Getting Started guide http://xnlogic.github.io/get-
23
+ ting_started/
24
+
25
+ Or for support requests, please see https://xnlogic.zen-
26
+ desk.com/hc/en-us.
22
27
 
23
28
  COMMANDS
24
- We divide xnlogic subcommands into the initial command, update com-
29
+ We divide xnlogic subcommands into the initial command, update com-
25
30
  mands, and utilities.
26
31
 
27
32
  INITIAL COMMAND
28
33
  xnlogic application(1)
29
- Create a simple application, suitable for development with the
34
+ Create a simple application, suitable for development with the
30
35
  XN Framework.
31
36
 
32
37
  APPLICATION UPDATES
@@ -35,23 +40,23 @@ APPLICATION UPDATES
35
40
  figuration, or can also be used to adjust settings.
36
41
 
37
42
  xnlogic server_profile(1)
38
- Generates a server profile that can be used to configure a pro-
43
+ Generates a server profile that can be used to configure a pro-
39
44
  duction deployment.
40
45
 
41
46
  xnlogic key(1)
42
- Updates the key (i.e. xn_user:xn_password) used by an existing
47
+ Updates the key (i.e. xn_user:xn_password) used by an existing
43
48
  application.
44
49
 
45
50
  UTILITY COMMANDS
46
51
  xnlogic up(1)
47
- Starts the development VM. On the first run (only) it will also
52
+ Starts the development VM. On the first run (only) it will also
48
53
  provision it.
49
54
 
50
55
  xnlogic ssh(1)
51
56
  Interactively log into the development VM.
52
57
 
53
58
  xnlogic provision(1)
54
- Update a running VM's configuration to match the con-
59
+ Update a running VM's configuration to match the con-
55
60
  fig/vagrant.provision script.
56
61
 
57
62
  xnlogic gem_sources(1)
@@ -73,4 +78,4 @@ OPTIONS
73
78
 
74
79
 
75
80
 
76
- February 2015 XNLOGIC(1)
81
+ April 2015 XNLOGIC(1)
@@ -80,7 +80,7 @@ hr
80
80
  echo "Starting Datomic Service"
81
81
  hr
82
82
  sudo rm -f /etc/init/datomic.conf
83
- sudo ln -sf $HOME/$XN_CLIENT/config/datomic.conf /etc/init/datomic.conf
83
+ sudo cp $HOME/$XN_CLIENT/config/datomic.conf /etc/init/datomic.conf
84
84
  sudo initctl reload-configuration
85
85
  sudo service datomic restart
86
86
 
@@ -1,3 +1,3 @@
1
1
  module Xnlogic
2
- VERSION = "1.0.42"
2
+ VERSION = "1.0.43"
3
3
  end
data/man/xnlogic.ronn CHANGED
@@ -15,8 +15,12 @@ Example:
15
15
 
16
16
  XN Logic is a graph database-backed application framework.
17
17
 
18
- See [the XN Logic website](https://xnlogic.com) for information on getting
19
- started, or https://xnlogic.zendesk.com/hc/en-us for support.
18
+ For more information, see:
19
+ * [XN Logic corporate](http://xnlogic.com)
20
+ * [the XN Logic wiki](https://github.com/xnlogic/xnlogic/wiki) for information on getting
21
+ * [Getting Started guide](http://xnlogic.github.io/getting_started/)
22
+
23
+ Or for support requests, please see [https://xnlogic.zendesk.com/hc/en-us](https://xnlogic.zendesk.com/hc/en-us).
20
24
 
21
25
  ## COMMANDS
22
26
 
data/xnlogic.gemspec CHANGED
@@ -6,10 +6,10 @@ require 'xnlogic/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "xnlogic"
8
8
  spec.version = Xnlogic::VERSION
9
- spec.authors = ["Darrick Wiebe"]
10
- spec.email = ["dw@xnlogic.com"]
9
+ spec.authors = ["Darrick Wiebe", "David Colebatch"]
10
+ spec.email = ["dw@xnlogic.com", "dc@xnlogic.com"]
11
11
  spec.summary = %q{XN Logic command-line tools}
12
- spec.description = %q{Build graph applications with XN Logic.}
12
+ spec.description = %q{Graph application framework with xnlogic.com}
13
13
  spec.homepage = "https://xnlogic.com"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xnlogic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.42
4
+ version: 1.0.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darrick Wiebe
8
+ - David Colebatch
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-04-08 00:00:00.000000000 Z
12
+ date: 2015-04-13 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: thor
@@ -80,9 +81,10 @@ dependencies:
80
81
  - - ">="
81
82
  - !ruby/object:Gem::Version
82
83
  version: 0.1.8
83
- description: Build graph applications with XN Logic.
84
+ description: Graph application framework with xnlogic.com
84
85
  email:
85
86
  - dw@xnlogic.com
87
+ - dc@xnlogic.com
86
88
  executables:
87
89
  - xnlogic
88
90
  extensions: []