xoroshiro 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 397fae7c723830610f2cc562c915dd25096641940f91feb082f3d48237da6d67
4
- data.tar.gz: a1a95dd77003cfb69254432c2639f87934a3950314b218e3a46b1bab970848a6
3
+ metadata.gz: c47f8a6e4b8edf10bd8533e0383c495e6f473c66e6a6be5cfe5c66f7904f742f
4
+ data.tar.gz: 34f60772ab7f83847ba09b019751abe5f011969c79cff0e8da9b54877990e5cc
5
5
  SHA512:
6
- metadata.gz: b90078aa55ad0b2c093ca1f7bbc1cb2953dea20124bd76574da198428d4714f262a97d5b8758ce42596bcd4afd6ee33853ad4f5c17a400d57cb99aa0762f5cd3
7
- data.tar.gz: adee3262f19628655e14a30add4d4f8e08a9256da9657cdda879e08fc2d2e7d827d2a0dd9f4465de80a00a55c3e5911c4d7142696906466cc8e3a0f72a1b43c2
6
+ metadata.gz: 9deb55993eafbbfddb245a815a48074a5d6b8537a46830e9cdd0d7dc36cfc813a60e4b1374b8ebc2ee4b30c94460a5681a66c1dc855855af73b378d4ab0d8df5
7
+ data.tar.gz: 708f649877585a4d034e39992fec58898c48f762365acd95c696018bb1a3a77c332bab040f4bd4d811729a9e2b5dfb2bf6d59c937e8fafe7bd5270e225f257cd
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Xoroshiro
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
data/xoroshiro.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.metadata = {
18
18
  'rubygems_mfa_required' => 'true',
19
19
  'homepage_uri' => spec.homepage,
20
- 'documentation_uri' => 'https://www.rubydoc.info/gems/xoroshiro'
20
+ 'documentation_uri' => 'https://rubydoc.info/gems/xoroshiro'
21
21
  }
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xoroshiro
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
  - Paul J Sanchez
@@ -40,7 +40,7 @@ licenses:
40
40
  metadata:
41
41
  rubygems_mfa_required: 'true'
42
42
  homepage_uri: https://bitbucket.org/paul_j_sanchez/xoroshiro_ruby_gem
43
- documentation_uri: https://www.rubydoc.info/gems/xoroshiro
43
+ documentation_uri: https://rubydoc.info/gems/xoroshiro
44
44
  post_install_message:
45
45
  rdoc_options: []
46
46
  require_paths: