ansi 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.ruby +4 -3
- data/.yardopts +4 -5
- data/HISTORY.rdoc +14 -1
- data/LICENSE.rdoc +6 -6
- data/NOTICE.rdoc +2 -2
- data/README.rdoc +1 -1
- data/lib/ansi.yml +4 -3
- data/lib/ansi/bbcode.rb +1 -1
- metadata +10 -9
data/.ruby
CHANGED
@@ -3,6 +3,7 @@ source:
|
|
3
3
|
- meta
|
4
4
|
authors:
|
5
5
|
- name: Thomas Sawyer
|
6
|
+
email: transfire@gmail.com
|
6
7
|
- name: Florian Frank
|
7
8
|
copyrights:
|
8
9
|
- holder: Rubyworks
|
@@ -31,7 +32,7 @@ repositories:
|
|
31
32
|
resources:
|
32
33
|
home: http://rubyworks.github.com/ansi
|
33
34
|
code: http://github.com/rubyworks/ansi
|
34
|
-
docs: http://rubydoc.info/gems/ansi
|
35
|
+
docs: http://rubydoc.info/gems/ansi/frames
|
35
36
|
mail: http://groups.google.com/group/rubyworks-mailinglist
|
36
37
|
extra: {}
|
37
38
|
load_path:
|
@@ -40,7 +41,7 @@ revision: 0
|
|
40
41
|
created: '2009-08-01'
|
41
42
|
summary: ANSI at your fingertips!
|
42
43
|
title: ANSI
|
43
|
-
version: 1.4.
|
44
|
+
version: 1.4.1
|
44
45
|
name: ansi
|
45
46
|
description: ! 'The ANSI project is a collection of ANSI escape code related libraries
|
46
47
|
enabling
|
@@ -49,4 +50,4 @@ description: ! 'The ANSI project is a collection of ANSI escape code related lib
|
|
49
50
|
|
50
51
|
beautifying shell output.'
|
51
52
|
organization: Rubyworks
|
52
|
-
date: '2011-11-
|
53
|
+
date: '2011-11-09'
|
data/.yardopts
CHANGED
data/HISTORY.rdoc
CHANGED
@@ -1,6 +1,19 @@
|
|
1
1
|
= RELEASE HISTORY
|
2
2
|
|
3
|
-
== 1.4.
|
3
|
+
== 1.4.1 | 2011-11-09
|
4
|
+
|
5
|
+
This release simply fixes a documentation issue, to make sure
|
6
|
+
QED.rdoc appears in the YARD docs. And a shout-out to Chad Perrin
|
7
|
+
for submitting some doc fixes for this project and a few other
|
8
|
+
Rubyworks projects.
|
9
|
+
|
10
|
+
Changes:
|
11
|
+
|
12
|
+
* Adjust .yardopts file.
|
13
|
+
* Documentation fixes.
|
14
|
+
|
15
|
+
|
16
|
+
== 1.4.0 | 2011-11-05
|
4
17
|
|
5
18
|
New release adds a HexDump class for colorized byte string dumps
|
6
19
|
and fixes some minor cell size issues with the Table class.
|
data/LICENSE.rdoc
CHANGED
@@ -60,14 +60,14 @@
|
|
60
60
|
|
61
61
|
a) place your modifications in the Public Domain or otherwise
|
62
62
|
make them Freely Available, such as by posting said
|
63
|
-
|
64
|
-
|
63
|
+
modifications to Usenet or an equivalent medium, or by allowing
|
64
|
+
the author to include your modifications in the software.
|
65
65
|
|
66
66
|
b) use the modified software only within your corporation or
|
67
67
|
organization.
|
68
68
|
|
69
69
|
c) rename any non-standard executables so the names do not conflict
|
70
|
-
|
70
|
+
with standard executables, which must also be provided.
|
71
71
|
|
72
72
|
d) make other distribution arrangements with the author.
|
73
73
|
|
@@ -75,11 +75,11 @@
|
|
75
75
|
form, provided that you do at least ONE of the following:
|
76
76
|
|
77
77
|
a) distribute the executables and library files of the software,
|
78
|
-
|
79
|
-
|
78
|
+
together with instructions (in the manual page or equivalent)
|
79
|
+
on where to get the original distribution.
|
80
80
|
|
81
81
|
b) accompany the distribution with the machine-readable source of
|
82
|
-
|
82
|
+
the software.
|
83
83
|
|
84
84
|
c) give non-standard executables non-standard names, with
|
85
85
|
instructions on where to get the original software distribution.
|
data/NOTICE.rdoc
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
== ANSI
|
4
4
|
|
5
|
-
Copyright:: (c)
|
5
|
+
Copyright:: (c) 2009 Rubyworks
|
6
6
|
License:: BSD-2-Clause
|
7
7
|
Website:: http://rubyworks.github.com/ansi
|
8
8
|
|
9
|
-
Copyright
|
9
|
+
Copyright 2009 Rubyworks. All rights reserved.
|
10
10
|
|
11
11
|
Redistribution and use in source and binary forms, with or without modification, are
|
12
12
|
permitted provided that the following conditions are met:
|
data/README.rdoc
CHANGED
data/lib/ansi.yml
CHANGED
@@ -3,6 +3,7 @@ source:
|
|
3
3
|
- meta
|
4
4
|
authors:
|
5
5
|
- name: Thomas Sawyer
|
6
|
+
email: transfire@gmail.com
|
6
7
|
- name: Florian Frank
|
7
8
|
copyrights:
|
8
9
|
- holder: Rubyworks
|
@@ -31,7 +32,7 @@ repositories:
|
|
31
32
|
resources:
|
32
33
|
home: http://rubyworks.github.com/ansi
|
33
34
|
code: http://github.com/rubyworks/ansi
|
34
|
-
docs: http://rubydoc.info/gems/ansi
|
35
|
+
docs: http://rubydoc.info/gems/ansi/frames
|
35
36
|
mail: http://groups.google.com/group/rubyworks-mailinglist
|
36
37
|
extra: {}
|
37
38
|
load_path:
|
@@ -40,7 +41,7 @@ revision: 0
|
|
40
41
|
created: '2009-08-01'
|
41
42
|
summary: ANSI at your fingertips!
|
42
43
|
title: ANSI
|
43
|
-
version: 1.4.
|
44
|
+
version: 1.4.1
|
44
45
|
name: ansi
|
45
46
|
description: ! 'The ANSI project is a collection of ANSI escape code related libraries
|
46
47
|
enabling
|
@@ -49,4 +50,4 @@ description: ! 'The ANSI project is a collection of ANSI escape code related lib
|
|
49
50
|
|
50
51
|
beautifying shell output.'
|
51
52
|
organization: Rubyworks
|
52
|
-
date: '2011-11-
|
53
|
+
date: '2011-11-09'
|
data/lib/ansi/bbcode.rb
CHANGED
@@ -316,7 +316,7 @@ module ANSI
|
|
316
316
|
|
317
317
|
# -- Transitive methods ---------------
|
318
318
|
|
319
|
-
# Converts
|
319
|
+
# Converts an ANSI string to one with HTML markup.
|
320
320
|
# Returns the string with ANSI code sequences converted to XHTML markup.
|
321
321
|
def BBCode.ansi_to_html(string)
|
322
322
|
bbcoded = BBCode.ansi_to_bbcode(string )
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ansi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,11 +10,11 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2011-11-
|
13
|
+
date: 2011-11-10 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: detroit
|
17
|
-
requirement: &
|
17
|
+
requirement: &29129100 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ! '>='
|
@@ -22,10 +22,10 @@ dependencies:
|
|
22
22
|
version: '0'
|
23
23
|
type: :development
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
25
|
+
version_requirements: *29129100
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: qed
|
28
|
-
requirement: &
|
28
|
+
requirement: &29128360 !ruby/object:Gem::Requirement
|
29
29
|
none: false
|
30
30
|
requirements:
|
31
31
|
- - ! '>='
|
@@ -33,10 +33,10 @@ dependencies:
|
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
|
-
version_requirements: *
|
36
|
+
version_requirements: *29128360
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
38
|
name: lemon
|
39
|
-
requirement: &
|
39
|
+
requirement: &29127740 !ruby/object:Gem::Requirement
|
40
40
|
none: false
|
41
41
|
requirements:
|
42
42
|
- - ! '>='
|
@@ -44,14 +44,15 @@ dependencies:
|
|
44
44
|
version: '0'
|
45
45
|
type: :development
|
46
46
|
prerelease: false
|
47
|
-
version_requirements: *
|
47
|
+
version_requirements: *29127740
|
48
48
|
description: ! 'The ANSI project is a collection of ANSI escape code related libraries
|
49
49
|
enabling
|
50
50
|
|
51
51
|
ANSI code based colorization and stylization of output. It is very nice for
|
52
52
|
|
53
53
|
beautifying shell output.'
|
54
|
-
email:
|
54
|
+
email:
|
55
|
+
- transfire@gmail.com
|
55
56
|
executables: []
|
56
57
|
extensions: []
|
57
58
|
extra_rdoc_files:
|