ruby-dnn 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: 03afaeb7e854b0eb697e775bb943501bd26a6afb149032d963c9ca71b3e0b4fe
4
- data.tar.gz: 43fb3980ae04eca255180279202b8164a7c0c9b742d145fe19e6a07b860b179b
3
+ metadata.gz: 2f509323fa3b0d100943d2f30f9545baf0116e5e9f66c068121712e0b079ad04
4
+ data.tar.gz: 9e1163fe79527c2514b4cd509d3899e93c9e39e1a3491ce98e9a0d073ee24763
5
5
  SHA512:
6
- metadata.gz: 20fcb65e677558cb9095149f735c3efeede18da9b260a47cde1dafcb65bbdbc38502c3ca97ec0d169999ebeed45e1a1d59e5f44f8273ccc456dfc49468746e08
7
- data.tar.gz: 87edeed4d7285e9f3e5bd638c21a24ea2e127aa6f42dad4f9f846876b3033d94cec4269fdc756c5f2398036fbe8160210aa257666a1deb5855d04cca70dc55e5
6
+ metadata.gz: ef8704fb2def4124e0f7d0bfba7fa83ed9c304bf1d366ba3c03fb28b583cc909d969a2991b99fe55c879e6806590e59f76fbc177dc8ddd9643e4d07aef862b07
7
+ data.tar.gz: b8600ede2ba0e2463a0ca4e1170a3ec94f02a60edf89545927a0eb9752719c48cf13d2b7c4ac38d936bd70fab7d4003df33c82d8625ee827b2aa599572acd466
@@ -1,3 +1,3 @@
1
1
  module DNN
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/ruby-dnn.gemspec CHANGED
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
13
13
  spec.description = %q{ruby-dnn is a ruby deep learning library.}
14
14
  spec.homepage = "https://github.com/unagiootoro/dnn.git"
15
15
  spec.license = "MIT"
16
+ spec.extensions = ["lib/dnn/ext/mnist/extconf.rb", "lib/dnn/ext/cifar10/extconf.rb", "lib/dnn/ext/image_io/extconf.rb"]
17
+
16
18
  spec.add_dependency "numo-narray"
17
19
 
18
20
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-dnn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - unagiootoro
@@ -70,7 +70,10 @@ description: ruby-dnn is a ruby deep learning library.
70
70
  email:
71
71
  - ootoro838861@outlook.jp
72
72
  executables: []
73
- extensions: []
73
+ extensions:
74
+ - lib/dnn/ext/mnist/extconf.rb
75
+ - lib/dnn/ext/cifar10/extconf.rb
76
+ - lib/dnn/ext/image_io/extconf.rb
74
77
  extra_rdoc_files: []
75
78
  files:
76
79
  - ".gitignore"