helix_runtime 0.5.0.alpha.3 → 0.5.0.alpha.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 68ae586ba4881d2d4fb90ec601a1c78eb66f2079
4
- data.tar.gz: c2fa2c6630908957c75a10122bf00cff93d0c590
3
+ metadata.gz: 50b9bafba2ef87ce0fe3f30dda364a47803fe18f
4
+ data.tar.gz: 7edb3d929a19695353d74211a45bbbd877a108a7
5
5
  SHA512:
6
- metadata.gz: b6a2310a4de5cd65ac1ae731b19ea21c92a69adecb0a98e1a2a6df9df711846ac39bf264d62b9e30124c705dcd0a44cc54993f74722e086603cb273561f926e6
7
- data.tar.gz: 385a78fe6ac0c6d5f188d3986273744471ccb0e914312292b060f4c770e61faa897fbd00a1a0f855b12735dcdc087fb03f838ae252bc830dff0d16c76d2557f9
6
+ metadata.gz: 6a7d7d53eeabfcc257ac846534b9b4ea0e921837d60856db7a639b2771fef3d70d95ddd96d44fd878fa7f0880a0a1e4f9d3ddbca11c9b5bee25a91a0fdc50266
7
+ data.tar.gz: 5a6a16da532a666d9b64df4eb67519f7b430c5dfc5f9cc54b2d972ef846a9d0ecc78f16a7ed5d714fa9e4db2f90c5d771ffef0acffc13739dc03c21c61f42dab
data/.rspec CHANGED
@@ -1,2 +1,2 @@
1
- --format documentation
2
- --color
1
+ --format documentation
2
+ --color
@@ -1,7 +1,7 @@
1
- require "mkmf"
2
-
3
- if RUBY_PLATFORM =~ /mingw/
4
- system "rake native_def_file"
5
- end
6
-
7
- create_makefile "helix_runtime/native"
1
+ require "mkmf"
2
+
3
+ if RUBY_PLATFORM =~ /mingw/
4
+ system "rake native_def_file"
5
+ end
6
+
7
+ create_makefile "helix_runtime/native"
@@ -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.5.0-alpha-3";
9
+ const char* HELIX_RUNTIME_VERSION = "0.5.0-alpha-4";
10
10
 
11
11
  const char* HELIX_PRIsVALUE = PRIsVALUE;
12
12
  const char* HELIX_SPRINTF_TO_S = "%" PRIsVALUE;
@@ -6,4 +6,4 @@ version = "0.1.0"
6
6
  crate-type = ["cdylib"]
7
7
 
8
8
  [dependencies]
9
- helix_runtime = "<%= HelixRuntime::VERSION %>"
9
+ helix = "<%= HelixRuntime::VERSION %>"
@@ -1,5 +1,5 @@
1
1
  #[macro_use]
2
- extern crate helix_runtime as helix;
2
+ extern crate helix;
3
3
 
4
4
  ruby! {
5
5
  class <%= class_name %> {
@@ -1,5 +1,5 @@
1
1
  module HelixRuntime
2
2
  # Also update helix_runtime.c
3
- VERSION = "0.5.0-alpha-3"
3
+ VERSION = "0.5.0-alpha-4"
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.5.0.alpha.3
4
+ version: 0.5.0.alpha.4
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-04-22 00:00:00.000000000 Z
12
+ date: 2017-04-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -137,9 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: 1.3.1
138
138
  requirements: []
139
139
  rubyforge_project:
140
- rubygems_version: 2.5.1
140
+ rubygems_version: 2.6.11
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: The Helix Runtime
144
144
  test_files: []
145
- has_rdoc: