onnxruntime 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onnxruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-26 00:00:00.000000000 Z
11
+ date: 2019-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -81,6 +81,11 @@ files:
81
81
  - lib/onnxruntime/model.rb
82
82
  - lib/onnxruntime/utils.rb
83
83
  - lib/onnxruntime/version.rb
84
+ - vendor/LICENSE
85
+ - vendor/ThirdPartyNotices.txt
86
+ - vendor/libonnxruntime.dylib
87
+ - vendor/libonnxruntime.so
88
+ - vendor/onnxruntime.dll
84
89
  homepage: https://github.com/ankane/onnxruntime
85
90
  licenses:
86
91
  - MIT