capun 0.0.28 → 0.0.29
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/lib/capun/setup.rb +2 -4
- data/lib/capun/version.rb +1 -1
- data/lib/generators/capun/templates/newrelic.yml.erb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0cd373bc4cc5fb6d98468cd811c07ef284cb1b0a
|
|
4
|
+
data.tar.gz: 1594a9b865c0d200f84a07c2f90c44fd4af64dab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3cedbd8ec6ba38e05f1a6a08d9cb5b0cf7c5f7bf57faf97668a2ab9f2de982f54d0c876cc2171aa420f2341c3291a62dd6680a04c6882ee4e587717e77399370
|
|
7
|
+
data.tar.gz: a0dc9ae5f97c8f4d53c6df2d0478b53b817a7f13891bee003aec51431a8733a38fd51078409361eb18a5547c2a02dd00c55d5879328de5c0766e41a0fea77a85
|
data/lib/capun/setup.rb
CHANGED
|
@@ -147,10 +147,8 @@ namespace :deploy do
|
|
|
147
147
|
|
|
148
148
|
desc 'Restart nginx'
|
|
149
149
|
task :restart_nginx do
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
execute :sudo, "service nginx reload"
|
|
153
|
-
end
|
|
150
|
+
on roles(:app) do
|
|
151
|
+
execute :sudo, "service nginx reload"
|
|
154
152
|
end
|
|
155
153
|
end
|
|
156
154
|
|
data/lib/capun/version.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# This file configures the New Relic Agent. New Relic monitors Ruby, Java,
|
|
3
3
|
# .NET, PHP, Python and Node applications with deep visibility and low
|
|
4
4
|
# overhead. For more information, visit www.newrelic.com.
|
|
5
|
-
#
|
|
5
|
+
#
|
|
6
6
|
# This configuration file is custom generated for Oblakogroup
|
|
7
7
|
#
|
|
8
8
|
# For full documentation of agent configuration options, please refer to
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capun
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.29
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Zamylin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|