perfecto-reporting 3.0.0 → 3.0.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c14cf78770c56664872f436c7674f91a2fdd8928
4
+ data.tar.gz: b78096d61b8cb5836c58fb7fc4218e3368a2c355
5
+ SHA512:
6
+ metadata.gz: 8cf6a92a5c9b2f071a8af8d27ca4a03f3c51e703273251f4147056fcf13c3d1bf631cbb24d3c65f3206de6b328d069bdfd940401845ff5349fe3fec83452bdf3
7
+ data.tar.gz: 62b9648ee4bb98bc9afb4c5c1bed1e20c89a2dc980e30d0bd4e5ac76302ffe0dac55b59ce471e065928ae784d99d565a1711b79159f905012f9fa4fc06137637
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Reporting
4
4
  module Perfecto
5
- VERSION = "3.0.0"
5
+ VERSION = "3.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perfecto-reporting
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
5
- prerelease:
4
+ version: 3.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - perfecto
@@ -14,69 +13,63 @@ dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: selenium-webdriver
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: 2.53.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: 2.53.0
30
- description: ! "Perfecto Reporting is a multiple execution digital report, that enables
31
- quick navigation within your latest build execution. Get visibility of your test
32
- execution status and quickly identify potential problems with an aggregated report.\nHone-in
33
- and quickly explore your test results all within customized views, that include
34
- logical steps and synced artifacts. Distinguish between test methods within a long
35
- execution. Add personalized logical steps and tags according to your team and organization.\n
36
- For release notes see: https://github.com/PerfectoCode/Samples/blob/master/Reporting/README.md"
27
+ description: |-
28
+ Perfecto Reporting is a multiple execution digital report, that enables quick navigation within your latest build execution. Get visibility of your test execution status and quickly identify potential problems with an aggregated report.
29
+ Hone-in and quickly explore your test results all within customized views, that include logical steps and synced artifacts. Distinguish between test methods within a long execution. Add personalized logical steps and tags according to your team and organization.
30
+ For release notes see: https://github.com/PerfectoCode/Samples/blob/master/Reporting/README.md
37
31
  email: yaacovw@perfectomobile.com
38
32
  executables: []
39
33
  extensions: []
40
34
  extra_rdoc_files: []
41
35
  files:
42
36
  - lib/perfecto-reporting.rb
43
- - lib/perfecto-reporting/exceptions/ReportiumException.rb
44
- - lib/perfecto-reporting/version.rb
45
- - lib/perfecto-reporting/model/Project.rb
46
- - lib/perfecto-reporting/model/Job.rb
47
- - lib/perfecto-reporting/model/CustomField.rb
48
- - lib/perfecto-reporting/model/PerfectoExecutionContext.rb
49
37
  - lib/perfecto-reporting/client/PerfectoReportiumClient.rb
50
38
  - lib/perfecto-reporting/client/ReportiumClientFactory.rb
51
39
  - lib/perfecto-reporting/client/constants.rb
40
+ - lib/perfecto-reporting/exceptions/ReportiumException.rb
41
+ - lib/perfecto-reporting/model/CustomField.rb
42
+ - lib/perfecto-reporting/model/Job.rb
43
+ - lib/perfecto-reporting/model/PerfectoExecutionContext.rb
44
+ - lib/perfecto-reporting/model/Project.rb
52
45
  - lib/perfecto-reporting/test/TestContext.rb
53
- - lib/perfecto-reporting/test/result/TestResultSuccess.rb
54
- - lib/perfecto-reporting/test/result/TestResultFactory.rb
55
46
  - lib/perfecto-reporting/test/result/TestResult.rb
47
+ - lib/perfecto-reporting/test/result/TestResultFactory.rb
56
48
  - lib/perfecto-reporting/test/result/TestResultFailure.rb
49
+ - lib/perfecto-reporting/test/result/TestResultSuccess.rb
50
+ - lib/perfecto-reporting/version.rb
57
51
  homepage: http://rubygems.org/gems/Perfecto-Reporting
58
52
  licenses:
59
53
  - MIT
54
+ metadata: {}
60
55
  post_install_message:
61
56
  rdoc_options: []
62
57
  require_paths:
63
58
  - lib
64
59
  required_ruby_version: !ruby/object:Gem::Requirement
65
- none: false
66
60
  requirements:
67
- - - ! '>='
61
+ - - ">="
68
62
  - !ruby/object:Gem::Version
69
63
  version: '0'
70
64
  required_rubygems_version: !ruby/object:Gem::Requirement
71
- none: false
72
65
  requirements:
73
- - - ! '>='
66
+ - - ">="
74
67
  - !ruby/object:Gem::Version
75
68
  version: '0'
76
69
  requirements: []
77
70
  rubyforge_project:
78
- rubygems_version: 1.8.23
71
+ rubygems_version: 2.4.5.4
79
72
  signing_key:
80
- specification_version: 3
73
+ specification_version: 4
81
74
  summary: perfecto reporting sdk
82
75
  test_files: []