report_builder 0.1.4 → 0.1.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.
@@ -0,0 +1,24 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'report_builder'
3
+ s.version = '0.1.5'
4
+ s.bindir = 'bin'
5
+ s.summary = 'ReportBuilder'
6
+ s.description = 'Merge Cucumber JSON reports and build single HTML Test Report'
7
+ s.post_install_message = 'Happy reporting!'
8
+ s.authors = ['Rajat Thareja']
9
+ s.email = 'rajat.thareja.1990@gmail.com'
10
+ s.homepage = 'https://github.com/rajatthareja/ReportBuilder'
11
+ s.license = 'MIT'
12
+ s.required_ruby_version = '>= 1.9.1'
13
+ s.requirements << 'Cucumber >= 2.1.0 test results in JSON format'
14
+
15
+ s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(pkg|testing|coverage)/}) }
16
+ s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
+ s.test_files = s.files.grep(%r{^(testing)/})
18
+
19
+ s.add_runtime_dependency 'builder', '~>3.2', '>= 3.2.2'
20
+ s.add_runtime_dependency 'json', '>= 1.8.1'
21
+
22
+ s.add_development_dependency 'rake', '< 13.0'
23
+ s.add_development_dependency 'rspec', '< 4.0'
24
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: report_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajat Thareja
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-17 00:00:00.000000000 Z
11
+ date: 2017-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: builder
@@ -79,10 +79,17 @@ executables:
79
79
  extensions: []
80
80
  extra_rdoc_files: []
81
81
  files:
82
+ - .gitignore
83
+ - Gemfile
84
+ - LICENSE
82
85
  - README.md
86
+ - Rakefile
83
87
  - bin/report_builder
84
88
  - lib/report_builder.rake
85
89
  - lib/report_builder.rb
90
+ - lib/report_builder/builder.rb
91
+ - lib/report_builder/core-ext/hash.rb
92
+ - report_builder.gemspec
86
93
  - vendor/assets/javascripts/highcharts-3d.js
87
94
  - vendor/assets/javascripts/highcharts.js
88
95
  - vendor/assets/javascripts/jquery-min.js
@@ -114,4 +121,3 @@ signing_key:
114
121
  specification_version: 4
115
122
  summary: ReportBuilder
116
123
  test_files: []
117
- has_rdoc: