random_util 0.0.5 → 0.0.6

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: 669bfb6db81e6fb19693e2eea0ff09162d1dd160
4
- data.tar.gz: 197a3eeedc9a84f2b03c460c5092c006f11f5b0d
3
+ metadata.gz: 39b8ee9dc8246f921d59d41295bab55bfd6cc408
4
+ data.tar.gz: 78f5db939714a69e966bd33da310f0ed69ef1c8c
5
5
  SHA512:
6
- metadata.gz: 99901a2f72c1ace36586d6bd7589c61c4ceba6c7ce6dcac2c42c54877a722fee97dc89800f5abe073532c49bb877dff14a01622d9a1cb380fba6c1bcd713e4bf
7
- data.tar.gz: 796cc669725931422d19ef6bd1b4f3ee182606c31014b715cd9d6ea1b9c3ce893762766db600f038c3099c71bd113f9e05b4a6c04ddf76ad428b617176263e33
6
+ metadata.gz: 9f8dabbabdb3ffdcd057a263791ac460a449eeb1ea98434bab1faabfdc16955d1644f1036e9b9a39d20215df112809a1470005f2b166dd2f32bfc167077b440c
7
+ data.tar.gz: 0d2c49b12ce01284aaef611a1beae47516e8300b6461b6d8522db2e3bacc1182986f1178bab997eb0d9332682d7386167b1c74fa45a25b6a1445544c04f60392
data/lib/random_util.rb CHANGED
@@ -9,7 +9,7 @@ module RandomUtil
9
9
  end
10
10
 
11
11
  def self.numbers(counts)
12
- Array.new(counts).map { NUMBERS.sample] }.join
12
+ Array.new(counts).map { NUMBERS.sample }.join
13
13
  end
14
14
 
15
15
  def self.alphabet_and_number(counts)
@@ -1,3 +1,3 @@
1
1
  module RandomUtil
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: random_util
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - prinum101