daddy 0.6.4 → 0.6.5
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a328fba22756bf0daeb6553477b6f2c295029b578fb6dc6f66f7d7c689fdb35e
|
|
4
|
+
data.tar.gz: a7472c4818105cf1794252d08fa502b45428b539b707e21f98def76aeb8c1bd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1470efb19061941c36efb37d6bde70502eda649db003917d6dd49b0dcd8aeaf36e71f77ec42d9e39e73964cba176f33272330e569eec9bec233b4fbaf4004b4
|
|
7
|
+
data.tar.gz: ab041b7ae73d0568f8f9529ed0aae1f7f0632d7b291ef081338b7bfe0000225dc9ada24ca21f6e0b695aae1391d51d0de0986604bd8572b1104f86f07d3dc392
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42 nginx-1.13.9.tar.gz
|
data/lib/daddy/test_help.rb
CHANGED
|
@@ -6,12 +6,10 @@ if ENV['COVERAGE']
|
|
|
6
6
|
end
|
|
7
7
|
begin
|
|
8
8
|
require 'simplecov-rcov'
|
|
9
|
-
require 'daddy/coverage/rcov_formatter'
|
|
10
9
|
rescue LoadError => e
|
|
11
10
|
raise 'simplecov-rcov not found.'
|
|
12
11
|
end
|
|
13
12
|
|
|
14
|
-
SimpleCov.formatter = Daddy::Coverage::RcovFormatter
|
|
15
13
|
SimpleCov.start do
|
|
16
14
|
add_filter '/features/'
|
|
17
15
|
add_filter '/test/'
|
data/lib/daddy/version.rb
CHANGED
|
@@ -2,7 +2,7 @@ module Daddy
|
|
|
2
2
|
VERSION = [
|
|
3
3
|
VERSION_MAJOR = '0',
|
|
4
4
|
VERSION_MINOR = '6',
|
|
5
|
-
VERSION_REVISION = '
|
|
5
|
+
VERSION_REVISION = '5'
|
|
6
6
|
].join('.')
|
|
7
7
|
|
|
8
8
|
BAZEL_VERSION = [
|
|
@@ -25,7 +25,7 @@ module Daddy
|
|
|
25
25
|
NGINX_VERSION = [
|
|
26
26
|
NGINX_VERSION_MAJOR = '1',
|
|
27
27
|
NGINX_VERSION_MINOR = '13',
|
|
28
|
-
NGINX_VERSION_REVISION = '
|
|
28
|
+
NGINX_VERSION_REVISION = '9'
|
|
29
29
|
].join('.')
|
|
30
30
|
|
|
31
31
|
PASSENGER_VERSION = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: daddy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ichy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capybara
|
|
@@ -252,16 +252,16 @@ dependencies:
|
|
|
252
252
|
name: simplecov
|
|
253
253
|
requirement: !ruby/object:Gem::Requirement
|
|
254
254
|
requirements:
|
|
255
|
-
- - "
|
|
255
|
+
- - "~>"
|
|
256
256
|
- !ruby/object:Gem::Version
|
|
257
|
-
version: '0'
|
|
257
|
+
version: '0.16'
|
|
258
258
|
type: :development
|
|
259
259
|
prerelease: false
|
|
260
260
|
version_requirements: !ruby/object:Gem::Requirement
|
|
261
261
|
requirements:
|
|
262
|
-
- - "
|
|
262
|
+
- - "~>"
|
|
263
263
|
- !ruby/object:Gem::Version
|
|
264
|
-
version: '0'
|
|
264
|
+
version: '0.16'
|
|
265
265
|
- !ruby/object:Gem::Dependency
|
|
266
266
|
name: simplecov-rcov
|
|
267
267
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -314,6 +314,7 @@ files:
|
|
|
314
314
|
- itamae/cookbooks/nginx/modules/nginx-rtmp-module.rb
|
|
315
315
|
- itamae/cookbooks/nginx/modules/passenger.rb
|
|
316
316
|
- itamae/cookbooks/nginx/nginx-1.13.5_sha256sum.txt
|
|
317
|
+
- itamae/cookbooks/nginx/nginx-1.13.9_sha256sum.txt
|
|
317
318
|
- itamae/cookbooks/nginx/templates/etc/nginx/conf.d/servers/passenger.conf.erb
|
|
318
319
|
- itamae/cookbooks/nginx/templates/etc/nginx/conf.d/servers/unicorn.conf.erb
|
|
319
320
|
- itamae/cookbooks/obs_studio/install.rb
|
|
@@ -356,7 +357,6 @@ files:
|
|
|
356
357
|
- lib/capistrano/tasks/clear_cache.rake
|
|
357
358
|
- lib/capistrano/tasks/update_linked_files.rake
|
|
358
359
|
- lib/daddy.rb
|
|
359
|
-
- lib/daddy/coverage/rcov_formatter.rb
|
|
360
360
|
- lib/daddy/cucumber.rb
|
|
361
361
|
- lib/daddy/cucumber/helpers.rb
|
|
362
362
|
- lib/daddy/cucumber/helpers/assert.rb
|
|
@@ -479,7 +479,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
479
479
|
version: '0'
|
|
480
480
|
requirements: []
|
|
481
481
|
rubyforge_project:
|
|
482
|
-
rubygems_version: 2.7.
|
|
482
|
+
rubygems_version: 2.7.3
|
|
483
483
|
signing_key:
|
|
484
484
|
specification_version: 4
|
|
485
485
|
summary: My rails dad
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
require 'simplecov-rcov'
|
|
2
|
-
|
|
3
|
-
module Daddy
|
|
4
|
-
module Coverage
|
|
5
|
-
class RcovFormatter < SimpleCov::Formatter::RcovFormatter
|
|
6
|
-
|
|
7
|
-
private
|
|
8
|
-
|
|
9
|
-
def write_file(template, output_filename, binding)
|
|
10
|
-
rcov_result = template.result( binding ).force_encoding('UTF-8')
|
|
11
|
-
|
|
12
|
-
File.open( output_filename, "w" ) do |file_result|
|
|
13
|
-
file_result.write rcov_result
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|