simp-rake-helpers 5.0.0 → 5.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/simp/rake/build/auto.rb +0 -2
- data/lib/simp/rake/helpers/version.rb +1 -1
- data/lib/simp/rake/pkg.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b63691fdb25dc847e823ddf5b789d95a21157c8
|
|
4
|
+
data.tar.gz: bdeff0ea16573bd242e5ed55f545536ec133f3ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ee487a49c71d369b8bd84b869225341f47a819c7cc731b55c39d7d676bd3a1fc2240284cbb361d4e463b8cfb2b7eb23f9d7eaaddc16e5335cc17b864395b4f6
|
|
7
|
+
data.tar.gz: 257269601277edba230d67b20a89d3c5ab80924669eb7b2ffe265cb423fb156c203cc3942e14b7300bd1d853809b9e2ed275efbbb37a895aebc21cd36a587890
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
### 5.0.1 / 2017-09-28
|
|
2
|
+
* Removed rpmkeys and rpmspec from the required list of commands,
|
|
3
|
+
as they are not present in CentOS 6 and are automatically
|
|
4
|
+
installed when the required rpmbuild command is installed in
|
|
5
|
+
CentOS 7.
|
|
6
|
+
|
|
1
7
|
### 5.0.0 / 2017-09-12
|
|
2
8
|
* Removed all 'mock' support
|
|
3
9
|
* Bound the build to only the OS upon which you are building
|
data/lib/simp/rake/build/auto.rb
CHANGED
data/lib/simp/rake/pkg.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simp-rake-helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Tessmer
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-09-
|
|
12
|
+
date: 2017-09-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|