console 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README +4 -0
- metadata +4 -4
data/README
CHANGED
@@ -16,3 +16,7 @@ If you require 'console', you will get just those methods.
|
|
16
16
|
|
17
17
|
If you require 'console/string', you will get String#display_width and
|
18
18
|
String#display_slice methods directly on all strings.
|
19
|
+
|
20
|
+
The console homepage is <code>http://masanjin.net/console/</code>.
|
21
|
+
|
22
|
+
The console git repo is <code>git://masanjin.net/console</code>.
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 3
|
9
|
+
version: 0.2.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- William Morgan
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-05-19 08:
|
17
|
+
date: 2010-05-19 08:36:26 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|
@@ -34,7 +34,7 @@ files:
|
|
34
34
|
- test/console.rb
|
35
35
|
- lib/console/string.rb
|
36
36
|
has_rdoc: true
|
37
|
-
homepage: http://console
|
37
|
+
homepage: http://masanjin.net/console
|
38
38
|
licenses: []
|
39
39
|
|
40
40
|
post_install_message:
|