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 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.0
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-05'
53
+ date: '2011-11-09'
data/.yardopts CHANGED
@@ -1,9 +1,8 @@
1
- --output-dir doc/yard
2
1
  --title ANSI
3
2
  --protected
4
- lib/**/*.rb
3
+ --private
4
+ lib
5
5
  -
6
- doc/QED.rdoc
7
- LICENSE/*
8
- [A-Z][A-Z]*
6
+ QED.rdoc
7
+ [A-Z]*.*
9
8
 
@@ -1,6 +1,19 @@
1
1
  = RELEASE HISTORY
2
2
 
3
- == 1.4.0 | 2011-11-04
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.
@@ -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
- modifications to Usenet or an equivalent medium, or by allowing
64
- the author to include your modifications in the software.
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
- with standard executables, which must also be provided.
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
- together with instructions (in the manual page or equivalent)
79
- on where to get the original distribution.
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
- the software.
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.
@@ -2,11 +2,11 @@
2
2
 
3
3
  == ANSI
4
4
 
5
- Copyright:: (c) 2004 Rubyworks, Thomas Sawyer
5
+ Copyright:: (c) 2009 Rubyworks
6
6
  License:: BSD-2-Clause
7
7
  Website:: http://rubyworks.github.com/ansi
8
8
 
9
- Copyright 2004 Thomas Sawyer. All rights reserved.
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:
@@ -76,7 +76,7 @@ Windows users use 'ruby setup.rb all'.
76
76
 
77
77
  == LICENSE & COPYRIGHT
78
78
 
79
- Copyright (c) 2004 Thomas Sawyer
79
+ Copyright (c) 2009 Rubyworks
80
80
 
81
81
  This program is distributed under the terms of the BSD 2-clause license.
82
82
 
@@ -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.0
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-05'
53
+ date: '2011-11-09'
@@ -316,7 +316,7 @@ module ANSI
316
316
 
317
317
  # -- Transitive methods ---------------
318
318
 
319
- # Converts a ANSI string to one with HTML markup.
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.0
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-05 00:00:00.000000000 Z
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: &17672920 !ruby/object:Gem::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: *17672920
25
+ version_requirements: *29129100
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: qed
28
- requirement: &17671340 !ruby/object:Gem::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: *17671340
36
+ version_requirements: *29128360
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: lemon
39
- requirement: &17669960 !ruby/object:Gem::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: *17669960
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: