orderedtree 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (6) hide show
  1. data/History.txt +2 -0
  2. data/LICENSE +20 -0
  3. data/Manifest.txt +5 -0
  4. data/README.txt +66 -0
  5. data/Rakefile +10 -0
  6. metadata +70 -0
data/History.txt ADDED
@@ -0,0 +1,2 @@
1
+ === 0.9.0 / 2008-07-25
2
+ * BOGUS RELEASE! Testing release process! BOGUS RELEASE!
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2008 Designing Patterns
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ 'Software'), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
18
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Manifest.txt ADDED
@@ -0,0 +1,5 @@
1
+ Manifest.txt
2
+ LICENSE
3
+ History.txt
4
+ README.txt
5
+ Rakefile
data/README.txt ADDED
@@ -0,0 +1,66 @@
1
+ = relative
2
+ * Project Page: http://rubyforge.org/projects/relative/
3
+ * Documentation: http://relative.rubyforge.org/
4
+
5
+ == DESCRIPTION:
6
+ BOGUS RELEASE! BOGUS RELEASE! Just testing the release process.
7
+
8
+ == FEATURES
9
+
10
+ == PROBLEMS:
11
+ None (known).
12
+
13
+ == SYNOPSIS:
14
+
15
+ == REQUIREMENTS:
16
+ Hoe is required but only for running the tests.
17
+
18
+ == INSTALL:
19
+ sudo gem install orderedtree
20
+
21
+ == AUTHORS:
22
+ === Designing Patterns
23
+ * Homepage: http://www.designingpatterns.com
24
+ * Blogs: http://blogs.designingpatterns.com
25
+
26
+ == SUPPORT
27
+ Please post questions, concerns, or requests for enhancement to the forums on
28
+ the project page. Alternatively, direct contact information for
29
+ Designing Patterns can be found on the project page for this gem.
30
+
31
+ == ENHANCEMENTS
32
+ Please feel free to contact us with any ideas; we will try our best to
33
+ enhance the software and respond to user requests. Of course, we are more
34
+ likely to work on a particular enhancement if we know that there are users
35
+ who want it. Designing Patterns provides contracting and consulting services,
36
+ so if there is an enhancement that *must* get done (and in a specified time
37
+ frame), please inquire about retaining our services!
38
+
39
+ == LICENSE:
40
+ The license text can be found in the +LICENSE+ file at the root of the
41
+ distribution.
42
+
43
+ This package is licensed with an MIT license:
44
+
45
+ Copyright (c) 2008 Designing Patterns
46
+
47
+ Permission is hereby granted, free of charge, to any person obtaining
48
+ a copy of this software and associated documentation files (the
49
+ 'Software'), to deal in the Software without restriction, including
50
+ without limitation the rights to use, copy, modify, merge, publish,
51
+ distribute, sublicense, and/or sell copies of the Software, and to
52
+ permit persons to whom the Software is furnished to do so, subject to
53
+ the following conditions:
54
+
55
+ The above copyright notice and this permission notice shall be
56
+ included in all copies or substantial portions of the Software.
57
+
58
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
59
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
60
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
61
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
62
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
63
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
64
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
65
+
66
+ == SHARE AND ENJOY!
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ # -*- ruby -*-
2
+ require 'rubygems'
3
+ require 'hoe'
4
+
5
+ Hoe.new('orderedtree', "0.9.0") do |p|
6
+ p.remote_rdoc_dir = ''
7
+ p.developer('DesigningPatterns', 'technical.inquiries@designingpatterns.com')
8
+ end
9
+
10
+ # vim: syntax=Ruby
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: orderedtree
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.0
5
+ platform: ruby
6
+ authors:
7
+ - DesigningPatterns
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-07-25 00:00:00 -04:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.7.0
24
+ version:
25
+ description: BOGUS RELEASE! BOGUS RELEASE! Just testing the release process.
26
+ email:
27
+ - technical.inquiries@designingpatterns.com
28
+ executables: []
29
+
30
+ extensions: []
31
+
32
+ extra_rdoc_files:
33
+ - Manifest.txt
34
+ - History.txt
35
+ - README.txt
36
+ files:
37
+ - Manifest.txt
38
+ - LICENSE
39
+ - History.txt
40
+ - README.txt
41
+ - Rakefile
42
+ has_rdoc: true
43
+ homepage: "Project Page: http://rubyforge.org/projects/relative/"
44
+ post_install_message:
45
+ rdoc_options:
46
+ - --main
47
+ - README.txt
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ version:
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: "0"
61
+ version:
62
+ requirements: []
63
+
64
+ rubyforge_project: orderedtree
65
+ rubygems_version: 1.2.0
66
+ signing_key:
67
+ specification_version: 2
68
+ summary: BOGUS RELEASE! BOGUS RELEASE! Just testing the release process.
69
+ test_files: []
70
+