helix_runtime 0.6.2 → 0.6.3

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: 7b8bfa2da804358eb9f64dfd86f4f278a4e7d069
4
- data.tar.gz: 5b95996cc3d59e486dde2ac03b8c109eeb4eceac
3
+ metadata.gz: 49abe0ee4b173aaf2210cfc3b6aad7b85584755d
4
+ data.tar.gz: 04d1beb552a5110e6456d9ada4c9c5319810b521
5
5
  SHA512:
6
- metadata.gz: d2bc284b1e12d153ee1b158299038954de7745be2cf9dabd7dcd826d51c948671f925ba1f7a27c7f77e67edbc2f316fdd6627467942d402ce428324f0c64c199
7
- data.tar.gz: 4bf74ccbec86d913291755c36d6d4acbcf09042c86099b6221ece4b323c6fa2802165984c986f39cfea3b81672bd2f4645a201c6ecc2e2c87ce5330242c0d303
6
+ metadata.gz: f628c8a463149434c2ee5ce4b59731e1bcc928022b50c4dec3813a90ae031f4670b833ec7644af07ed45aac2cc23af4d746ff4e53f26159fa687c15b90631fe1
7
+ data.tar.gz: d682307b37c5ec0d5ecf68e7af496ade2075dfe00c377b7427ab745883224ecaebd7537e01eb75c03a81853f58697aacaf4479625fcc4c8f3a285ccf6efc8c02
@@ -6,7 +6,7 @@
6
6
  #include <helix_runtime.h>
7
7
 
8
8
  // Update with version.rb
9
- const char* HELIX_RUNTIME_VERSION = "0.6.2";
9
+ const char* HELIX_RUNTIME_VERSION = "0.6.3";
10
10
 
11
11
  const char* HELIX_PRIsVALUE = PRIsVALUE;
12
12
  const char* HELIX_SPRINTF_TO_S = "%" PRIsVALUE;
@@ -1,5 +1,5 @@
1
1
  module HelixRuntime
2
2
  # Also update helix_runtime.c
3
- VERSION = "0.6.2"
3
+ VERSION = "0.6.3"
4
4
  GEM_VERSION = VERSION.gsub("-", ".")
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helix_runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yehuda Katz
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-08-29 00:00:00.000000000 Z
12
+ date: 2017-08-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake