yast-rake 0.2.15 → 0.2.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/data/targets.yml +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8cf126e10b5344e562591281121866abb42aa4b6
|
4
|
+
data.tar.gz: ec504ca5358da2666cd8d82e4ead363dff5bf55e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9576425ca6c1e2d7a6a06472a790b28c7f386dc044ce432526aa8176e538e5d7e04a37b9c46fa3f56363cfc9594a864e4f19b7f577fb20c513e5429d72348249
|
7
|
+
data.tar.gz: 17c51ee85bda83000e254159cd320231ce8acba338ad930734c8b6820d0a73df7b8e8f8748114888c34a92c4f53dda649e0ce762bb021dfb5612dac490946182
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.16
|
data/data/targets.yml
CHANGED
@@ -6,12 +6,12 @@
|
|
6
6
|
:leap_42_1:
|
7
7
|
obs_api: "https://api.opensuse.org"
|
8
8
|
obs_target: "openSUSE_Leap_42.1"
|
9
|
-
obs_sr_project: "openSUSE:Leap:42.1"
|
9
|
+
obs_sr_project: "openSUSE:Leap:42.1:Update"
|
10
10
|
obs_project: "YaST:openSUSE:42.1"
|
11
11
|
:leap_42_2:
|
12
12
|
obs_api: "https://api.opensuse.org"
|
13
13
|
obs_target: "openSUSE_Leap_42.2"
|
14
|
-
obs_sr_project: "openSUSE:Leap:42.2"
|
14
|
+
obs_sr_project: "openSUSE:Leap:42.2:Update"
|
15
15
|
obs_project: "YaST:openSUSE:42.2"
|
16
16
|
:leap_42_3:
|
17
17
|
obs_api: "https://api.opensuse.org"
|
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.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josef Reidinger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -80,9 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
82
|
rubyforge_project:
|
83
|
-
rubygems_version: 2.
|
83
|
+
rubygems_version: 2.4.5.2
|
84
84
|
signing_key:
|
85
85
|
specification_version: 4
|
86
86
|
summary: Rake tasks providing basic work-flow for Yast development
|
87
87
|
test_files: []
|
88
|
-
has_rdoc:
|