spectre-core 1.12.0 → 1.12.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: spectre-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Neubauer
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-11-25 00:00:00.000000000 Z
11
+ date: 2021-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ectoplasm
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: 1.1.0
41
41
  description: A DSL and command line tool to describe and run automated tests
42
42
  email:
43
- - me@christianneubauer.de
43
+ - christian.neubauer@ionos.com
44
44
  executables:
45
45
  - spectre
46
46
  extensions: []
@@ -64,15 +64,15 @@ files:
64
64
  - lib/spectre/reporter/console.rb
65
65
  - lib/spectre/reporter/junit.rb
66
66
  - lib/spectre/resources.rb
67
- homepage: https://github.com/cneubauer/spectre-core
67
+ homepage: https://github.com/ionos-spectre/spectre-core
68
68
  licenses:
69
- - MIT
69
+ - GPL-3.0-or-later
70
70
  metadata:
71
71
  allowed_push_host: https://rubygems.org/
72
- homepage_uri: https://github.com/cneubauer/spectre-core
73
- source_code_uri: https://github.com/cneubauer/spectre-core
74
- changelog_uri: https://github.com/cneubauer/spectre-core/blob/master/CHANGELOG.md
75
- post_install_message:
72
+ homepage_uri: https://github.com/ionos-spectre/spectre-core
73
+ source_code_uri: https://github.com/ionos-spectre/spectre-core
74
+ changelog_uri: https://github.com/ionos-spectre/spectre-core/blob/master/CHANGELOG.md
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.2.32
91
- signing_key:
90
+ rubygems_version: 3.2.3
91
+ signing_key:
92
92
  specification_version: 4
93
93
  summary: Describe and run automated tests
94
94
  test_files: []