xnlogic 1.0.16 → 1.0.17

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: 5f50125d078ca9f8ab3f55d8bea9a683afc27c85
4
- data.tar.gz: c03963c23329d179a4d1adce967cc56fd60baf7e
3
+ metadata.gz: d0705e3c166566aba82a3bffe89f68221b2dd377
4
+ data.tar.gz: fb7e13ad782f8a765e6eb0dfd50058f95c3e4e89
5
5
  SHA512:
6
- metadata.gz: 8bcaccfd8996ff086cccc701c532242c988e898e3807fad4696702efa721bb3465be0312a65d8b444974cf921e0b48dff9cfc9d590e060845afce940e8607c56
7
- data.tar.gz: 2aa85161597fbc6b6d1204eb0970fb7284ff79b841bb8d47380898fd4cb96c5660abfa26cc85565a90097926c07f092ff6de7ea0ddfd7702ef2c28c51c56b96d
6
+ metadata.gz: 0bf3b573580641276b35a24e459246671e30b2419d9b27238c84bff5919525b5723d05676d920185896c7b75200a3f3ace04cbf766c38b3c2225e0c8726f7bed
7
+ data.tar.gz: 4f189a26ee7fc8687e9c965730157c80f4a2f97306a4acbab4f56eebd55c0a9229bc7bcfc90f2267d31c16d7dbbce5bbd36e1e785fe111e0645d405bd789c175
@@ -41,6 +41,7 @@ module Xnlogic
41
41
  end
42
42
 
43
43
  def write_options
44
+ Dir.mkdir(app.join('config')) unless app.join('config').exist?
44
45
  File.open(options_file.to_s, 'w') do |f|
45
46
  f.puts YAML.dump options
46
47
  end
@@ -58,7 +59,7 @@ module Xnlogic
58
59
  end
59
60
 
60
61
  def application
61
- generate_vm_config unless options['vm_config']
62
+ generate_vm_config if options['vm_config']
62
63
  generate_application
63
64
  write_options
64
65
  Xnlogic.ui.info "Initializing git repo in #{app}"
@@ -1,3 +1,3 @@
1
1
  module Xnlogic
2
- VERSION = "1.0.16"
2
+ VERSION = "1.0.17"
3
3
  end
metadata CHANGED
@@ -1,85 +1,71 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xnlogic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.16
4
+ version: 1.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darrick Wiebe
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '0'
20
- type: :runtime
21
- prerelease: false
22
15
  version_requirements: !ruby/object:Gem::Requirement
23
16
  requirements:
24
- - - ">="
17
+ - - '>='
25
18
  - !ruby/object:Gem::Version
26
19
  version: '0'
27
- - !ruby/object:Gem::Dependency
28
- name: bundler
29
20
  requirement: !ruby/object:Gem::Requirement
30
21
  requirements:
31
- - - "~>"
22
+ - - '>='
32
23
  - !ruby/object:Gem::Version
33
- version: '1.7'
34
- type: :development
24
+ version: '0'
35
25
  prerelease: false
26
+ type: :runtime
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
36
29
  version_requirements: !ruby/object:Gem::Requirement
37
30
  requirements:
38
- - - "~>"
31
+ - - ~>
39
32
  - !ruby/object:Gem::Version
40
33
  version: '1.7'
41
- - !ruby/object:Gem::Dependency
42
- name: rake
43
34
  requirement: !ruby/object:Gem::Requirement
44
35
  requirements:
45
- - - "~>"
36
+ - - ~>
46
37
  - !ruby/object:Gem::Version
47
- version: '10.0'
48
- type: :development
38
+ version: '1.7'
49
39
  prerelease: false
40
+ type: :development
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
50
43
  version_requirements: !ruby/object:Gem::Requirement
51
44
  requirements:
52
- - - "~>"
45
+ - - ~>
53
46
  - !ruby/object:Gem::Version
54
47
  version: '10.0'
55
- - !ruby/object:Gem::Dependency
56
- name: ronn
57
48
  requirement: !ruby/object:Gem::Requirement
58
49
  requirements:
59
- - - "~>"
50
+ - - ~>
60
51
  - !ruby/object:Gem::Version
61
- version: 0.7.3
62
- type: :development
52
+ version: '10.0'
63
53
  prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - "~>"
67
- - !ruby/object:Gem::Version
68
- version: 0.7.3
54
+ type: :development
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: xn_gem_release_tasks
71
- requirement: !ruby/object:Gem::Requirement
57
+ version_requirements: !ruby/object:Gem::Requirement
72
58
  requirements:
73
- - - ">="
59
+ - - '>='
74
60
  - !ruby/object:Gem::Version
75
61
  version: 0.1.8
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
62
+ requirement: !ruby/object:Gem::Requirement
79
63
  requirements:
80
- - - ">="
64
+ - - '>='
81
65
  - !ruby/object:Gem::Version
82
66
  version: 0.1.8
67
+ prerelease: false
68
+ type: :development
83
69
  description: Build graph applications with XN Logic.
84
70
  email:
85
71
  - dw@xnlogic.com
@@ -88,7 +74,7 @@ executables:
88
74
  extensions: []
89
75
  extra_rdoc_files: []
90
76
  files:
91
- - ".gitignore"
77
+ - .gitignore
92
78
  - Gemfile
93
79
  - README.md
94
80
  - Rakefile
@@ -134,24 +120,24 @@ files:
134
120
  homepage: https://xnlogic.com
135
121
  licenses: []
136
122
  metadata: {}
137
- post_install_message:
123
+ post_install_message:
138
124
  rdoc_options: []
139
125
  require_paths:
140
126
  - lib
141
127
  required_ruby_version: !ruby/object:Gem::Requirement
142
128
  requirements:
143
- - - ">="
129
+ - - '>='
144
130
  - !ruby/object:Gem::Version
145
131
  version: '0'
146
132
  required_rubygems_version: !ruby/object:Gem::Requirement
147
133
  requirements:
148
- - - ">="
134
+ - - '>='
149
135
  - !ruby/object:Gem::Version
150
136
  version: '0'
151
137
  requirements: []
152
- rubyforge_project:
153
- rubygems_version: 2.2.2
154
- signing_key:
138
+ rubyforge_project:
139
+ rubygems_version: 2.4.5
140
+ signing_key:
155
141
  specification_version: 4
156
142
  summary: XN Logic command-line tools
157
143
  test_files: []