rutema 2.0.0 → 2.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rutema
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vassilis Rizopoulos
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-23 00:00:00.000000000 Z
11
+ date: 2026-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: patir
@@ -42,36 +42,40 @@ dependencies:
42
42
  name: rdoc
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '6.0'
48
+ - - "<"
46
49
  - !ruby/object:Gem::Version
47
- version: '4.0'
50
+ version: '8'
48
51
  type: :development
49
52
  prerelease: false
50
53
  version_requirements: !ruby/object:Gem::Requirement
51
54
  requirements:
52
- - - "~>"
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '6.0'
58
+ - - "<"
53
59
  - !ruby/object:Gem::Version
54
- version: '4.0'
60
+ version: '8'
55
61
  - !ruby/object:Gem::Dependency
56
62
  name: hoe
57
63
  requirement: !ruby/object:Gem::Requirement
58
64
  requirements:
59
65
  - - "~>"
60
66
  - !ruby/object:Gem::Version
61
- version: '3.16'
67
+ version: '4.6'
62
68
  type: :development
63
69
  prerelease: false
64
70
  version_requirements: !ruby/object:Gem::Requirement
65
71
  requirements:
66
72
  - - "~>"
67
73
  - !ruby/object:Gem::Version
68
- version: '3.16'
69
- description: "rutema [http://github.com/damphyr/rutema](http://github.com/damphyr/rutema)\n\nrutema
70
- is a test execution tool and a framework for organizing and managing test execution
71
- across different tools.\n\nIt enables the combination of different test tools while
72
- it takes care of logging, reporting, archiving of results and formalizes execution
73
- of automated and manual tests.\n\nIt's purpose is to make testing in heterogeneous
74
- environments easier. \n\n### Why?"
74
+ version: '4.6'
75
+ description: |-
76
+ rutema is a test execution tool and a framework for organizing and managing test execution across different tools.
77
+ It enables the combination of different test tools while it takes care of logging, reporting, archiving of results and formalizes execution of automated and manual tests.
78
+ It's purpose is to make testing in heterogeneous environments easier.
75
79
  email:
76
80
  - vassilisrizopoulos@gmail.com
77
81
  executables:
@@ -102,8 +106,9 @@ files:
102
106
  homepage: http://github.com/damphyr/rutema
103
107
  licenses:
104
108
  - MIT
105
- metadata: {}
106
- post_install_message:
109
+ metadata:
110
+ homepage_uri: http://github.com/damphyr/rutema
111
+ post_install_message:
107
112
  rdoc_options:
108
113
  - "--main"
109
114
  - README.md
@@ -120,9 +125,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
125
  - !ruby/object:Gem::Version
121
126
  version: '0'
122
127
  requirements: []
123
- rubyforge_project:
124
- rubygems_version: 2.5.2
125
- signing_key:
128
+ rubygems_version: 3.5.22
129
+ signing_key:
126
130
  specification_version: 4
127
131
  summary: rutema is a test execution and management framework for heterogeneous testing
128
132
  environments