xoxo 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/COPYING ADDED
@@ -0,0 +1,18 @@
1
+ Copyright (c) 2007, 2008 Christian Neukirchen <purl.org/net/chneukirchen>
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to
5
+ deal in the Software without restriction, including without limitation the
6
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
7
+ sell copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
16
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README CHANGED
@@ -1,11 +1,11 @@
1
1
  = XOXO
2
2
 
3
- * http://death.rubyforge.org
4
- * http://death.rubyforge.org/xoxo
3
+ * http://rubyworks.github.com/xoxo
4
+ * http://github.com/rubyworks/xoxo
5
5
  * http://chneukirchen.org/repos/xoxo-rb/
6
6
 
7
7
 
8
- == DESCRIPTION
8
+ == DESCRIPTION:
9
9
 
10
10
  XOXO is a Ruby XOXO parser and generator. It provides
11
11
  a Ruby API similar to Marshal and YAML (though more
@@ -14,25 +14,25 @@ an simple, open outline format written in standard XHTML and
14
14
  suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML.
15
15
 
16
16
 
17
- == FEATURES/ISSUES
17
+ == FEATURES/ISSUES:
18
18
 
19
19
  * Uses REXML's pull parser.
20
20
  * Serialize any object via to_xoxo.
21
21
 
22
22
 
23
- == RELEASE NOTES
23
+ == RELEASE NOTES:
24
24
 
25
- Please see RELEASE file.
25
+ Please see HISTORY file.
26
26
 
27
27
 
28
- == SYNOPSIS
28
+ == SYNOPSIS:
29
29
 
30
30
  Simple way to generate XOXO.
31
31
 
32
32
  obj.to_xoxo
33
33
 
34
34
 
35
- == HOW TO INSTALL
35
+ == INSTALLATION:
36
36
 
37
37
  To install with RubyGems simply open a console and type:
38
38
 
@@ -48,11 +48,11 @@ then download the tarball package and type:
48
48
  Windows users use 'ruby setup.rb all'.
49
49
 
50
50
 
51
- == COPYING
51
+ == COPYING:
52
52
 
53
53
  Copyright (C) 2006 Christian Neukirchen
54
54
 
55
55
  This program is ditributed unser the terms of the Ruby license.
56
56
 
57
- See LICENSE file for details.
57
+ See LICENSE or COPYING file for details.
58
58
 
@@ -23,7 +23,7 @@ require 'rexml/parsers/pullparser'
23
23
  #
24
24
  module XOXO
25
25
  # xoxo.rb version number
26
- #VERSION = "1.0.0"
26
+ VERSION = "1.0.1"
27
27
 
28
28
  # Load and return a XOXO structure from the String, IO or StringIO or _xoxo_.
29
29
  #
@@ -0,0 +1 @@
1
+ rubyworks
File without changes
@@ -1 +1 @@
1
- http://death.rubyforge.org/
1
+ http://rubyworks.github.com/xoxo
File without changes
@@ -1 +1 @@
1
- 2009-07-06
1
+ 2010-02-23
@@ -1 +1 @@
1
- svn://rubyforge.org/var/svn/death/xoxo
1
+ git://github.com/rubyworks/xoxo.git
@@ -0,0 +1 @@
1
+ XOXO
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xoxo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 0
8
+ - 1
9
+ version: 1.0.1
5
10
  platform: ruby
6
11
  authors:
7
12
  - Christian Neukirchen <chneukirchen@gmail.com>
@@ -9,7 +14,7 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2009-07-06 00:00:00 -04:00
17
+ date: 2010-02-23 00:00:00 -05:00
13
18
  default_executable:
14
19
  dependencies: []
15
20
 
@@ -19,45 +24,38 @@ description: |-
19
24
  specific) to load and dump XOXO[http://microformats.org/wiki/xoxo],
20
25
  an simple, open outline format written in standard XHTML and
21
26
  suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML.
22
- email: chneukirchen@gmail.com
27
+ email:
23
28
  executables: []
24
29
 
25
30
  extensions: []
26
31
 
27
32
  extra_rdoc_files:
28
33
  - README
29
- - MANIFEST
30
- - RELEASE
31
- - LICENSE
32
- - HISTORY
33
34
  files:
34
- - test/test_xoxo.rb
35
- - RELEASE
36
- - LICENSE
37
- - README
38
- - HISTORY
35
+ - lib/xoxo.rb
36
+ - meta/authors
37
+ - meta/collection
39
38
  - meta/created
40
- - meta/repository
39
+ - meta/description
41
40
  - meta/homepage
42
- - meta/summary
43
- - meta/abstract
44
- - meta/package
41
+ - meta/name
45
42
  - meta/released
43
+ - meta/repository
44
+ - meta/summary
45
+ - meta/title
46
46
  - meta/version
47
- - meta/license
48
- - meta/authors
49
- - meta/project
50
- - lib/xoxo.rb
51
- - MANIFEST
47
+ - test/test_xoxo.rb
48
+ - README
49
+ - HISTORY
50
+ - COPYING
52
51
  has_rdoc: true
53
- homepage: http://death.rubyforge.org/
52
+ homepage: http://rubyworks.github.com/xoxo
54
53
  licenses: []
55
54
 
56
55
  post_install_message:
57
56
  rdoc_options:
58
- - --inline-source
59
57
  - --title
60
- - xoxo api
58
+ - XOXO API
61
59
  - --main
62
60
  - README
63
61
  require_paths:
@@ -66,20 +64,22 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
64
  requirements:
67
65
  - - ">="
68
66
  - !ruby/object:Gem::Version
67
+ segments:
68
+ - 0
69
69
  version: "0"
70
- version:
71
70
  required_rubygems_version: !ruby/object:Gem::Requirement
72
71
  requirements:
73
72
  - - ">="
74
73
  - !ruby/object:Gem::Version
74
+ segments:
75
+ - 0
75
76
  version: "0"
76
- version:
77
77
  requirements: []
78
78
 
79
- rubyforge_project: death
80
- rubygems_version: 1.3.4
79
+ rubyforge_project: xoxo
80
+ rubygems_version: 1.3.6.pre.3
81
81
  signing_key:
82
82
  specification_version: 3
83
- summary: XOXO is a Ruby XOXO parser and generator.
83
+ summary: XOXO Parser and Generator
84
84
  test_files:
85
85
  - test/test_xoxo.rb
data/LICENSE DELETED
@@ -1,61 +0,0 @@
1
- = RUBY LICENSE
2
-
3
- xoxo.rb is copyrighted free software by Christian Neukirchen <chneukirchen@gmail.com>.
4
- You can redistribute it and/or modify it under either the terms of the GPL
5
- (see COPYING file), or the conditions below:
6
-
7
- 1. You may make and give away verbatim copies of the source form of the
8
- software without restriction, provided that you duplicate all of the
9
- original copyright notices and associated disclaimers.
10
-
11
- 2. You may modify your copy of the software in any way, provided that
12
- you do at least ONE of the following:
13
-
14
- a) place your modifications in the Public Domain or otherwise
15
- make them Freely Available, such as by posting said
16
- modifications to Usenet or an equivalent medium, or by allowing
17
- the author to include your modifications in the software.
18
-
19
- b) use the modified software only within your corporation or
20
- organization.
21
-
22
- c) rename any non-standard executables so the names do not conflict
23
- with standard executables, which must also be provided.
24
-
25
- d) make other distribution arrangements with the author.
26
-
27
- 3. You may distribute the software in object code or executable
28
- form, provided that you do at least ONE of the following:
29
-
30
- a) distribute the executables and library files of the software,
31
- together with instructions (in the manual page or equivalent)
32
- on where to get the original distribution.
33
-
34
- b) accompany the distribution with the machine-readable source of
35
- the software.
36
-
37
- c) give non-standard executables non-standard names, with
38
- instructions on where to get the original software distribution.
39
-
40
- d) make other distribution arrangements with the author.
41
-
42
- 4. You may modify and include the part of the software into any other
43
- software (possibly commercial). But some files in the distribution
44
- are not written by the author, so that they are not under this terms.
45
-
46
- They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
47
- files under the ./missing directory. See each file for the copying
48
- condition.
49
-
50
- 5. The scripts and library files supplied as input to or produced as
51
- output from the software do not automatically fall under the
52
- copyright of the software, but belong to whomever generated them,
53
- and may be sold commercially, and may be aggregated with this
54
- software.
55
-
56
- 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
57
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
58
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
59
- PURPOSE.
60
-
61
-
data/MANIFEST DELETED
@@ -1,20 +0,0 @@
1
- test
2
- test/test_xoxo.rb
3
- RELEASE
4
- LICENSE
5
- README
6
- HISTORY
7
- meta
8
- meta/created
9
- meta/repository
10
- meta/homepage
11
- meta/summary
12
- meta/abstract
13
- meta/package
14
- meta/released
15
- meta/version
16
- meta/license
17
- meta/authors
18
- meta/project
19
- lib
20
- lib/xoxo.rb
data/RELEASE DELETED
@@ -1,14 +0,0 @@
1
- = RELEASE NOTES
2
-
3
- This is essentially the XOXO library written Christian Neukirchen.
4
- While the library has been distributed as part of Facets for some
5
- time, there is no separate gem avaialbe for it. So this then is
6
- that stand-alone release. It differs from the original only in
7
- that it provides #to_xoxo.
8
-
9
- ### 1.0.0 // 2009-07-06
10
-
11
- * 1 Major Enhancement
12
-
13
- * Happy Birthday!
14
-
@@ -1 +0,0 @@
1
- Ruby
@@ -1 +0,0 @@
1
- death