recipes_matic 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -4
- data/LICENSE.txt +1 -1
- data/README.md +4 -2
- data/lib/generators/recipes_matic/templates/config/deploy/production.rb +2 -1
- data/lib/generators/recipes_matic/templates/config/deploy/recipes/postgresql.rb +3 -2
- data/lib/generators/recipes_matic/templates/config/deploy/recipes/templates/monit/monitrc.erb +1 -1
- data/lib/generators/recipes_matic/templates/config/deploy/recipes/unicorn.rb +0 -1
- data/lib/generators/recipes_matic/templates/config/deploy/staging.rb +2 -1
- data/lib/recipes_matic/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41fbc8f83312a4be00153e624a7621fee1f764f2
|
4
|
+
data.tar.gz: d8f593f85cd8626e928915940bbf6d7ce2b66769
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac2b2882a3fe995dc4901bc66468188d5d61a8e58fd09615fb0e5db1cfd1b5e32d8a1ba6b7aecea922e90eb8b67b017c33961cd11f8a12089d8e15e3c5f007e1
|
7
|
+
data.tar.gz: d2164569efd9c70eb34cc555a0b7069b1408e50ecefe7d9b9f57435b88ee37af1eed7ba5c69d4011e370e3a398a596aa4dfcc9f29ddbaf31f9d7af4bc921f105
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,22 @@
|
|
1
1
|
|
2
2
|
#### [Current]
|
3
|
-
* [
|
3
|
+
* [9936cca](../../commit/9936cca) - __(Muhammet DILEK)__ TB-32 postgresql install fixed
|
4
|
+
* [eec4fe7](../../commit/eec4fe7) - __(Ahmet Sezgin Duran)__ LAB-31 #time 1m Add named logo
|
5
|
+
* [b0a73cb](../../commit/b0a73cb) - __(Ahmet Sezgin Duran)__ LAB-31 #time 1 Fix year information
|
6
|
+
* [ae3efb7](../../commit/ae3efb7) - __(Ahmet Sezgin Duran)__ LAB-31 #time 2m Update README.md
|
7
|
+
* [c28a3ed](../../commit/c28a3ed) - __(Ahmet Sezgin Duran)__ TB-12 #time 15m Set number of unicorn workers in environments
|
8
|
+
* [27fe3bf](../../commit/27fe3bf) - __(Onur zgr ZKAN)__ Update monitrc.erb
|
9
|
+
* [884ac66](../../commit/884ac66) - __(Onur Ozgur OZKAN)__ bump version 1.0.0
|
10
|
+
* [67e66ff](../../commit/67e66ff) - __(Onur Ozgur OZKAN)__ [#8](../../issues/8) Fixed unicorn restart
|
11
|
+
* [9be5972](../../commit/9be5972) - __(Onur zgr ZKAN)__ document typo fixed
|
12
|
+
* [a3cd0e1](../../commit/a3cd0e1) - __(Muhammet DILEK)__ [#5](../../issues/5) postgresql setup fixed
|
13
|
+
* [8c36737](../../commit/8c36737) - __(Muhammet DILEK)__ [#4](../../issues/4) nginx setup bug fixed
|
14
|
+
|
15
|
+
#### 0.2.0
|
16
|
+
* [8622f89](../../commit/8622f89) - __(Muhammet DILEK)__ bump version 0.2.0
|
17
|
+
* [5ca7c90](../../commit/5ca7c90) - __(Muhammet DILEK)__ [#2](../../issues/2) package install fixed
|
4
18
|
|
5
19
|
#### 0.1.0
|
6
|
-
* [6ab4bb6](../../commit/6ab4bb6) - __(Muhammet
|
7
|
-
* [235d3b6](../../commit/235d3b6) - __(Muhammet
|
8
|
-
* [dd38801](../../commit/dd38801) - __(Muhammet
|
20
|
+
* [6ab4bb6](../../commit/6ab4bb6) - __(Muhammet DILEK)__ bump version 0.1.0
|
21
|
+
* [235d3b6](../../commit/235d3b6) - __(Muhammet DILEK)__ [#1](../../issues/1) gem application created
|
22
|
+
* [dd38801](../../commit/dd38801) - __(Muhammet DILEK)__ Initial commit
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -56,10 +56,12 @@ Finish...
|
|
56
56
|
|
57
57
|
## Credits
|
58
58
|
|
59
|
-
|
59
|
+
![lab2023](http://lab2023.com/assets/images/named-logo.png)
|
60
|
+
|
61
|
+
- Cybele is maintained and funded by [lab2023 - information technologies](http://lab2023.com/)
|
60
62
|
- Thank you to all the [contributors!](https://github.com/kebab-project/recipes_matic/graphs/contributors)
|
61
63
|
- The names and logos for lab2023 are trademarks of lab2023, inc.
|
62
64
|
|
63
65
|
## License
|
64
66
|
|
65
|
-
Copyright
|
67
|
+
Copyright 2014 lab2023 – information technologies
|
@@ -8,9 +8,10 @@ set_default(:postgresql_pid) { "/var/run/postgresql/9.1-main.pid" }
|
|
8
8
|
namespace :postgresql do
|
9
9
|
desc 'Install the latest stable release of PostgreSQL.'
|
10
10
|
task :install, roles: :db, only: {primary: true} do
|
11
|
-
run "#{sudo}
|
11
|
+
run "#{sudo} sh -c 'echo \"deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main\" >> /etc/apt/sources.list.d/pgdg.list'"
|
12
|
+
run "wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -"
|
12
13
|
run "#{sudo} apt-get -y update"
|
13
|
-
run "#{sudo} apt-get -y install postgresql-9.
|
14
|
+
run "#{sudo} apt-get -y install postgresql-9.3"
|
14
15
|
end
|
15
16
|
|
16
17
|
after "deploy:install", "postgresql:install"
|
@@ -2,7 +2,6 @@ set_default(:unicorn_user) { user }
|
|
2
2
|
set_default(:unicorn_pid) { "#{current_path}/tmp/pids/unicorn.pid" }
|
3
3
|
set_default(:unicorn_config) { "#{shared_path}/config/unicorn.rb" }
|
4
4
|
set_default(:unicorn_log) { "#{shared_path}/log/unicorn.log" }
|
5
|
-
set_default(:unicorn_workers, 2)
|
6
5
|
|
7
6
|
namespace :unicorn do
|
8
7
|
desc 'Unicorn setup'
|
metadata
CHANGED
@@ -1,41 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recipes_matic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lab2023
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.3'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
description: Copy beautiful recipes into project
|
@@ -45,7 +45,7 @@ executables: []
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
-
- .gitignore
|
48
|
+
- ".gitignore"
|
49
49
|
- CHANGELOG.md
|
50
50
|
- Gemfile
|
51
51
|
- LICENSE.txt
|
@@ -90,17 +90,17 @@ require_paths:
|
|
90
90
|
- lib
|
91
91
|
required_ruby_version: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
|
-
- -
|
93
|
+
- - ">="
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: '0'
|
96
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
97
|
requirements:
|
98
|
-
- -
|
98
|
+
- - ">="
|
99
99
|
- !ruby/object:Gem::Version
|
100
100
|
version: '0'
|
101
101
|
requirements: []
|
102
102
|
rubyforge_project:
|
103
|
-
rubygems_version: 2.2.
|
103
|
+
rubygems_version: 2.2.2
|
104
104
|
signing_key:
|
105
105
|
specification_version: 4
|
106
106
|
summary: Copy beautiful recipes into project
|