realrand 1.0.4 → 2.0.0

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.
Files changed (2) hide show
  1. data/lib/random/online.rb +2 -2
  2. metadata +4 -7
data/lib/random/online.rb CHANGED
@@ -1,13 +1,13 @@
1
1
  # = RealRand
2
2
  #
3
3
  # Author:: Maik Schmidt <contact@maik-schmidt.de>
4
- # Copyright:: Copyright (c) 2003-2009 Maik Schmidt
4
+ # Copyright:: Copyright (c) 2003-2011 Maik Schmidt
5
5
  # License:: Distributes under the same terms as Ruby.
6
6
  #
7
7
 
8
8
  require 'net/http'
9
9
 
10
- module Random
10
+ module RealRand
11
11
  class OnlineGenerator
12
12
  attr_reader :host
13
13
  attr_accessor :proxy_host, :proxy_port, :proxy_usr, :proxy_pwd
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: realrand
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
5
4
  prerelease: false
6
5
  segments:
7
- - 1
6
+ - 2
8
7
  - 0
9
- - 4
10
- version: 1.0.4
8
+ - 0
9
+ version: 2.0.0
11
10
  platform: ruby
12
11
  authors:
13
12
  - Maik Schmidt
@@ -15,7 +14,7 @@ autorequire: random/online
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2011-05-01 00:00:00 +02:00
17
+ date: 2011-10-10 00:00:00 +02:00
19
18
  default_executable:
20
19
  dependencies: []
21
20
 
@@ -43,7 +42,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
43
42
  requirements:
44
43
  - - ">="
45
44
  - !ruby/object:Gem::Version
46
- hash: 3
47
45
  segments:
48
46
  - 0
49
47
  version: "0"
@@ -52,7 +50,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
50
  requirements:
53
51
  - - ">="
54
52
  - !ruby/object:Gem::Version
55
- hash: 3
56
53
  segments:
57
54
  - 0
58
55
  version: "0"