buildable 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/buildable/recipes/build.rb +1 -1
- data/lib/buildable/version.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: c1e355b07067c92fbdc85346fbe414f7941a9477
|
4
|
+
data.tar.gz: fbf092dc887c3209a21d7f07c659e0d27286e644
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db70513686c272196e73e142a0a9e9a516133b23025c595c7a148f8e9e5e79cdd6741478b1aacfa57ee82b5535cf9f80c094032778e924ff7ef490414cea6012
|
7
|
+
data.tar.gz: 03fe76591f0bfa41408c4c4447ce8235ae0d1135e2e1c1f4d7cc65af3661d57c9a277ce8816b10c3a5060efe4a85bbf0bbd7e6265beef184a9c16cf406edf806
|
@@ -60,12 +60,12 @@ module Buildable::Recipe
|
|
60
60
|
'--prefix': '/',
|
61
61
|
'--description': Buildable.config.description.inspect,
|
62
62
|
'--force': nil,
|
63
|
-
'-C': "#{Buildable::BUILD_ROOT_DIR} ."
|
64
63
|
}
|
65
64
|
|
66
65
|
params['--deb-user'] = Buildable.config.app_user if Buildable.config.app_user
|
67
66
|
params['--deb-group'] = Buildable.config.app_group if Buildable.config.app_group
|
68
67
|
|
68
|
+
params['-C'] = "#{Buildable::BUILD_ROOT_DIR} ." # must be last parameter
|
69
69
|
result = Buildable::Shell.do_quiet 'fpm', params
|
70
70
|
raise "Can't create package, error:\n#{result}" unless Buildable::Shell.success?
|
71
71
|
package_name = result.match(/:path=>"\.\/pkg\/([^"]*)/)[1]
|
data/lib/buildable/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: buildable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexandre Prates
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|