autoproj 1.13.0.b5 → 1.13.0.b6

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: 4ead993a2bcf47653aff8ed671871ea70739c7c8
4
- data.tar.gz: 920ecacf47f05a0d8b4fa3e86acf158dcc46cf5e
3
+ metadata.gz: 625c117f6b1bdc7d6dea3dbee82ad461d860ccae
4
+ data.tar.gz: 0a6db03ddbf3169da1331534cc7f2c88c5b50531
5
5
  SHA512:
6
- metadata.gz: 440f4486bca0cc857c369a9a8bcaeb231b7059b9e536d38edd2826e2e4dc0caba951566dbb7363abe19e4b8548b3f4413c89d15ad3a84a694a30f17d35563530
7
- data.tar.gz: f8c9d4d718c301e5ddfdfdbf3667ecf72cbba05c6ce5216324b98940d4d2e6abda775ce2ae13a5fc7a17a30bc3ab03d5f0c8c769d70f1ab4dd121e7c3a51f9fd
6
+ metadata.gz: 78e2f6806d2c6cbf51cb1d749088d6a90586ff2ef24a82b8478cdff6efc9e1d5a98a2c371a82f8985819c44aca3c160bc7636f097338891a51ad420bdce38f89
7
+ data.tar.gz: 61cfdc6cf90618e236bc825cd66c3108483dae6bfdc77be8fe4a85d165c75d6f6c0ddaf8de8d9ca3ad6de37415ca150aafddd591dfa46389995ce3db3ac2a005
@@ -1801,7 +1801,7 @@ fi
1801
1801
 
1802
1802
  # on Debian, they refuse to put enough information to detect
1803
1803
  # 'unstable' reliably. So, we use the heuristic method for it
1804
- if names[0] = "debian"
1804
+ if names[0] == "debian"
1805
1805
  # check if we actually got a debian with the "unstable" (sid)
1806
1806
  # flavour. it seems that "/etc/debian_version" does not contain
1807
1807
  # "sid" (but "8.0" for example) during the feature freeze
@@ -1286,7 +1286,7 @@ fi
1286
1286
 
1287
1287
  # on Debian, they refuse to put enough information to detect
1288
1288
  # 'unstable' reliably. So, we use the heuristic method for it
1289
- if names[0] = "debian"
1289
+ if names[0] == "debian"
1290
1290
  # check if we actually got a debian with the "unstable" (sid)
1291
1291
  # flavour. it seems that "/etc/debian_version" does not contain
1292
1292
  # "sid" (but "8.0" for example) during the feature freeze
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.13.0.b5"
2
+ VERSION = "1.13.0.b6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0.b5
4
+ version: 1.13.0.b6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rock Core Developers