rbld 1.3.0 → 1.3.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/cli/bin/rbld +5 -1
- data/cli/lib/data/version +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6a4a14e9b4453aaaf4fd7f0719db999b4f75859
|
|
4
|
+
data.tar.gz: 758bd509e75d0343765c8344ef7b3e1883fea5e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c91c15a5c87c47b834158d8814c5a34d524d6102b55e3d7068a129ed369bfcdeb68adb497997be1388866e6c0ae3e305d67ff240364cf474dafe2d3067a8a9ec
|
|
7
|
+
data.tar.gz: 3da7a9f307455849a25c8483723285180816551092a6cad5a4ec12fffcbf3b37887ed088f960de7fb0398c8bb828735eb3c9ceae057fad0b446f8285c13a3e82
|
data/cli/bin/rbld
CHANGED
|
@@ -8,11 +8,15 @@ module Rebuild
|
|
|
8
8
|
require_relative '../lib/rbld_plugins'
|
|
9
9
|
end
|
|
10
10
|
|
|
11
|
+
def notify_start
|
|
12
|
+
Rebuild::PlugMgr.instance.notify(:start) { return false }
|
|
13
|
+
end
|
|
14
|
+
|
|
11
15
|
begin
|
|
12
16
|
|
|
13
17
|
rbld_log.info( "ARGV: #{ARGV.join(' ')}" )
|
|
14
18
|
|
|
15
|
-
|
|
19
|
+
exit 100 unless notify_start
|
|
16
20
|
|
|
17
21
|
if !ARGV[0] || (ARGV[0] == "help" && !ARGV[1])
|
|
18
22
|
puts Rebuild::CLI::Main.usage
|
data/cli/lib/data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.1
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbld
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dmitry Fleytman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: cli/bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colorize
|
|
@@ -411,5 +411,5 @@ rubyforge_project:
|
|
|
411
411
|
rubygems_version: 2.4.8
|
|
412
412
|
signing_key:
|
|
413
413
|
specification_version: 4
|
|
414
|
-
summary: rbld-1.3.
|
|
414
|
+
summary: rbld-1.3.1
|
|
415
415
|
test_files: []
|