core_ex 0.6.5.0 → 0.6.6.1
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.
- data/SPEC.gemspec +2 -2
- data/SPEC.yml +2 -2
- data/lib/core_ex/version_id.rb +1 -1
- metadata +1 -35
- data/test/fixtures/lazy_loading/a_b/a.rb +0 -2
- data/test/fixtures/lazy_loading/a_b/a/c.rb +0 -6
- data/test/fixtures/lazy_loading/a_b/b.rb +0 -2
- data/test/fixtures/lazy_loading/a_b/b/c.rb +0 -4
- data/test/fixtures/lazy_loading/double/a/bouhou.rb +0 -2
- data/test/fixtures/lazy_loading/double/a/foo_bar.rb +0 -5
- data/test/fixtures/lazy_loading/double/a/sub/a/suba.rb +0 -7
- data/test/fixtures/lazy_loading/double/b/root.rb +0 -2
- data/test/fixtures/lazy_loading/double/b/root/sub.rb +0 -4
- data/test/fixtures/lazy_loading/double/b/root/sub/b.rb +0 -6
- data/test/fixtures/lazy_loading/foo_bars.rb +0 -4
- data/test/fixtures/lazy_loading/foo_bars/foo_bar.rb +0 -4
- data/test/fixtures/lazy_loading/foo_bars/mods.rb +0 -4
- data/test/fixtures/lazy_loading/foo_bars/mods/mod.rb +0 -6
- data/test/fixtures/lazy_loading/foo_bars/mods/sub_mod.rb +0 -6
- data/test/fixtures/lazy_loading/foo_bars/mods/sub_sub_mod.rb +0 -7
- data/test/fixtures/lazy_loading/foo_bars/sub_foo_bar.rb +0 -5
- data/test/fixtures/lazy_loading/foo_bars/titis/tutu.rb +0 -6
- data/test/fixtures/lazy_loading/foo_bars/totos.rb +0 -6
data/SPEC.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = %q{core_ex}
|
|
3
|
-
s.version = "0.6.
|
|
3
|
+
s.version = "0.6.6.1"
|
|
4
4
|
s.date = %q{2007-01-14}
|
|
5
5
|
s.summary = %q{CoreEx is a proposal for a standard library extension.}
|
|
6
6
|
s.email = ["nicolas.despres@gmail.com", "ertai@feydakins.org"]
|
|
@@ -8,6 +8,6 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.rubyforge_project = %q{core_ex}
|
|
9
9
|
s.description = %q{CoreEx is designed to provide a simple but quite useful extension of the standard library of Ruby. So some classes and modules like Pathname, Time, Enumerable, Exception, FileUtils, String, and YAML are extended. There is also some new features like attr_once, DTime, TempPath, Version, embedded_tests, filelist (almost from rake), a common Rakefile, and an extension of the require system.}
|
|
10
10
|
s.authors = ["Nicolas Despr\350s", "Nicolas Pouillard"]
|
|
11
|
-
s.files = ["lib/core_ex.rb", "lib/d_time.rb", "lib/dumpable_proc.rb", "lib/path_list.rb", "lib/temp_path.rb", "lib/version.rb", "lib/yaml_extension.rb", "lib/core_ex/embedded_tests.rb", "lib/core_ex/enumerable.rb", "lib/core_ex/exception.rb", "lib/core_ex/file_utils.rb", "lib/core_ex/numeric.rb", "lib/core_ex/pathname.rb", "lib/core_ex/proc.rb", "lib/core_ex/rakefile_base.rf", "lib/core_ex/require.rb", "lib/core_ex/string.rb", "lib/core_ex/time.rb", "lib/core_ex/try_dup.rb", "lib/core_ex/version_id.rb", "lib/core_ex/yaml.rb", "lib/core_ex/dependencies_ext/constant_load_path.rb", "lib/core_ex/module/attr_once.rb", "lib/core_ex/module/import.rb", "lib/core_ex/module/in_place.rb", "lib/core_ex/module/mix_in_with_args.rb", "lib/core_ex/object/instance_eval_with_args.rb", "lib/core_ex/object/singleton_class.rb", "lib/core_ex/object/the_first_time.rb", "lib/test/unit/u_i/yaml/test_runner.rb", "test/check-core_ex.yml", "test/check-pkg-core_ex.yml", "test/fixtures", "test/sanity", "test/sanity-suite.yml", "test/unit-suite.yml", "test/fixtures/
|
|
11
|
+
s.files = ["lib/core_ex.rb", "lib/d_time.rb", "lib/dumpable_proc.rb", "lib/path_list.rb", "lib/temp_path.rb", "lib/version.rb", "lib/yaml_extension.rb", "lib/core_ex/embedded_tests.rb", "lib/core_ex/enumerable.rb", "lib/core_ex/exception.rb", "lib/core_ex/file_utils.rb", "lib/core_ex/numeric.rb", "lib/core_ex/pathname.rb", "lib/core_ex/proc.rb", "lib/core_ex/rakefile_base.rf", "lib/core_ex/require.rb", "lib/core_ex/string.rb", "lib/core_ex/time.rb", "lib/core_ex/try_dup.rb", "lib/core_ex/version_id.rb", "lib/core_ex/yaml.rb", "lib/core_ex/dependencies_ext/constant_load_path.rb", "lib/core_ex/module/attr_once.rb", "lib/core_ex/module/import.rb", "lib/core_ex/module/in_place.rb", "lib/core_ex/module/mix_in_with_args.rb", "lib/core_ex/object/instance_eval_with_args.rb", "lib/core_ex/object/singleton_class.rb", "lib/core_ex/object/the_first_time.rb", "lib/test/unit/u_i/yaml/test_runner.rb", "test/check-core_ex.yml", "test/check-pkg-core_ex.yml", "test/fixtures", "test/sanity", "test/sanity-suite.yml", "test/unit-suite.yml", "test/fixtures/require", "test/fixtures/use-from-gems.rb", "test/fixtures/yaml_testrunner", "test/fixtures/require/test_require", "test/fixtures/require/test_require_rb.rb", "test/fixtures/require/test_require_so.so", "test/fixtures/yaml_testrunner/unit_test.rb", "test/sanity/multiple-requires.yml", "test/sanity/single-requires.yml", "AUTHORS", "ChangeLog", "NEWS", "Rakefile", "README", "SPEC.gemspec", "SPEC.yml"]
|
|
12
12
|
s.add_dependency(%q<activesupport>, ["~> 1.3.1"])
|
|
13
13
|
end
|
data/SPEC.yml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
Author: The Uttk Team.
|
|
3
3
|
License: Ruby License
|
|
4
|
-
Revision: '$Id: /w/fey/ruby_ex/trunk/core_ex/SPEC.yml
|
|
4
|
+
Revision: '$Id: /w/fey/ruby_ex/trunk/core_ex/SPEC.yml 54025 2007-01-14T18:15:01.945268Z ertai $'
|
|
5
5
|
|
|
6
|
-
version: !feydakins.org,2006/version dev-ruby/core_ex-0.
|
|
6
|
+
version: !feydakins.org,2006/version dev-ruby/core_ex-0.6_p1#Teenager
|
|
7
7
|
|
|
8
8
|
# XXX check also lib/core_ex/version_id.rb
|
|
9
9
|
|
data/lib/core_ex/version_id.rb
CHANGED
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: core_ex
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.6.
|
|
6
|
+
version: 0.6.6.1
|
|
7
7
|
date: 2007-01-14 00:00:00 +01:00
|
|
8
8
|
summary: CoreEx is a proposal for a standard library extension.
|
|
9
9
|
require_paths:
|
|
@@ -68,43 +68,9 @@ files:
|
|
|
68
68
|
- test/sanity
|
|
69
69
|
- test/sanity-suite.yml
|
|
70
70
|
- test/unit-suite.yml
|
|
71
|
-
- test/fixtures/lazy_loading
|
|
72
71
|
- test/fixtures/require
|
|
73
72
|
- test/fixtures/use-from-gems.rb
|
|
74
73
|
- test/fixtures/yaml_testrunner
|
|
75
|
-
- test/fixtures/lazy_loading/a_b
|
|
76
|
-
- test/fixtures/lazy_loading/double
|
|
77
|
-
- test/fixtures/lazy_loading/foo_bars
|
|
78
|
-
- test/fixtures/lazy_loading/foo_bars.rb
|
|
79
|
-
- test/fixtures/lazy_loading/a_b/a
|
|
80
|
-
- test/fixtures/lazy_loading/a_b/a.rb
|
|
81
|
-
- test/fixtures/lazy_loading/a_b/b
|
|
82
|
-
- test/fixtures/lazy_loading/a_b/b.rb
|
|
83
|
-
- test/fixtures/lazy_loading/a_b/a/c.rb
|
|
84
|
-
- test/fixtures/lazy_loading/a_b/b/c.rb
|
|
85
|
-
- test/fixtures/lazy_loading/double/a
|
|
86
|
-
- test/fixtures/lazy_loading/double/b
|
|
87
|
-
- test/fixtures/lazy_loading/double/a/bouhou.rb
|
|
88
|
-
- test/fixtures/lazy_loading/double/a/foo_bar.rb
|
|
89
|
-
- test/fixtures/lazy_loading/double/a/sub
|
|
90
|
-
- test/fixtures/lazy_loading/double/a/sub/a
|
|
91
|
-
- test/fixtures/lazy_loading/double/a/sub/a/suba.rb
|
|
92
|
-
- test/fixtures/lazy_loading/double/b/bouhou
|
|
93
|
-
- test/fixtures/lazy_loading/double/b/root
|
|
94
|
-
- test/fixtures/lazy_loading/double/b/root.rb
|
|
95
|
-
- test/fixtures/lazy_loading/double/b/root/sub
|
|
96
|
-
- test/fixtures/lazy_loading/double/b/root/sub.rb
|
|
97
|
-
- test/fixtures/lazy_loading/double/b/root/sub/b.rb
|
|
98
|
-
- test/fixtures/lazy_loading/foo_bars/foo_bar.rb
|
|
99
|
-
- test/fixtures/lazy_loading/foo_bars/mods
|
|
100
|
-
- test/fixtures/lazy_loading/foo_bars/mods.rb
|
|
101
|
-
- test/fixtures/lazy_loading/foo_bars/sub_foo_bar.rb
|
|
102
|
-
- test/fixtures/lazy_loading/foo_bars/titis
|
|
103
|
-
- test/fixtures/lazy_loading/foo_bars/totos.rb
|
|
104
|
-
- test/fixtures/lazy_loading/foo_bars/mods/mod.rb
|
|
105
|
-
- test/fixtures/lazy_loading/foo_bars/mods/sub_mod.rb
|
|
106
|
-
- test/fixtures/lazy_loading/foo_bars/mods/sub_sub_mod.rb
|
|
107
|
-
- test/fixtures/lazy_loading/foo_bars/titis/tutu.rb
|
|
108
74
|
- test/fixtures/require/test_require
|
|
109
75
|
- test/fixtures/require/test_require_rb.rb
|
|
110
76
|
- test/fixtures/require/test_require_so.so
|