helix_runtime 0.5.0.alpha.4 → 0.5.0
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 +4 -4
- data/.rspec +2 -2
- data/ext/helix_runtime/native/extconf.rb +7 -7
- data/ext/helix_runtime/native/helix_runtime.c +1 -1
- data/helix_runtime.gemspec +1 -1
- data/lib/helix_runtime/cli/bootstrap.rb +1 -1
- data/lib/helix_runtime/cli/templates/lib.rs +1 -1
- data/lib/helix_runtime/parent_project.rb +1 -1
- data/lib/helix_runtime/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2bfaa4a605254b9794c05a49837c5cb3173baa4
|
|
4
|
+
data.tar.gz: 6276f42f5ff7614841620a51a6ea80590b18c15b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55e392c49d0f580949691ac795018381eb88eb0c54d63f663dca5b46fa889a649de8a7ecdc52348a1dfa2a0c206dd7c7350e9d7e38b84111a55dc61cbfdf66ad
|
|
7
|
+
data.tar.gz: cb24298f920517b426d94fc7300e9bdbde285830cb3a1e1c79e5d6dd482e48cf37cf7769a10af2fe11795f70e6ca9d090812c96e0d940f8e96f50c61e95cdf4c
|
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"
|
data/helix_runtime.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["wycats@gmail.com", "godfreykfc@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{The Helix Runtime}
|
|
13
|
-
spec.homepage = "https://
|
|
13
|
+
spec.homepage = "https://usehelix.com"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
16
16
|
spec.bindir = "bin"
|
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
|
|
4
|
+
version: 0.5.0
|
|
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-
|
|
12
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -118,7 +118,7 @@ files:
|
|
|
118
118
|
- lib/helix_runtime/platform.rb
|
|
119
119
|
- lib/helix_runtime/project.rb
|
|
120
120
|
- lib/helix_runtime/version.rb
|
|
121
|
-
homepage: https://
|
|
121
|
+
homepage: https://usehelix.com
|
|
122
122
|
licenses: []
|
|
123
123
|
metadata: {}
|
|
124
124
|
post_install_message:
|
|
@@ -132,12 +132,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
version: '0'
|
|
133
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
|
135
|
-
- - "
|
|
135
|
+
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version:
|
|
137
|
+
version: '0'
|
|
138
138
|
requirements: []
|
|
139
139
|
rubyforge_project:
|
|
140
|
-
rubygems_version: 2.6.
|
|
140
|
+
rubygems_version: 2.6.8
|
|
141
141
|
signing_key:
|
|
142
142
|
specification_version: 4
|
|
143
143
|
summary: The Helix Runtime
|