ruby_ex 0.4.5.0 → 0.4.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/NEWS +4 -0
- data/SPEC.gemspec +14 -0
- data/SPEC.yml +2 -2
- data/lib/module/autoload_tree.rb +1 -1
- data/lib/ruby_ex.rb +2 -2
- data/lib/sendmail.rb +1 -1
- metadata +3 -2
data/NEWS
CHANGED
data/SPEC.gemspec
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = %q{ruby_ex}
|
3
|
+
s.version = "0.4.6.1"
|
4
|
+
s.date = %q{2006-03-10}
|
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.5"])
|
14
|
+
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/SPEC.yml
|
4
|
+
Revision: '$Id: /w/fey/ruby_ex/trunk/SPEC.yml 22255 2006-02-26T14:19:43.502502Z 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_p1
|
7
7
|
|
8
8
|
title: RubyEx -- General purpose Ruby extensions.
|
9
9
|
summary: RubyEx contains general purpose Ruby extensions.
|
data/lib/module/autoload_tree.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Copyright:: Copyright (c) 2004 Nicolas Despres. All rights reserved.
|
2
2
|
# Author:: Nicolas Despres <polrop@lrde.epita.fr>.
|
3
3
|
# License:: Gnu General Public License.
|
4
|
-
# Revision:: $Id: /w/fey/ruby_ex/trunk/lib/module/autoload_tree.rb
|
4
|
+
# Revision:: $Id: /w/fey/ruby_ex/trunk/lib/module/autoload_tree.rb 22255 2006-02-26T14:19:43.502502Z pouillar $
|
5
5
|
|
6
6
|
|
7
7
|
module AutoloadTree
|
data/lib/ruby_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/ruby_ex.rb
|
4
|
+
# Revision:: $Id: /w/fey/ruby_ex/trunk/lib/ruby_ex.rb 22255 2006-02-26T14:19:43.502502Z pouillar $
|
5
5
|
|
6
6
|
require 'pathname'
|
7
7
|
|
@@ -57,7 +57,7 @@ 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.
|
60
|
+
Version = ::Version.parse("dev-ruby/ruby_ex-0.4_p1")
|
61
61
|
|
62
62
|
dir.load_path!
|
63
63
|
(dir + 'module').load_path!
|
data/lib/sendmail.rb
CHANGED
@@ -83,7 +83,7 @@ class Sendmail
|
|
83
83
|
exit
|
84
84
|
end
|
85
85
|
end.parse!(string_args)
|
86
|
-
options.header[:To] ||= options.to.join
|
86
|
+
options.header[:To] ||= options.to.join(', ')
|
87
87
|
from = options.header[:From] || options.from
|
88
88
|
if from.to_s =~ /<(.*)>/
|
89
89
|
options.header[:From] = from
|
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-
|
6
|
+
version: 0.4.6.1
|
7
|
+
date: 2006-03-10 00:00:00 +01:00
|
8
8
|
summary: RubyEx contains general purpose Ruby extensions.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -167,6 +167,7 @@ files:
|
|
167
167
|
- test/sanity/single-requires.yml
|
168
168
|
- test/sanity/multiple-requires.yml
|
169
169
|
- NEWS
|
170
|
+
- SPEC.gemspec
|
170
171
|
- Rakefile
|
171
172
|
- README
|
172
173
|
- AUTHORS
|