ruby_ex 0.4.1.3 → 0.4.5.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.
- data/NEWS +1 -1
- data/SPEC.yml +5 -4
- data/lib/module/autoload_tree.rb +3 -0
- data/lib/ruby_ex.rb +3 -1
- data/lib/uri/generic_ex.rb +1 -1
- metadata +3 -4
- data/SPEC.gemspec +0 -14
data/NEWS
CHANGED
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/SPEC.yml
|
|
4
|
+
Revision: '$Id: /w/fey/ruby_ex/trunk/SPEC.yml 22242 2006-02-24T17:19:34.959052Z pouillar $'
|
|
5
5
|
|
|
6
|
-
version: !feydakins.org,2006/version dev-ruby/ruby_ex-0.
|
|
6
|
+
version: !feydakins.org,2006/version dev-ruby/ruby_ex-0.4
|
|
7
7
|
|
|
8
8
|
title: RubyEx -- General purpose Ruby extensions.
|
|
9
9
|
summary: RubyEx contains general purpose Ruby extensions.
|
|
@@ -17,6 +17,7 @@ root_test_suite: test/check-pkg-ruby_ex.yml
|
|
|
17
17
|
rdoc_dir: doc/html
|
|
18
18
|
tags_url: svn://svn.feydakins.org/ruby_ex/tags
|
|
19
19
|
trunk_url: svn://svn.feydakins.org/ruby_ex/trunk
|
|
20
|
+
version_path: !path lib/ruby_ex.rb
|
|
20
21
|
|
|
21
22
|
rdoc_files: !filelist
|
|
22
23
|
- README
|
|
@@ -31,8 +32,8 @@ pkg_files: !filelist
|
|
|
31
32
|
|
|
32
33
|
dependencies:
|
|
33
34
|
core_ex:
|
|
34
|
-
gem: ~> 0.5.
|
|
35
|
-
tarball:
|
|
35
|
+
gem: ~> 0.5.5
|
|
36
|
+
tarball: 8875/core_ex-0.5.tar.gz
|
|
36
37
|
vcs: svn://svn.feydakins.org/ruby_ex/trunk/core_ex
|
|
37
38
|
highline: [~> 1.0.1, 5143/highline-1.0.1.tgz]
|
|
38
39
|
|
data/lib/module/autoload_tree.rb
CHANGED
data/lib/ruby_ex.rb
CHANGED
|
@@ -30,7 +30,7 @@ module RubyEx
|
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
def skip ( file )
|
|
33
|
-
|
|
33
|
+
false
|
|
34
34
|
end
|
|
35
35
|
|
|
36
36
|
|
|
@@ -57,6 +57,8 @@ module RubyEx
|
|
|
57
57
|
i.fixed_cases 'URI', 'DRuby', 'MySQL', 'PgSQL', 'FTP', 'HTTP', 'DRb'
|
|
58
58
|
end
|
|
59
59
|
|
|
60
|
+
Version = ::Version.parse("dev-ruby/ruby_ex-0.4")
|
|
61
|
+
|
|
60
62
|
dir.load_path!
|
|
61
63
|
(dir + 'module').load_path!
|
|
62
64
|
|
data/lib/uri/generic_ex.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Copyright:: Copyright (c) 2005 Nicolas Pouillard. All rights reserved.
|
|
2
2
|
# Author:: Nicolas Pouillard <ertai@lrde.epita.fr>.
|
|
3
3
|
# License:: Gnu General Public License.
|
|
4
|
-
# Revision:: $Id: /w/fey/ruby_ex/trunk/lib/uri/generic_ex.rb
|
|
4
|
+
# Revision:: $Id: /w/fey/ruby_ex/trunk/lib/uri/generic_ex.rb 22242 2006-02-24T17:19:34.959052Z pouillar $
|
|
5
5
|
|
|
6
6
|
module URI
|
|
7
7
|
|
metadata
CHANGED
|
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: ruby_ex
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.4.
|
|
7
|
-
date: 2006-02-
|
|
6
|
+
version: 0.4.5.0
|
|
7
|
+
date: 2006-02-26 00:00:00 +01:00
|
|
8
8
|
summary: RubyEx contains general purpose Ruby extensions.
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
@@ -167,7 +167,6 @@ files:
|
|
|
167
167
|
- test/sanity/single-requires.yml
|
|
168
168
|
- test/sanity/multiple-requires.yml
|
|
169
169
|
- NEWS
|
|
170
|
-
- SPEC.gemspec
|
|
171
170
|
- Rakefile
|
|
172
171
|
- README
|
|
173
172
|
- AUTHORS
|
|
@@ -202,5 +201,5 @@ dependencies:
|
|
|
202
201
|
requirements:
|
|
203
202
|
- - ~>
|
|
204
203
|
- !ruby/object:Gem::Version
|
|
205
|
-
version: 0.5.
|
|
204
|
+
version: 0.5.5
|
|
206
205
|
version:
|
data/SPEC.gemspec
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Gem::Specification.new do |s|
|
|
2
|
-
s.name = %q{ruby_ex}
|
|
3
|
-
s.version = "0.4.1.3"
|
|
4
|
-
s.date = %q{2006-02-24}
|
|
5
|
-
s.summary = %q{RubyEx contains general purpose Ruby extensions.}
|
|
6
|
-
s.email = ["nicolas.despres@gmail.com", "ertai@feydakins.org"]
|
|
7
|
-
s.homepage = %q{http://api.feydakins.org/ruby_ex}
|
|
8
|
-
s.rubyforge_project = %q{ruby_ex}
|
|
9
|
-
s.description = %q{}
|
|
10
|
-
s.authors = ["Nicolas Despr\350s", "Nicolas Pouillard"]
|
|
11
|
-
s.files = ["lib/file_type.rb", "lib/config_file.rb", "lib/labeled_node.rb", "lib/diff.rb", "lib/spring_set.rb", "lib/genpasswd.rb", "lib/sendmail.rb", "lib/auto_object.rb", "lib/concrete.rb", "lib/commands.rb", "lib/generate_id.rb", "lib/ruby_ex.rb", "lib/verbose_object.rb", "lib/md5sum.rb", "lib/daemon.rb", "lib/syn_flow.rb", "lib/html_encode.rb", "lib/hooker.rb", "lib/d_logger.rb", "lib/cache.rb", "lib/diff_tools.rb", "lib/mocks.rb", "lib/choose.rb", "lib/safe_eval.rb", "lib/histogram.rb", "lib/regex_path.rb", "lib/timeout_ex.rb", "lib/text.rb", "lib/observable.rb", "lib/r_path.rb", "lib/indexed_node.rb", "lib/io_marshal.rb", "lib/ioo.rb", "lib/logger_observer.rb", "lib/abstract.rb", "lib/service_manager.rb", "lib/node.rb", "lib/meta_factory.rb", "lib/hash_eval.rb", "lib/object_monitor.rb", "lib/hookable.rb", "lib/pp_hierarchy.rb", "lib/ordered_hash.rb", "lib/spring.rb", "lib/shuffle.rb", "lib/observable_pool.rb", "lib/object_monitor_activity.rb", "lib/sym_tbl.rb", "lib/blank_slate.rb", "lib/sym_tbl_gsub.rb", "lib/attributed_class.rb", "lib/drb_ex.rb", "lib/random_generators.rb", "lib/method_call.rb", "lib/const_regexp.rb", "lib/regex_list.rb", "lib/abstract_node.rb", "lib/kill_all.rb", "lib/trace.rb", "lib/drb/undumped_attributes.rb", "lib/drb/insecure_protected_methods.rb", "lib/drb/observable.rb", "lib/drb/service.rb", "lib/drb/observable_pool.rb", "lib/drb/undumped_indexed_object.rb", "lib/uri/ftp_ex.rb", "lib/uri/pgsql.rb", "lib/uri/rsync.rb", "lib/uri/file.rb", "lib/uri/druby.rb", "lib/uri/generic_ex.rb", "lib/uri/http_ex.rb", "lib/uri/ssh.rb", "lib/uri/svn.rb", "lib/uri/mysql.rb", "lib/yaml/yregexpath.rb", "lib/yaml/chop_header.rb", "lib/yaml/transform.rb", "lib/mocks/observer.rb", "lib/mocks/assertions.rb", "lib/mocks/mock.rb", "lib/mocks/method_logger.rb", "lib/mocks/object.rb", "lib/commands/datas.rb", "lib/commands/helpers.rb", "lib/commands/seq.rb", "lib/commands/command.rb", "lib/commands/factory.rb", "lib/commands/pipe.rb", "lib/commands/runners.rb", "lib/commands/datas/data.rb", "lib/commands/datas/composite.rb", "lib/commands/datas/temp.rb", "lib/commands/datas/factory.rb", "lib/commands/datas/pipe.rb", "lib/commands/runners/popen.rb", "lib/commands/runners/system.rb", "lib/commands/runners/exec.rb", "lib/commands/runners/no_run.rb", "lib/commands/runners/fork.rb", "lib/commands/runners/mockable.rb", "lib/commands/runners/runner.rb", "lib/algorithms/simulated_annealing.rb", "lib/module/instance_method_visibility.rb", "lib/module/hierarchy.rb", "lib/module/autoload_tree.rb", "lib/random_generators/random_generator.rb", "lib/random_generators/ruby.rb", "test/unit-suite.yml", "test/check-ruby_ex.yml", "test/functional", "test/algorithms", "test/stress-tests", "test/fixtures", "test/sanity", "test/sanity-suite.yml", "test/check-pkg-ruby_ex.yml", "test/algorithms/simulated_annealing_test.rb", "test/stress-tests/threads_and_exceptions.yml", "test/fixtures/tar.gz.log", "test/fixtures/foo.tar.bz2", "test/fixtures/foo.rb.gz", "test/fixtures/my_diff.patch", "test/fixtures/foo.bz2", "test/fixtures/foo.tar", "test/fixtures/foo.txt", "test/fixtures/foo.gz.zip", "test/fixtures/foo.tar.gz", "test/fixtures/autoload_tree", "test/fixtures/autoload_tree/foo", "test/fixtures/autoload_tree/A.rb", "test/fixtures/autoload_tree/B.rb", "test/fixtures/autoload_tree/foo/C.rb", "test/sanity/single-requires.yml", "test/sanity/multiple-requires.yml", "NEWS", "SPEC.gemspec", "Rakefile", "README", "AUTHORS", "SPEC.yml", "ChangeLog"]
|
|
12
|
-
s.add_dependency(%q<highline>, ["~> 1.0.1"])
|
|
13
|
-
s.add_dependency(%q<core_ex>, ["~> 0.5.1"])
|
|
14
|
-
end
|