rbld 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66ed29a4b4b1456efb41da115141609a37fb3f70
4
- data.tar.gz: 0937787d9707983d1214f54f5df82a6d829abddb
3
+ metadata.gz: 03d269e8517d0c5d51573433ed718b7a97fb9c89
4
+ data.tar.gz: 5664d2ca28b6ae3e53597c756cd3156878b959c3
5
5
  SHA512:
6
- metadata.gz: 61f60ccdcf6a77545281e00a2ac315c7ae6aac5b88cf56df65eb152a16df0ffd5945cbb1f283fa32757f42f97e175266ed9aa007758b9755a3d3de97c19ccb21
7
- data.tar.gz: ef7c3c6486866f460968808ca982e60cab407e2278b9d77055e36fb5d962e240ac9da7f3d0e29c88233e237f024349e9a011ce5dac5948d1baa45db05ff0ce94
6
+ metadata.gz: cd5a400e66efb95db58de1b73d4f999c4c2ad22113e4c67fb756195004a933842a049bda5449d38b30c1cd19b2e4b1beb519bc74caa6ede10dbe07365bd9dd5d
7
+ data.tar.gz: 5a61db1f9b6422e3d1f61fc14488a9890f1028d23b67eeb66d5800f471cc2d050b805cbdcc6ec276e2f18aac64f794906883bad149d53d4066166fc19cd387ee
@@ -29,7 +29,7 @@ delete_user()
29
29
  fi
30
30
  }
31
31
 
32
- if test "x${REBUILD_TRACE}" == "x1"; then
32
+ if test "x${REBUILD_TRACE}" = "x1"; then
33
33
  set -x
34
34
  echo Bootstrap tracing enabled
35
35
  fi
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.0.1
4
+ version: 1.0.2
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: 2016-12-22 00:00:00.000000000 Z
11
+ date: 2017-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -309,5 +309,5 @@ rubyforge_project:
309
309
  rubygems_version: 2.4.8
310
310
  signing_key:
311
311
  specification_version: 4
312
- summary: rbld-1.0.1
312
+ summary: rbld-1.0.2
313
313
  test_files: []