luban-rails 0.1.10 → 0.1.11
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 +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/luban/deployment/applications/rails/publisher.rb +0 -5
- data/lib/luban/deployment/applications/rails/templates/{database.yml.erb → config/database.yml.erb} +0 -0
- data/lib/luban/deployment/applications/rails/templates/{secrets.yml.erb → config/secrets.yml.erb} +0 -0
- data/lib/luban/deployment/applications/rails/version.rb +1 -1
- data/luban-rails.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91b4b02f0101f8b015a96297dfffb158e2e894ee
|
4
|
+
data.tar.gz: 0a7a4e10b086d4ca1d6705fb32b286cb38ebbdee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d95fad8769c738f0dfbad92dedb992cf0856cda0346e8ed7fe6b6d4830847d466cad482c13ee2e8c240faa6de066cf684807458adfefed159fe33f3d1230f76b
|
7
|
+
data.tar.gz: f602d91d569769a71771634be9f8f443f9ad3b8d38195ceb6c40916e385f189bbb314e9fd216be9957d8d710748c97740db01b43e2287835a52e8c59bb32b34d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Change log
|
2
2
|
|
3
|
+
## Version 0.1.11 (Nov 24, 2016)
|
4
|
+
|
5
|
+
Minor enhancements:
|
6
|
+
* Made use of linked_files convention
|
7
|
+
* Relocated database.yml.erb and secret.yml.erb to templates/config
|
8
|
+
* As a result, bump up gem dependency of Luban to version 0.10.4
|
9
|
+
|
3
10
|
## Version 0.1.10 (Oct 23, 2016)
|
4
11
|
|
5
12
|
Minor enhancements:
|
data/lib/luban/deployment/applications/rails/templates/{database.yml.erb → config/database.yml.erb}
RENAMED
File without changes
|
data/lib/luban/deployment/applications/rails/templates/{secrets.yml.erb → config/secrets.yml.erb}
RENAMED
File without changes
|
data/luban-rails.gemspec
CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.require_paths = ["lib"]
|
21
21
|
|
22
22
|
spec.required_ruby_version = ">= 2.1.0"
|
23
|
-
spec.add_dependency 'luban', ">= 0.
|
23
|
+
spec.add_dependency 'luban', ">= 0.10.4"
|
24
24
|
spec.add_dependency 'luban-rack', ">= 0.2.14"
|
25
25
|
|
26
26
|
spec.add_development_dependency "bundler", "~> 1.12"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: luban-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rubyist Chi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
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.
|
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.
|
26
|
+
version: 0.10.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: luban-rack
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -100,9 +100,9 @@ files:
|
|
100
100
|
- lib/luban/deployment/applications/rails.rb
|
101
101
|
- lib/luban/deployment/applications/rails/base.rb
|
102
102
|
- lib/luban/deployment/applications/rails/publisher.rb
|
103
|
-
- lib/luban/deployment/applications/rails/templates/database.yml.erb
|
103
|
+
- lib/luban/deployment/applications/rails/templates/config/database.yml.erb
|
104
|
+
- lib/luban/deployment/applications/rails/templates/config/secrets.yml.erb
|
104
105
|
- lib/luban/deployment/applications/rails/templates/rails.logrotate.erb
|
105
|
-
- lib/luban/deployment/applications/rails/templates/secrets.yml.erb
|
106
106
|
- lib/luban/deployment/applications/rails/version.rb
|
107
107
|
- lib/luban/rails.rb
|
108
108
|
- luban-rails.gemspec
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
version: '0'
|
127
127
|
requirements: []
|
128
128
|
rubyforge_project:
|
129
|
-
rubygems_version: 2.6.
|
129
|
+
rubygems_version: 2.6.8
|
130
130
|
signing_key:
|
131
131
|
specification_version: 4
|
132
132
|
summary: Rails support for Luban
|