yggdrasil-engine 0.0.3.beta.11-x86_64-linux → 0.0.4-x86_64-linux
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa4ad7a4bffeddb43d17c6714228e0bb342d0d05e63eefe0cedefb2299d96ffa
|
4
|
+
data.tar.gz: 98956279375c7b5a586c561e08e311b4b11e70e2f77bda9bdaaf20966b02a296
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad5592c1d71b133133f31ca59508061b58b86725fd260583cb4df882c190c9d72784ce6ac680da9087a4d004f589ec272b79bcd16eaf5fe20a81e35f39d3cf63
|
7
|
+
data.tar.gz: 368554cea292569936637b5c687443183d845e88e44626b68ac80a8a35021de22809ad4351c9470cdb55b610ff2300e87ffd416136418b72a32b701462c61dd3
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yggdrasil-engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Unleash
|
@@ -32,7 +32,7 @@ extra_rdoc_files: []
|
|
32
32
|
files:
|
33
33
|
- README.md
|
34
34
|
- lib/custom_strategy.rb
|
35
|
-
- lib/
|
35
|
+
- lib/libyggdrasilffi.so
|
36
36
|
- lib/yggdrasil_engine.rb
|
37
37
|
- spec/custom_strategy_spec.rb
|
38
38
|
- spec/yggdrasil_engine_spec.rb
|
@@ -51,9 +51,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
51
51
|
version: '0'
|
52
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
|
-
- - "
|
54
|
+
- - ">="
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version:
|
56
|
+
version: '0'
|
57
57
|
requirements: []
|
58
58
|
rubygems_version: 3.3.5
|
59
59
|
signing_key:
|
File without changes
|