xnlogic 1.0.34 → 1.0.35

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: 9d165da2c530980ff5482ba2ea96604802278f36
4
- data.tar.gz: bc175366dbddc2c4f9cbbc1803c75da732feaa57
3
+ metadata.gz: e96ed5ea71515b4b8a91fe9f613205baf2206fa9
4
+ data.tar.gz: 36dab148e42ebaf0183a595f9efc5d7efbdc6622
5
5
  SHA512:
6
- metadata.gz: 18d3687ae3b2a85108e968e46fbe6bc0848ba1f573920527c76c6a2f9f5c28bc0397056ee78ddb1ee58f296a454a33077e786c89638793a1ea17d06792ce658b
7
- data.tar.gz: c73fe7e0db8662c3a679e596e6c1b7350b980ef15be38bf4c9608ddca8fd46417083f12d48f010ecdcd92f1830c094207d627ff433cc428b778c9706efd967f0
6
+ metadata.gz: 32d62c885d467422dfd102e63f62a788d87c1a54dab5f3704ea31d413eff19dd2a6d1e744af17176636cea6994fa2a0f42ea6bb28fe2a83fbf4c7ed33c9c4270
7
+ data.tar.gz: c0f52800b89f519ad980b580b66cee1516cb4222800b69835448ea8d38d6a8fffee9d8e2a89d64eab75122d212fe1567fd6fb383b48736e0833c68f32ea5e4b8
@@ -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" "March 2015" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBxnlogic\fR \- XN Logic Command\-line Tools
@@ -73,4 +73,4 @@ OPTIONS
73
73
 
74
74
 
75
75
 
76
- February 2015 XNLOGIC(1)
76
+ March 2015 XNLOGIC(1)
@@ -11,8 +11,12 @@ class DeployConfig
11
11
 
12
12
  # config_binding is the binding taken from the Capistrano configuration file
13
13
  def apply_cap_config(config_binding)
14
- roles.each { |role, user| config_binding.eval("role #{role.inspect}, #{user.inspect}") }
15
- variables.each { |name, val| config_binding.eval("set #{name.inspect}, #{val.inspect}") }
14
+ roles.each do |role, user|
15
+ config_binding.eval("role #{role.inspect}, #{user.inspect}")
16
+ end
17
+ variables.each do |name, val|
18
+ config_binding.eval("set #{name.inspect}, #{val.inspect}")
19
+ end
16
20
  end
17
21
 
18
22
  # Setters
@@ -82,10 +86,15 @@ if defined?(Capistrano)
82
86
  end
83
87
 
84
88
  # config_binding is the binding taken from the Capistrano configuration file
85
- def apply_config(config_binding)
86
- roles.each { |role, user| config_binding.eval("role #{role.inspect}, #{user.inspect}") }
87
- variables.each { |name, val| config_binding.eval("set #{name.inspect}, #{val.inspect}") }
89
+ def apply_cap_config(config_binding)
90
+ roles.each do |role, user|
91
+ config_binding.eval("role #{role.inspect}, #{user.inspect}")
92
+ end
93
+ variables.each do |name, val|
94
+ config_binding.eval("set #{name.inspect}, #{val.inspect}")
95
+ end
88
96
  end
97
+ alias apply_config apply_cap_config
89
98
 
90
99
  # Setters
91
100
 
@@ -10,6 +10,10 @@ EOF
10
10
  STDIN.gets
11
11
 
12
12
  Xn::DeployUtils.deploy package_gems: true
13
+
14
+ if File.exists? 'apps/apps.deploy.sh'
15
+ system 'apps/apps.deploy.sh'
16
+ end
13
17
  end
14
18
 
15
19
  task :undeploy => 'torquebox:remote:undeploy'
@@ -57,9 +57,6 @@ rm xn.dev.tbz
57
57
  cd xn.dev
58
58
  source script/setup_stack
59
59
  echo jruby-${jruby_version} > .ruby-version
60
- cd fe/xn.js
61
- npm install --loglevel silent
62
- cd -
63
60
  rake --quiet new_tb_version bundle_fe_server fresh_fe_config fe_server_db_init
64
61
 
65
62
  if [ -d $HOME/$XN_CLIENT/assets ]; then
@@ -1,3 +1,3 @@
1
1
  module Xnlogic
2
- VERSION = "1.0.34"
2
+ VERSION = "1.0.35"
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.34
4
+ version: 1.0.35
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-03-11 00:00:00.000000000 Z
11
+ date: 2015-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor