xnlogic 1.0.41 → 1.0.42

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: 02df4d7538957ec9c6e46168115b839087ae5001
4
- data.tar.gz: 9bfda18788a609ea4ef566f445728aa26501a9b7
3
+ metadata.gz: ca38e5e15975416af08c8ca5c5e087581724310b
4
+ data.tar.gz: 4c45f3408c8fc6b6fc3925cae2e14f33a1e21a13
5
5
  SHA512:
6
- metadata.gz: a5ec522bc8fad50dfc791c8048cc0d58af039b3eb892e0910012fb61e09087a3fbc2eee9c1f3b83cb2ae4043343b90681bd3bf66ea73a97a3f901d6389604df7
7
- data.tar.gz: e4fceb73a3f926c6d662b1ee088cb692c58c1f6f1431cbc68097d894f8e28cf88814b834ab1d6b85bc9dcb7d4627bc0303b4f6292687c14cff00e6bea94eceb7
6
+ metadata.gz: cdcffb685fdfc5eb349a467864cc136723e630e14ab82cab1ca987329a3c45190fdee567c0f16b6718b1fdddf97f0089086c5ba3941ba81853fe4c9dfd858b58
7
+ data.tar.gz: 6ad1fccdf7ae08a62dba51c32a2ca0be428fca7692cc10d8e7d18f5a67e130b75253bc9ced3947cff33bc1d6e4b66535415ee8ade668a2c3cc858aa7e5e104bb
@@ -253,7 +253,7 @@ module Xnlogic
253
253
  "logback.xml.tt" => "logback.xml",
254
254
  "config.ru.tt" => "config.ru",
255
255
  "dev/console.rb.tt" => "dev/console.rb",
256
- "config/mcfly_config.yaml.tt" => "config/mcfly_config.yaml",
256
+ "config/mcfly_config.yml.tt" => "config/mcfly_config.yml",
257
257
  "tasks/deploy.rb.tt" => "tasks/deploy.rb",
258
258
  "torquebox.yml.tt" => "torquebox.yml",
259
259
  "torquebox_init.rb.tt" => "torquebox_init.rb",
@@ -92,7 +92,7 @@ end
92
92
  require '<%= config[:namespaced_path] %>/version'
93
93
  require '<%= config[:namespaced_path] %>/type'
94
94
 
95
- PacerModel.load_mcfly_config_yaml(<%= config[:constant_name] %>.config_file('mcfly_config.yaml'), <%= config[:constant_name] %>.env)
95
+ PacerModel.load_mcfly_config_yaml(<%= config[:constant_name] %>.config_file('mcfly_config.yml'), <%= config[:constant_name] %>.env)
96
96
 
97
97
  PacerModel.applications['<%= config[:name] %>'] = <%= config[:constant_name] %>
98
98
  PacerModel.property_namespaces << <%= config[:constant_name] %>::Type::Property
@@ -1,3 +1,3 @@
1
1
  module Xnlogic
2
- VERSION = "1.0.41"
2
+ VERSION = "1.0.42"
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.41
4
+ version: 1.0.42
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-31 00:00:00.000000000 Z
11
+ date: 2015-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -110,7 +110,7 @@ files:
110
110
  - lib/xnlogic/templates/application/assets/images/xnlogic-logo-site.png
111
111
  - lib/xnlogic/templates/application/assets/index.html.tt
112
112
  - lib/xnlogic/templates/application/config.ru.tt
113
- - lib/xnlogic/templates/application/config/mcfly_config.yaml.tt
113
+ - lib/xnlogic/templates/application/config/mcfly_config.yml.tt
114
114
  - lib/xnlogic/templates/application/dev/console.rb.tt
115
115
  - lib/xnlogic/templates/application/gemspec.tt
116
116
  - lib/xnlogic/templates/application/gitignore.tt