libyui-rake 0.1.6 → 0.1.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58da898066d0b62f82559de6b48049fe29876ccd
4
- data.tar.gz: cb7f4f544650f6569b5b44e913dc5f4c5fa13816
3
+ metadata.gz: 9e8fe29a4b100f31df0b6f9a2950746d03a6f740
4
+ data.tar.gz: 16331622f1cb0dac65a98e1a62c96dd97ce0edd0
5
5
  SHA512:
6
- metadata.gz: e915a021449f7fbd1de629cb31d1ce911a47192b65b13be8f984ef7256b07709cdd9a83d68a7e2d8cf2aa477dd6f83909096c3b7b4c4fe9b475ad99fa5add045
7
- data.tar.gz: 361a87753190bd1e7737d821ab5bf566ae521a68f71927e72f14d8ac82eefe6abd7956d23b6099fa2f15e3fea2490b21ab9d67bf0f50460e429c845c12b0b116
6
+ metadata.gz: 753299688b8276029f3dfb4925a30809d364dfe2ef90799d578cfbdd42d1e3122d2a21ce453e045a58999dbaf7328160d6b8063d2ae9c4394f6a06edc96137b7
7
+ data.tar.gz: dbcba568a57e73c0c9ef6942dffa4fd04f70be104c1b91192a75b5a0552f234966c949f770163a4be4cd43bc501d0c1d458709dda8b2f3f0c03e09521c8590e0
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Libyui::Rake
2
2
 
3
+ [![Build Status](https://travis-ci.org/libyui/libyui-rake.svg?branch=master
4
+ )](https://travis-ci.org/libyui/libyui-rake)
5
+
3
6
  Rake tasks to help with uniform handling of libyui related projects. It provides setup for
4
7
  [packaging tasks](http://github.com/openSUSE/packaging_tasks) and add some additional tasks.
5
8
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.6
1
+ 0.1.7
@@ -9,6 +9,11 @@
9
9
  obs_target: "openSUSE_Leap_42.2"
10
10
  obs_sr_project: "openSUSE:Leap:42.2"
11
11
  obs_project: "YaST:openSUSE:42.2"
12
+ :leap_42_3:
13
+ obs_api: "https://api.opensuse.org"
14
+ obs_target: "openSUSE_Leap_42.3"
15
+ obs_sr_project: "openSUSE:Leap:42.3"
16
+ obs_project: "YaST:openSUSE:42.3"
12
17
  :sle12:
13
18
  obs_api: "https://api.suse.de/"
14
19
  obs_project: "Devel:YaST:SLE-12"
@@ -25,15 +30,20 @@
25
30
  obs_sr_project: "SUSE:SLE-12-SP2:Update"
26
31
  obs_target: "SLE_12_SP2"
27
32
  :sle12sp3:
33
+ obs_api: "https://api.suse.de/"
34
+ obs_project: "Devel:YaST:SLE-12-SP3"
35
+ obs_sr_project: "SUSE:SLE-12-SP3:Update"
36
+ obs_target: "SLE_12_SP3"
37
+ :sle15:
28
38
  obs_api: "https://api.suse.de/"
29
39
  obs_project: "Devel:YaST:Head"
30
- obs_sr_project: "SUSE:SLE-12-SP3:GA"
31
- obs_target: "sle12_sp3"
40
+ obs_sr_project: "SUSE:SLE-15:GA"
41
+ obs_target: "SUSE_SLE-15_GA"
32
42
  :sle_latest:
33
43
  obs_api: "https://api.suse.de/"
34
44
  obs_project: "Devel:YaST:Head"
35
- obs_sr_project: "SUSE:SLE-12-SP3:GA"
36
- obs_target: "sle12_sp3"
45
+ obs_sr_project: "SUSE:SLE-15:GA"
46
+ obs_target: "SUSE_SLE-15_GA"
37
47
  :factory:
38
48
  obs_project: "devel:libraries:libyui"
39
49
  obs_sr_project: "openSUSE:Factory"
@@ -19,7 +19,7 @@ module Libyui
19
19
  # Facilities to write Libyui related rake tasks.
20
20
  module Tasks
21
21
  # Name of the CMake version file
22
- VERSION_CMAKE = "VERSION.cmake"
22
+ VERSION_CMAKE = "VERSION.cmake".freeze
23
23
  # Targets definition
24
24
  TARGETS_FILE = File.expand_path("../../../data/targets.yml", __FILE__)
25
25
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libyui-rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - YaST team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-10 00:00:00.000000000 Z
11
+ date: 2017-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  requirements: []
90
90
  rubyforge_project:
91
- rubygems_version: 2.2.5
91
+ rubygems_version: 2.4.5.2
92
92
  signing_key:
93
93
  specification_version: 4
94
94
  summary: Rake tasks providing basic work-flow for libyui development