rdot 1.1.0.pre3 → 1.1.1.1
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 +7 -0
- data/README.md +3 -2
- data/lib/rdot-common.rb +1 -1
- data/lib/rdot.rb +6 -0
- metadata +10 -14
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: af9f0f28fc78bd185638461f410aa340558baf80
|
|
4
|
+
data.tar.gz: 7f56529a8b507619660324b86fb501ae764b8db2
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: bdc5951e85a4e51317b5253b6751550d668d872e54e6ae8ca5e026b76fad9330da27ec953c0c29b1cd4b7ee2174cde6cf5613d1241231b53f976d55f060504be
|
|
7
|
+
data.tar.gz: 51e318d03d5491909e25981af71971bf9390e616440292963451b7b6dd49c86e115ef596756c6ea4a578f64be88cf3397ecb833ca81054739d7d9d0cbc61d135
|
data/README.md
CHANGED
|
@@ -15,9 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
### Versions
|
|
17
17
|
|
|
18
|
+
* For Ruby 1.9.x and 2.0
|
|
19
|
+
* [1.1.x — current](https://github.com/shikhalev/rdot/tree/master)
|
|
18
20
|
* For Ruby 1.9.2 and later:
|
|
19
|
-
* 1.
|
|
20
|
-
* [1.0.x — stable](https://github.com/shikhalev/rdot/tree/fixes)
|
|
21
|
+
* [1.0.x — oldstable](https://github.com/shikhalev/rdot/tree/fixes)
|
|
21
22
|
* 0.10.x (0.10.10.3 latest) — pre-1.0
|
|
22
23
|
* For Ruby 1.8.7:
|
|
23
24
|
* [0.9.x (0.9.4 latest)](https://github.com/shikhalev/rdot/tree/v0.9.4)
|
data/lib/rdot-common.rb
CHANGED
data/lib/rdot.rb
CHANGED
metadata
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rdot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
5
|
-
prerelease: 6
|
|
4
|
+
version: 1.1.1.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Ivan Shikhalev
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
11
|
+
date: 2013-10-24 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: is-monkey
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
17
|
- - ~>
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
@@ -22,7 +20,6 @@ dependencies:
|
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
24
|
- - ~>
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
@@ -35,9 +32,9 @@ executables:
|
|
|
35
32
|
extensions: []
|
|
36
33
|
extra_rdoc_files: []
|
|
37
34
|
files:
|
|
38
|
-
- lib/rbdot.rb
|
|
39
|
-
- lib/rdot.rb
|
|
40
35
|
- lib/rdot-common.rb
|
|
36
|
+
- lib/rdot.rb
|
|
37
|
+
- lib/rbdot.rb
|
|
41
38
|
- README.md
|
|
42
39
|
- bin/rdot
|
|
43
40
|
- bin/rbdot
|
|
@@ -45,27 +42,26 @@ files:
|
|
|
45
42
|
homepage: https://github.com/shikhalev/rdot
|
|
46
43
|
licenses:
|
|
47
44
|
- GNU GPL
|
|
45
|
+
metadata: {}
|
|
48
46
|
post_install_message:
|
|
49
47
|
rdoc_options: []
|
|
50
48
|
require_paths:
|
|
51
49
|
- lib
|
|
52
50
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
|
-
none: false
|
|
54
51
|
requirements:
|
|
55
|
-
- -
|
|
52
|
+
- - '>='
|
|
56
53
|
- !ruby/object:Gem::Version
|
|
57
54
|
version: 1.9.2
|
|
58
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
|
-
none: false
|
|
60
56
|
requirements:
|
|
61
|
-
- -
|
|
57
|
+
- - '>='
|
|
62
58
|
- !ruby/object:Gem::Version
|
|
63
|
-
version:
|
|
59
|
+
version: '0'
|
|
64
60
|
requirements: []
|
|
65
61
|
rubyforge_project:
|
|
66
|
-
rubygems_version:
|
|
62
|
+
rubygems_version: 2.0.10
|
|
67
63
|
signing_key:
|
|
68
|
-
specification_version:
|
|
64
|
+
specification_version: 4
|
|
69
65
|
summary: GraphViz diagrams for Ruby classes
|
|
70
66
|
test_files: []
|
|
71
67
|
has_rdoc:
|