grand 0.2.0 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/grand.gemspec +3 -3
  3. data/lib/grand/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79966081fc76d3aa05452572e08c7c2a993ec01e
4
- data.tar.gz: 6ceeb90e5a9262cb773301684c97bc85b391c8c3
3
+ metadata.gz: 604eb3589910ee75d906a58184b84079d11a84ca
4
+ data.tar.gz: e24dfd64c89afe88864a117ed9cae17386cdb13a
5
5
  SHA512:
6
- metadata.gz: 32e08c56d809188e322881e4e6f5d572e3d476824c09c372fbd67625e725e8521f613d6f7d9ba9322e58948142abb5916a83c150c0d36f194d314ffa014a8ad6
7
- data.tar.gz: 3bf5b3959ddec40e8e5315eb73aeefa1aeb19e27165a76b8758789127147d7e2bf86bea7d49c5e3d04c6f4a521a7f5f672eceeef1352e79cb0e6c324d132a0c0
6
+ metadata.gz: d8c221d0439199c75c280642b5fe249152207d32e7be9c62779979e3ada82acee4d86bfe850e1b4e28c3ac9ed5d38b07c311b5a063800a71df51b9fc633ce48c
7
+ data.tar.gz: 0534e83ef507485a5a0b0a49b2213c50eb87433e20a664069636b3ea93717ecac91a4979d61e37d1ea9abedb0ad079c20458df55a42f8e4ee929aa9a1d2dfc60
data/grand.gemspec CHANGED
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'grand/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "grand"
7
+ spec.name = 'grand'
8
8
  spec.version = GRand::VERSION
9
9
  spec.authors = ["Gregory Ostermayr"]
10
10
  spec.email = ["<gregory.ostermayr@gmail.com>"]
11
11
 
12
- spec.summary = %q{I needed nrand in ruby.}
13
- spec.description = %q{I needed nrand in ruby.}
12
+ spec.summary = %q{I needed randn from numpy in ruby.}
13
+ spec.description = %q{I needed randn from numpy in ruby.}
14
14
  spec.homepage = 'https://github.com/gregors/grand'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
data/lib/grand/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module GRand
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Ostermayr
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: I needed nrand in ruby.
69
+ description: I needed randn from numpy in ruby.
70
70
  email:
71
71
  - "<gregory.ostermayr@gmail.com>"
72
72
  executables: []
@@ -104,8 +104,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  requirements: []
106
106
  rubyforge_project:
107
- rubygems_version: 2.4.5
107
+ rubygems_version: 2.6.11
108
108
  signing_key:
109
109
  specification_version: 4
110
- summary: I needed nrand in ruby.
110
+ summary: I needed randn from numpy in ruby.
111
111
  test_files: []