assert 2.10.0 → 2.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -97,7 +97,7 @@ module Assert
97
97
 
98
98
  module Random
99
99
  def self.integer(max = nil)
100
- rand(max || 100) + 1
100
+ rand(max || 32_766) + 1
101
101
  end
102
102
 
103
103
  # `rand` with no args gives a float between 0 and 1
@@ -1,3 +1,3 @@
1
1
  module Assert
2
- VERSION = "2.10.0"
2
+ VERSION = "2.10.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assert
3
3
  version: !ruby/object:Gem::Version
4
- hash: 39
4
+ hash: 37
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 10
9
- - 0
10
- version: 2.10.0
9
+ - 1
10
+ version: 2.10.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kelly Redding
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2014-03-25 00:00:00 Z
19
+ date: 2014-04-24 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  type: :runtime