t_nn 0.0.1 → 0.0.1.1

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: a940f773ac9b387e51a7576b260df901b63b6b8c
4
- data.tar.gz: d1aa2afc9610677c0e274bef30b6c6e73f91d585
3
+ metadata.gz: ab15b46b5b752ca8612a3bfdf23c074b3a2afa1d
4
+ data.tar.gz: 6b2d1e5c8f97a66f2612ce0b97b079b4873fe070
5
5
  SHA512:
6
- metadata.gz: c997c47c726e991d44e0d2eae8ac93abb0daad6afd9161dcb144df04c9dc7cb4e2d8af0d425ed037a27780dbf04f97af23346035c986da4f5104405080d39c82
7
- data.tar.gz: c7790b31206887edced932d7c1b5dd87da21b5ba2b4de1878b20cc20fee77e6f7459cfb0d0878e45a6a0fa9dff1369bdec2d1edc75827d3d7f95ce658f28ab42
6
+ metadata.gz: 60fdb31a53920d57fed6753af30138d2c3503c40a2d4e3885869038d62d451ad364d8f747945ae813a7cfaad0a8d40da3fe9d4328ae3791f35c0f3472b0a0473
7
+ data.tar.gz: cdb04711f302aeb0e6f0e172613230859eb84f4aecabe0ae64a072a23e87fc0bc61f37730d81f3d36590fe84493b7c5b350195f57cf9d8e2c1a1f44b63f375ef
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # TNn
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/t_nn`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ my neural network library
6
4
 
7
5
  ## Installation
8
6
 
data/lib/t_nn/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module TNn
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.1.1"
3
3
  end
data/t_nn.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["tcom"]
10
10
  spec.email = ["okano565656@gmail.com"]
11
11
 
12
- spec.summary = %q{my nn lib}
13
- spec.description = %q{my nn lib}
12
+ spec.summary = %q{my neural network library}
13
+ spec.description = %q{my neural network library}
14
14
  spec.homepage = "https://github.com/Tcom242242/t_nn"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: t_nn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - tcom
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: my nn lib
55
+ description: my neural network library
56
56
  email:
57
57
  - okano565656@gmail.com
58
58
  executables: []
@@ -97,5 +97,5 @@ rubyforge_project:
97
97
  rubygems_version: 2.5.1
98
98
  signing_key:
99
99
  specification_version: 4
100
- summary: my nn lib
100
+ summary: my neural network library
101
101
  test_files: []