luban-rack 0.2.20 → 0.2.21

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: 4717a8ca233bbf79ff4600c2dc8d4f06ee3cd8c8
4
- data.tar.gz: b19d6ef6360e56e7949afe3cdf3b0aaf8affbc8d
3
+ metadata.gz: 486665820907f0eeee1234e171b64e3dc93c1861
4
+ data.tar.gz: e31d0d0aac314629e3310dce14c62d7badc27b2d
5
5
  SHA512:
6
- metadata.gz: 99c3f4fac543f942cd8f388b28b771c2012557923d9424d928839e2c145a3bb896bc35657cde31fab9fd28887becb30613acf00c738d0045abb16d9f42437a2d
7
- data.tar.gz: 625ea9e0def38334a104a11735e56381b834cf009b31643c6532cf1636ef7077c73b89054475ec96efa6285f748e1b7b84c11980899027bbc35869efb98cf1ec
6
+ metadata.gz: fd1addd0cc538ceb9a78a6b61fc170c812e87ac9cc276629b1287efd7796c93a43f57462ed013af5a68743da20f44d47f4f11ce96dd80a6602aa150059187af8
7
+ data.tar.gz: 409a65a09c9a408c24a5be56134324385159baa2404afe44a236b11c0fa6d63bde1b884dfaa31967dd002fc595d8815764fd4a18d529477a0f2b6e6b716973ca
data/CHANGELOG.md CHANGED
@@ -1,11 +1,19 @@
1
1
  # Change log
2
2
 
3
- ## Version 0.2.20 (Nov 17 2016)
3
+ ## Versoin 0.2.21 (Nov 24, 2016)
4
+
5
+ Minor enhancements:
6
+ * Made use of linked_files convention
7
+ * Relocated puma.rb.erb to templates/puma/config
8
+ * Relocated thin.yml.erb to templates/thin/config
9
+ * As a result, bump up gem dependency of Luban to version 0.10.4
10
+
11
+ ## Version 0.2.20 (Nov 17, 2016)
4
12
 
5
13
  Bug fixes:
6
14
  * Fixed Nginx proxy configuration for Rails precompiled assets serving
7
15
 
8
- ## Version 0.2.19 (Nov 16 2016)
16
+ ## Version 0.2.19 (Nov 16, 2016)
9
17
 
10
18
  Bug fixes:
11
19
  * Updated plugin 'luban' to be backward compatible with Ruby 1.8
@@ -15,7 +15,6 @@ module Luban
15
15
  def init
16
16
  super
17
17
  linked_dirs.push('sockets')
18
- linked_files.push('puma.rb', 'thin.yml')
19
18
  end
20
19
  end
21
20
  end
@@ -2,7 +2,7 @@ module Luban
2
2
  module Deployment
3
3
  module Applications
4
4
  class Rack
5
- VERSION = '0.2.20'
5
+ VERSION = '0.2.21'
6
6
  end
7
7
  end
8
8
  end
data/luban-rack.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.require_paths = ["lib"]
19
19
 
20
20
  spec.required_ruby_version = ">= 2.1.0"
21
- spec.add_dependency 'luban', ">= 0.9.10"
21
+ spec.add_dependency 'luban', ">= 0.10.4"
22
22
 
23
23
  spec.add_development_dependency "bundler", "~> 1.12"
24
24
  spec.add_development_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luban-rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.20
4
+ version: 0.2.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rubyist Chi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-17 00:00:00.000000000 Z
11
+ date: 2016-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: luban
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.10
19
+ version: 0.10.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 0.9.10
26
+ version: 0.10.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -89,14 +89,14 @@ files:
89
89
  - lib/luban/deployment/applications/rack/controller.rb
90
90
  - lib/luban/deployment/applications/rack/paths.rb
91
91
  - lib/luban/deployment/applications/rack/publisher.rb
92
+ - lib/luban/deployment/applications/rack/templates/puma/config/puma.rb.erb
92
93
  - lib/luban/deployment/applications/rack/templates/puma/puma.logrotate.erb
93
94
  - lib/luban/deployment/applications/rack/templates/puma/puma.monitrc.erb
94
95
  - lib/luban/deployment/applications/rack/templates/puma/puma.nginx.http.proxy.conf.erb
95
- - lib/luban/deployment/applications/rack/templates/puma/puma.rb.erb
96
+ - lib/luban/deployment/applications/rack/templates/thin/config/thin.yml.erb
96
97
  - lib/luban/deployment/applications/rack/templates/thin/thin.logrotate.erb
97
98
  - lib/luban/deployment/applications/rack/templates/thin/thin.monitrc.erb
98
99
  - lib/luban/deployment/applications/rack/templates/thin/thin.nginx.http.proxy.conf.erb
99
- - lib/luban/deployment/applications/rack/templates/thin/thin.yml.erb
100
100
  - lib/luban/deployment/applications/rack/version.rb
101
101
  - lib/luban/deployment/applications/rack/web_server.rb
102
102
  - lib/luban/deployment/applications/rack/web_servers/puma.rb
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  requirements: []
126
126
  rubyforge_project:
127
- rubygems_version: 2.5.2
127
+ rubygems_version: 2.6.8
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: Rack support for Luban