backports 1.16.2 → 1.16.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,4 +2,4 @@
2
2
  :major: 1
3
3
  :build:
4
4
  :minor: 16
5
- :patch: 2
5
+ :patch: 3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{backports}
8
- s.version = "1.16.2"
8
+ s.version = "1.16.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marc-Andr\303\251 Lafortune"]
@@ -46,6 +46,10 @@ class Random
46
46
  state == other.send(:state)
47
47
  end
48
48
 
49
+ def inspect
50
+ "#<#{self.class.name}:#{object_id}>"
51
+ end
52
+
49
53
  private
50
54
  def state
51
55
  @mt.to_bignum
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 16
8
- - 2
9
- version: 1.16.2
8
+ - 3
9
+ version: 1.16.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Marc-Andr\xC3\xA9 Lafortune"