helix_runtime 0.7.1 → 0.7.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: 63070bcf0076687c7e9cbcae8296088529cdebf7
4
- data.tar.gz: 672fa4e4b015112ea707f7d873e68cd5363f79de
3
+ metadata.gz: 6f726c89228d301070eb6d84a84fdb8fc01e77cf
4
+ data.tar.gz: b68090b5aa57198f7b8815b15e6584552b63ec37
5
5
  SHA512:
6
- metadata.gz: a6cf0579087e764243b59eaf7410468255d1eb0aa53add25348da74ad5a83d56f9c301665c47c84be87ffa37e1ad9f9410165884b85021035470a73113b002a2
7
- data.tar.gz: f83c656458539755f37da10e78e3e1dce5c170462d3a773f820e5890d3d6c274355b96b6f91098e24dc0f728cca4a70c0f9be103b60a6715d50a48861619db8b
6
+ metadata.gz: 654445ad9511fded65d989c1401f23a2e669957e4ca52f704a5a392b0963e32d8d9073cf7ce69746a7ffb336a043916249814ccebec9d62d347b375ce9e41d58
7
+ data.tar.gz: f6a923afb85000cfddf5a61ad982dc478fa9fb8f15dcb56d08ce92fe9d05281b42278738ce404aac2c2b37190868b284fb82d85d2e04e5e28bb38c8f41d6c217
@@ -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.7.1";
9
+ const char* HELIX_RUNTIME_VERSION = "0.7.2";
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.7.1"
3
+ VERSION = "0.7.2"
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.7.1
4
+ version: 0.7.2
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-10-06 00:00:00.000000000 Z
12
+ date: 2017-10-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  requirements: []
156
156
  rubyforge_project:
157
- rubygems_version: 2.6.13
157
+ rubygems_version: 2.6.14
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: The Helix Runtime