autobuild 1.5.49 → 1.5.50
Sign up to get free protection for your applications and to get access to all the features.
- data/Changes.txt +4 -0
- data/lib/autobuild/environment.rb +4 -2
- data/lib/autobuild/version.rb +1 -1
- metadata +3 -3
data/Changes.txt
CHANGED
@@ -114,8 +114,10 @@ module Autobuild
|
|
114
114
|
|
115
115
|
result = Set.new
|
116
116
|
if File.file?('/usr/bin/dpkg-architecture')
|
117
|
-
arch = `/usr/bin/dpkg-architecture`.split.grep(/DEB_BUILD_MULTIARCH/).first
|
118
|
-
|
117
|
+
arch = `/usr/bin/dpkg-architecture`.split.grep(/DEB_BUILD_MULTIARCH/).first
|
118
|
+
if arch
|
119
|
+
result << arch.chomp.split('=').last
|
120
|
+
end
|
119
121
|
end
|
120
122
|
@arch_names = result
|
121
123
|
end
|
data/lib/autobuild/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autobuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 103
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 1.5.
|
9
|
+
- 50
|
10
|
+
version: 1.5.50
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sylvain Joyeux
|