drx 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README +3 -4
- metadata +3 -3
data/README
CHANGED
@@ -1,13 +1,12 @@
|
|
1
|
-
=
|
1
|
+
= DrX, the Good Doctor
|
2
2
|
|
3
|
-
|
3
|
+
DrX is a utility for programmers who wish to understand Ruby's
|
4
4
|
object model better. It's a small 'gem' that exposes, in a Tk GUI,
|
5
5
|
almost everything about a Ruby object: its 'klass', 'super', 'iv_tbl',
|
6
6
|
'm_tbl'. See your singletons with your very own eyes!
|
7
7
|
|
8
8
|
== Usage
|
9
9
|
|
10
|
-
|
11
|
-
to see usage example:
|
10
|
+
Visit the homepage to see screenshots and usage examples:
|
12
11
|
|
13
12
|
http://drx.rubyforge.org/
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: drx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mooffie
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-03-
|
12
|
+
date: 2010-03-29 00:00:00 +03:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -47,7 +47,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
47
47
|
requirements:
|
48
48
|
- - ~>
|
49
49
|
- !ruby/object:Gem::Version
|
50
|
-
version:
|
50
|
+
version: 1.8.0
|
51
51
|
version:
|
52
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|