realrand 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +22 -42
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 30208eee2412e835c9bcbb47463f01cf829a2795
|
4
|
+
data.tar.gz: 6c646456e0d5e6baab364d7a17f29daa209f9519
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c8f425a06a9b55a7e42828b5939fd4ad87515cf699b0ea3bbe4b679b784e232af8e13aff43fbe4382a82c43f84d264d444f0dfc07e4c4c3ef9aba44efb8f9822
|
7
|
+
data.tar.gz: 009704070d2a781e9f9a0f30902794d28c9a52513ae3340aa31bc558697802f8eacd919d10b25afd373bafdddb06400ff0c6473b5a637c3a33ba6aa12b776744
|
metadata
CHANGED
@@ -1,64 +1,44 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: realrand
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
segments:
|
6
|
-
- 2
|
7
|
-
- 0
|
8
|
-
- 0
|
9
|
-
version: 2.0.0
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.0.1
|
10
5
|
platform: ruby
|
11
|
-
authors:
|
6
|
+
authors:
|
12
7
|
- Maik Schmidt
|
13
8
|
autorequire: random/online
|
14
9
|
bindir: bin
|
15
10
|
cert_chain: []
|
16
|
-
|
17
|
-
date: 2011-10-10 00:00:00 +02:00
|
18
|
-
default_executable:
|
11
|
+
date: 2014-02-15 00:00:00.000000000 Z
|
19
12
|
dependencies: []
|
20
|
-
|
21
13
|
description:
|
22
14
|
email: contact@maik-schmidt.de
|
23
15
|
executables: []
|
24
|
-
|
25
16
|
extensions: []
|
26
|
-
|
27
17
|
extra_rdoc_files: []
|
28
|
-
|
29
|
-
files:
|
18
|
+
files:
|
30
19
|
- lib/random/online.rb
|
31
|
-
has_rdoc: true
|
32
20
|
homepage: http://realrand.rubyforge.org
|
33
|
-
licenses:
|
34
|
-
|
21
|
+
licenses:
|
22
|
+
- Ruby
|
23
|
+
metadata: {}
|
35
24
|
post_install_message:
|
36
25
|
rdoc_options: []
|
37
|
-
|
38
|
-
require_paths:
|
26
|
+
require_paths:
|
39
27
|
- lib
|
40
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
requirements:
|
51
|
-
- - ">="
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
segments:
|
54
|
-
- 0
|
55
|
-
version: "0"
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - '>='
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
56
38
|
requirements: []
|
57
|
-
|
58
39
|
rubyforge_project: realrand
|
59
|
-
rubygems_version:
|
40
|
+
rubygems_version: 2.0.6
|
60
41
|
signing_key:
|
61
|
-
specification_version:
|
42
|
+
specification_version: 4
|
62
43
|
summary: A simple API for creating real random numbers.
|
63
44
|
test_files: []
|
64
|
-
|