core_ex 0.6.5.0 → 0.6.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{core_ex}
3
- s.version = "0.6.5.0"
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/lazy_loading", "test/fixtures/require", "test/fixtures/use-from-gems.rb", "test/fixtures/yaml_testrunner", "test/fixtures/lazy_loading/a_b", "test/fixtures/lazy_loading/double", "test/fixtures/lazy_loading/foo_bars", "test/fixtures/lazy_loading/foo_bars.rb", "test/fixtures/lazy_loading/a_b/a", "test/fixtures/lazy_loading/a_b/a.rb", "test/fixtures/lazy_loading/a_b/b", "test/fixtures/lazy_loading/a_b/b.rb", "test/fixtures/lazy_loading/a_b/a/c.rb", "test/fixtures/lazy_loading/a_b/b/c.rb", "test/fixtures/lazy_loading/double/a", "test/fixtures/lazy_loading/double/b", "test/fixtures/lazy_loading/double/a/bouhou.rb", "test/fixtures/lazy_loading/double/a/foo_bar.rb", "test/fixtures/lazy_loading/double/a/sub", "test/fixtures/lazy_loading/double/a/sub/a", "test/fixtures/lazy_loading/double/a/sub/a/suba.rb", "test/fixtures/lazy_loading/double/b/bouhou", "test/fixtures/lazy_loading/double/b/root", "test/fixtures/lazy_loading/double/b/root.rb", "test/fixtures/lazy_loading/double/b/root/sub", "test/fixtures/lazy_loading/double/b/root/sub.rb", "test/fixtures/lazy_loading/double/b/root/sub/b.rb", "test/fixtures/lazy_loading/foo_bars/foo_bar.rb", "test/fixtures/lazy_loading/foo_bars/mods", "test/fixtures/lazy_loading/foo_bars/mods.rb", "test/fixtures/lazy_loading/foo_bars/sub_foo_bar.rb", "test/fixtures/lazy_loading/foo_bars/titis", "test/fixtures/lazy_loading/foo_bars/totos.rb", "test/fixtures/lazy_loading/foo_bars/mods/mod.rb", "test/fixtures/lazy_loading/foo_bars/mods/sub_mod.rb", "test/fixtures/lazy_loading/foo_bars/mods/sub_sub_mod.rb", "test/fixtures/lazy_loading/foo_bars/titis/tutu.rb", "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"]
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 53909 2007-01-14T10:46:48.821577Z ertai $'
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
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
 
@@ -5,6 +5,6 @@
5
5
 
6
6
  module CoreEx
7
7
 
8
- VersionId = Version.parse("dev-ruby/core_ex-0.6")
8
+ VersionId = Version.parse("dev-ruby/core_ex-0.6_p1#Teenager")
9
9
 
10
10
  end # module CoreEx
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.5.0
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
@@ -1,2 +0,0 @@
1
- class A
2
- end # class A
@@ -1,6 +0,0 @@
1
- class A
2
- class B
3
- class C
4
- end # class C
5
- end # class B
6
- end # class A
@@ -1,2 +0,0 @@
1
- class B
2
- end # class B
@@ -1,4 +0,0 @@
1
- class B
2
- class C
3
- end # class C
4
- end # class B
@@ -1,2 +0,0 @@
1
- class Bouhou
2
- end
@@ -1,5 +0,0 @@
1
- class FooBar
2
- def self.name
3
- 'FooBar in double/a'
4
- end
5
- end
@@ -1,7 +0,0 @@
1
- module Sub
2
- module A
3
- class Suba
4
- end # class Suba
5
- end # module A
6
- end # module Sub
7
-
@@ -1,2 +0,0 @@
1
- module Root
2
- end # module Root
@@ -1,4 +0,0 @@
1
- module Root
2
- class Sub
3
- end # module Sub
4
- end # module Root
@@ -1,6 +0,0 @@
1
- module Root
2
- class Sub
3
- module B
4
- end # module B
5
- end # class Sub
6
- end # module Root
@@ -1,4 +0,0 @@
1
- module FooBars
2
- NAME = 'foo'
3
- # p NAME
4
- end
@@ -1,4 +0,0 @@
1
- module FooBars
2
- class FooBar
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module FooBars
2
- module Mods
3
- end
4
- end
@@ -1,6 +0,0 @@
1
- module FooBars
2
- module Mods
3
- class Mod
4
- end
5
- end
6
- end
@@ -1,6 +0,0 @@
1
- module FooBars
2
- module Mods
3
- class SubMod < Mod
4
- end
5
- end
6
- end
@@ -1,7 +0,0 @@
1
- module FooBars
2
- module Mods
3
- class SubSubMod < SubMod
4
- end
5
- end
6
- end
7
-
@@ -1,5 +0,0 @@
1
- module FooBars
2
- class SubFooBar < FooBar
3
- FOO = 42
4
- end
5
- end
@@ -1,6 +0,0 @@
1
- module FooBars
2
- module Titis
3
- class Tutu
4
- end
5
- end
6
- end
@@ -1,6 +0,0 @@
1
- module FooBars
2
- module Totos
3
- class Tata
4
- end
5
- end
6
- end