xnlogic 1.0.21 → 1.0.22

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: 25f9595876e3994a4a5cc45fd2ff64399e89bec1
4
- data.tar.gz: f4df70cdb56a4d33577c6b1ef3a258788c1c7e08
3
+ metadata.gz: 19e3564c5f1c502e134ecbe2f638e67e35070869
4
+ data.tar.gz: 1a302b31f3db8d5cf1e008bc4b5104c177594753
5
5
  SHA512:
6
- metadata.gz: 1943afbe6c5502db9f7081ad48b0850c582b28dcea1b0c365c27234e43abb99cb70540f552863372792695d1359e423cda190f025ef63cf76dac9b08cdbd477e
7
- data.tar.gz: 6275b9c750acb3bf82eaa3131a3059dd83cbc590a4014850cf28902e14b11a4242acc0e4324e2ef078eba526a351c22797a238dc772b4b42757305418498f1a6
6
+ metadata.gz: 015b8147bc8eec39487a17f46670c3b3abcdf941fc3a3cfacd76743c8f2b2234b04f4e82f1d6e4155f97a948d97c3377d01607e2e5c29f5737fe57ae8e5e6e95
7
+ data.tar.gz: 12bb4668e636bfdddf1c374657ff3965fcf348c8bc2edbb3fd44c6eacc4531960712e1f65fb5019fe08fe31421afbebf5784d933576c548e88b71f53395339ba
@@ -11,10 +11,6 @@ module Xnlogic
11
11
  @app = Pathname.pwd
12
12
  end
13
13
 
14
- def options_file
15
- app + 'config/deploy_options.yaml'
16
- end
17
-
18
14
  def in_existing_project
19
15
  if options_file.exist?
20
16
  previous_options = YAML.load_file(options_file.to_s)
@@ -9,22 +9,18 @@
9
9
  .SH "SYNOPSIS"
10
10
  \fBxnlogic\fR COMMAND [\-\-no\-color] [\-\-verbose] [ARGS]
11
11
  .
12
+ .P
13
+ Example:
14
+ .
15
+ .P
16
+ xnlogic application my_app \-\-key my_xn_user:password
17
+ .
12
18
  .SH "DESCRIPTION"
13
19
  XN Logic is a graph database\-backed application framework\.
14
20
  .
15
21
  .P
16
22
  See the XN Logic website \fIhttps://xnlogic\.com\fR for information on getting started, or https://xnlogic\.zendesk\.com/hc/en\-us for support\.
17
23
  .
18
- .SH "OPTIONS"
19
- .
20
- .TP
21
- \fB\-\-no\-color\fR
22
- Prints all output without color
23
- .
24
- .TP
25
- \fB\-\-verbose\fR
26
- Prints out additional logging information
27
- .
28
24
  .SH "COMMANDS"
29
25
  We divide \fBxnlogic\fR subcommands into the initial command, update commands, and utilities\.
30
26
  .
@@ -53,4 +49,14 @@ Displays the gem sources needed by this application
53
49
  .TP
54
50
  \fBxnlogic help(1)\fR
55
51
  Displays detailed help for each subcommand
52
+ .
53
+ .SH "OPTIONS"
54
+ .
55
+ .TP
56
+ \fB\-\-no\-color\fR
57
+ Prints all output without color
58
+ .
59
+ .TP
60
+ \fB\-\-verbose\fR
61
+ Prints out additional logging information
56
62
 
@@ -8,19 +8,16 @@ NAME
8
8
  SYNOPSIS
9
9
  xnlogic COMMAND [--no-color] [--verbose] [ARGS]
10
10
 
11
+ Example:
12
+
13
+ xnlogic application my_app --key my_xn_user:password
14
+
11
15
  DESCRIPTION
12
16
  XN Logic is a graph database-backed application framework.
13
17
 
14
18
  See the XN Logic website https://xnlogic.com for information on getting
15
19
  started, or https://xnlogic.zendesk.com/hc/en-us for support.
16
20
 
17
- OPTIONS
18
- --no-color
19
- Prints all output without color
20
-
21
- --verbose
22
- Prints out additional logging information
23
-
24
21
  COMMANDS
25
22
  We divide xnlogic subcommands into the initial command, update com-
26
23
  mands, and utilities.
@@ -45,6 +42,13 @@ UTILITY COMMANDS
45
42
  xnlogic help(1)
46
43
  Displays detailed help for each subcommand
47
44
 
45
+ OPTIONS
46
+ --no-color
47
+ Prints all output without color
48
+
49
+ --verbose
50
+ Prints out additional logging information
51
+
48
52
 
49
53
 
50
54
 
@@ -2,3 +2,5 @@ source "https://<%= config[:xn_key] || 'xn:key_required' %>@gems.xnlogic.com"
2
2
  source "https://rubygems.org/"
3
3
 
4
4
  gemspec
5
+
6
+ eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')
@@ -21,6 +21,9 @@ Gem::Specification.new do |s|
21
21
  s.add_dependency 'pacer-model'
22
22
  s.add_dependency 'pacer-neo4j'
23
23
  s.add_dependency 'pacer-mcfly'
24
+ # Prevent accidental public pushes (only enforced in Rubygems >= 2.4)
25
+ s.required_rubygems_version = '>= 2.2.0'
26
+ s.metadata['allowed_push_host'] = 'https://your.server.here'
24
27
 
25
28
  s.add_dependency 'jruby-openssl', '0.9.6'
26
29
 
@@ -9,3 +9,6 @@ bin/*
9
9
  tmp/
10
10
  .vagrant
11
11
  *.knob
12
+ .*.un~
13
+ .DS_Store
14
+ Gemfile-custom
@@ -1,3 +1,3 @@
1
1
  module Xnlogic
2
- VERSION = "1.0.21"
2
+ VERSION = "1.0.22"
3
3
  end
metadata CHANGED
@@ -1,71 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xnlogic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.21
4
+ version: 1.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darrick Wiebe
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-16 00:00:00.000000000 Z
11
+ date: 2015-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
15
- version_requirements: !ruby/object:Gem::Requirement
15
+ requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
- requirement: !ruby/object:Gem::Requirement
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
21
23
  requirements:
22
- - - '>='
24
+ - - ">="
23
25
  - !ruby/object:Gem::Version
24
26
  version: '0'
25
- prerelease: false
26
- type: :runtime
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
- version_requirements: !ruby/object:Gem::Requirement
29
+ requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.7'
34
- requirement: !ruby/object:Gem::Requirement
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
35
37
  requirements:
36
- - - ~>
38
+ - - "~>"
37
39
  - !ruby/object:Gem::Version
38
40
  version: '1.7'
39
- prerelease: false
40
- type: :development
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
43
50
  version_requirements: !ruby/object:Gem::Requirement
44
51
  requirements:
45
- - - ~>
52
+ - - "~>"
46
53
  - !ruby/object:Gem::Version
47
54
  version: '10.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: ronn
48
57
  requirement: !ruby/object:Gem::Requirement
49
58
  requirements:
50
- - - ~>
59
+ - - "~>"
51
60
  - !ruby/object:Gem::Version
52
- version: '10.0'
53
- prerelease: false
61
+ version: 0.7.3
54
62
  type: :development
55
- - !ruby/object:Gem::Dependency
56
- name: xn_gem_release_tasks
63
+ prerelease: false
57
64
  version_requirements: !ruby/object:Gem::Requirement
58
65
  requirements:
59
- - - '>='
66
+ - - "~>"
60
67
  - !ruby/object:Gem::Version
61
- version: 0.1.8
68
+ version: 0.7.3
69
+ - !ruby/object:Gem::Dependency
70
+ name: xn_gem_release_tasks
62
71
  requirement: !ruby/object:Gem::Requirement
63
72
  requirements:
64
- - - '>='
73
+ - - ">="
65
74
  - !ruby/object:Gem::Version
66
75
  version: 0.1.8
67
- prerelease: false
68
76
  type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: 0.1.8
69
83
  description: Build graph applications with XN Logic.
70
84
  email:
71
85
  - dw@xnlogic.com
@@ -74,7 +88,7 @@ executables:
74
88
  extensions: []
75
89
  extra_rdoc_files: []
76
90
  files:
77
- - .gitignore
91
+ - ".gitignore"
78
92
  - Gemfile
79
93
  - README.md
80
94
  - Rakefile
@@ -127,25 +141,24 @@ files:
127
141
  homepage: https://xnlogic.com
128
142
  licenses: []
129
143
  metadata: {}
130
- post_install_message:
144
+ post_install_message:
131
145
  rdoc_options: []
132
146
  require_paths:
133
147
  - lib
134
148
  required_ruby_version: !ruby/object:Gem::Requirement
135
149
  requirements:
136
- - - '>='
150
+ - - ">="
137
151
  - !ruby/object:Gem::Version
138
152
  version: '0'
139
153
  required_rubygems_version: !ruby/object:Gem::Requirement
140
154
  requirements:
141
- - - '>='
155
+ - - ">="
142
156
  - !ruby/object:Gem::Version
143
157
  version: '0'
144
158
  requirements: []
145
- rubyforge_project:
159
+ rubyforge_project:
146
160
  rubygems_version: 2.4.5
147
- signing_key:
161
+ signing_key:
148
162
  specification_version: 4
149
163
  summary: XN Logic command-line tools
150
164
  test_files: []
151
- has_rdoc: