securer_randomer 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: c64cc94ae8ed41dc5612889e38d0bd8d7f814ebd
4
- data.tar.gz: 428a48564b8eb0e9429973e9809f777ec4e9ccfa
3
+ metadata.gz: 58cda4e9f146bc6326ad13a07a8066d1fbd3c9b2
4
+ data.tar.gz: 39127b0f3459a1d0be538eed63494861f1c4b9e0
5
5
  SHA512:
6
- metadata.gz: 836c3eff41e7b0bb2316c777a377173bbfe3b38e94eddce50421519984f5a6bd4e41e666ffaf8a635712e39a0994d3eb25035a34aaaca1530dbf88dba911ba7d
7
- data.tar.gz: db821db16a154ce3c4be8b4f4476c3e13ce71264fb92fcddeaac961ab6cb327d1e643d97b40adf4366a07fb151a580c1c6e787dc75d0435381bced2816c0034e
6
+ metadata.gz: 518e005ab47adf97b53639f68c9a9d1b23a6e7961c62259d8c8632e4150b5fd654faf8bf0315321aed7e1b7273791ea13c2e9e7bb4a939b75e4bffc472f50255
7
+ data.tar.gz: 9aa9c4bc9ce99d7ddb38f16f73b90c213e67847219a8fda22e128a007fdd537a36348d2a7242aa4848bc1b002f3d2b92faddd34986a48d2fefcc3eb53abe8ecf
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SecurerRandomer
4
- VERSION = '0.1.0' # rubocop:disable Style/MutableConstant
4
+ VERSION = '0.1.1' # rubocop:disable Style/MutableConstant
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Mike Pastore']
10
10
  spec.email = ['mike@oobak.org']
11
11
 
12
- spec.summary = 'Monkeypatch SecureRandom (and Kernel.rand) with RbNaCl'
12
+ spec.summary = 'Monkeypatch SecureRandom with RbNaCl'
13
13
  spec.homepage = 'https://github.com/mwpastore/securer_randomer'
14
14
  spec.license = 'MIT'
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: securer_randomer
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
  - Mike Pastore
@@ -138,5 +138,5 @@ rubyforge_project:
138
138
  rubygems_version: 2.5.1
139
139
  signing_key:
140
140
  specification_version: 4
141
- summary: Monkeypatch SecureRandom (and Kernel.rand) with RbNaCl
141
+ summary: Monkeypatch SecureRandom with RbNaCl
142
142
  test_files: []