yast-rake 0.2.49 → 0.2.50
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 +4 -4
- data/VERSION +1 -1
- data/data/targets.yml +3 -2
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: becec3cbcedbd4c90ec713219c3d30aabcae62c9dcdfc4a7905e16bc464afede
|
|
4
|
+
data.tar.gz: d418bccb5778479a2b0f541bd1a4cfa325d8c1f5203137702390ebc1aa3567cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d1b7e305d0bd53884dcc488517c8b2e0cb18017ddca6b9ac8717396b5b87c82daef9309c47b2ad4e8e3e49d44fa8e7d62c52a74de8642e6bc7b33bab760b5ea
|
|
7
|
+
data.tar.gz: e899ac92469bfdd62ee3703c4e61bdb472ff754a08473e10be6a67161c2f82c3ef6a99f2e1e74eba71a929a1965cf9506124dbeafbc602d7a41b22a34599eba4
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.50
|
data/data/targets.yml
CHANGED
|
@@ -95,11 +95,12 @@
|
|
|
95
95
|
obs_project: "Devel:YaST:SLE-15-SP5"
|
|
96
96
|
obs_sr_project: "SUSE:SLE-15-SP5:Update"
|
|
97
97
|
obs_target: "SUSE_SLE-15-SP5_Update"
|
|
98
|
+
# SP6 is still in development so point to GA and switch when it will be released.
|
|
98
99
|
:sle15sp6:
|
|
99
100
|
obs_api: "https://api.suse.de/"
|
|
100
101
|
obs_project: "Devel:YaST:SLE-15-SP6"
|
|
101
|
-
obs_sr_project: "SUSE:SLE-15-SP6:
|
|
102
|
-
obs_target: "SUSE_SLE-15-
|
|
102
|
+
obs_sr_project: "SUSE:SLE-15-SP6:GA"
|
|
103
|
+
obs_target: "SUSE_SLE-15-SP6_GA"
|
|
103
104
|
:sle15sp7:
|
|
104
105
|
obs_api: "https://api.suse.de/"
|
|
105
106
|
obs_project: "Devel:YaST:SLE-15-SP7"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yast-rake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.50
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josef Reidinger
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: packaging_rake_tasks
|
|
@@ -85,7 +85,7 @@ homepage: https://github.com/yast/yast-rake
|
|
|
85
85
|
licenses:
|
|
86
86
|
- LGPL v2.1
|
|
87
87
|
metadata: {}
|
|
88
|
-
post_install_message:
|
|
88
|
+
post_install_message:
|
|
89
89
|
rdoc_options: []
|
|
90
90
|
require_paths:
|
|
91
91
|
- lib
|
|
@@ -100,8 +100,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: '0'
|
|
102
102
|
requirements: []
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
rubyforge_project:
|
|
104
|
+
rubygems_version: 2.7.6.3
|
|
105
|
+
signing_key:
|
|
105
106
|
specification_version: 4
|
|
106
107
|
summary: Rake tasks providing basic work-flow for Yast development
|
|
107
108
|
test_files: []
|