core_ex 0.1.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.
metadata ADDED
@@ -0,0 +1,113 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.10
3
+ specification_version: 1
4
+ name: core_ex
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2005-06-01
8
+ summary: CoreEx is a proposal for a standard library extension.
9
+ require_paths:
10
+ - lib
11
+ email:
12
+ - nicolas.despres@gmail.com
13
+ - ertai@feydakins.org
14
+ homepage: http://api.feydakins.org/core_ex
15
+ rubyforge_project: core_ex
16
+ description: "CoreEx is designed to provides a simple but quite useful extension of the
17
+ standard library of Ruby. So some classes and modules like Pathname, Time,
18
+ Enumerable, Exception, FileUtils, String, and YAML are extended. There is
19
+ also some new features like attr_once, DTime, TempPath, Version,
20
+ embedded_tests, filelist (almost from rake), a common Rakefile, and an
21
+ extension of the require system."
22
+ autorequire:
23
+ default_executable:
24
+ bindir: bin
25
+ has_rdoc: true
26
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
27
+ requirements:
28
+ -
29
+ - ">"
30
+ - !ruby/object:Gem::Version
31
+ version: 0.0.0
32
+ version:
33
+ platform: ruby
34
+ authors:
35
+ - Nicolas Despr�s
36
+ - Nicolas Pouillard
37
+ files:
38
+ - lib/core_ex.rb
39
+ - lib/core_ex/attr_once.rb
40
+ - lib/core_ex/dtime.rb
41
+ - lib/core_ex/embedded_tests.rb
42
+ - lib/core_ex/enumerable.rb
43
+ - lib/core_ex/exception.rb
44
+ - lib/core_ex/filelist.rb
45
+ - lib/core_ex/fileutils.rb
46
+ - lib/core_ex/pathname.rb
47
+ - lib/core_ex/require.rb
48
+ - lib/core_ex/string.rb
49
+ - lib/core_ex/temp_path.rb
50
+ - lib/core_ex/time.rb
51
+ - lib/core_ex/version.rb
52
+ - lib/core_ex/yaml.rb
53
+ - lib/core_ex/test/unit/ui/yaml/testrunner.rb
54
+ - test/check-core_ex.yml
55
+ - test/check-pkg-core_ex.yml
56
+ - test/resources
57
+ - test/sanity
58
+ - test/sanity-suite.yml
59
+ - test/test-unit-setup.rb
60
+ - test/unit-suite.yml
61
+ - test/resources/autoload_tree
62
+ - test/resources/require
63
+ - test/resources/use-from-gems.rb
64
+ - test/resources/yaml_testrunner
65
+ - test/resources/autoload_tree/A.rb
66
+ - test/resources/autoload_tree/B.rb
67
+ - test/resources/autoload_tree/foo
68
+ - test/resources/autoload_tree/foo/C.rb
69
+ - test/resources/require/test_require
70
+ - test/resources/require/test_require_rb.rb
71
+ - test/resources/require/test_require_so.so
72
+ - test/resources/yaml_testrunner/unit_test.rb
73
+ - test/sanity/multiple-requires.yml
74
+ - test/sanity/single-requires.yml
75
+ - AUTHORS
76
+ - NEWS
77
+ - Rakefile
78
+ - README
79
+ - SPEC.dyn.yml
80
+ - SPEC.yml
81
+ test_files: []
82
+ rdoc_options:
83
+ - "--inline-source"
84
+ - "--main"
85
+ - README
86
+ - "--title"
87
+ - "CoreEx -- A proposal for a standard library extension."
88
+ - "-T"
89
+ - html
90
+ extra_rdoc_files:
91
+ - README
92
+ - AUTHORS
93
+ - NEWS
94
+ - lib/core_ex.rb
95
+ - lib/core_ex/attr_once.rb
96
+ - lib/core_ex/dtime.rb
97
+ - lib/core_ex/embedded_tests.rb
98
+ - lib/core_ex/enumerable.rb
99
+ - lib/core_ex/exception.rb
100
+ - lib/core_ex/filelist.rb
101
+ - lib/core_ex/fileutils.rb
102
+ - lib/core_ex/pathname.rb
103
+ - lib/core_ex/require.rb
104
+ - lib/core_ex/string.rb
105
+ - lib/core_ex/temp_path.rb
106
+ - lib/core_ex/time.rb
107
+ - lib/core_ex/version.rb
108
+ - lib/core_ex/yaml.rb
109
+ - lib/core_ex/test/unit/ui/yaml/testrunner.rb
110
+ executables: []
111
+ extensions: []
112
+ requirements: []
113
+ dependencies: []