ruby_ex 0.5.5.0 → 0.5.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.
Files changed (5) hide show
  1. data/NEWS +4 -0
  2. data/SPEC.gemspec +2 -2
  3. data/SPEC.yml +1 -1
  4. data/lib/ruby_ex.rb +4 -4
  5. metadata +2 -2
data/NEWS CHANGED
@@ -1,3 +1,7 @@
1
+ = New in 0.5_p1, 2007-02-03:
2
+
3
+ * Fix a bug in core_ex initialization.
4
+
1
5
  = New in 0.5, 2007-01-14:
2
6
 
3
7
  * Hooker, Hookable, Commands:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{ruby_ex}
3
- s.version = "0.5.5.0"
4
- s.date = %q{2007-01-14}
3
+ s.version = "0.5.6.1"
4
+ s.date = %q{2007-02-03}
5
5
  s.summary = %q{RubyEx contains general purpose Ruby extensions.}
6
6
  s.email = ["nicolas.despres@gmail.com", "ertai@feydakins.org"]
7
7
  s.homepage = %q{http://api.feydakins.org/ruby_ex}
data/SPEC.yml CHANGED
@@ -3,7 +3,7 @@ Author: The Uttk Team.
3
3
  License: Ruby License
4
4
  Revision: '$Id: /w/fey/ruby_ex/trunk/SPEC.yml 53944 2007-01-14T12:13:14.937281Z ertai $'
5
5
 
6
- version: !feydakins.org,2006/version dev-ruby/ruby_ex-0.5
6
+ version: !feydakins.org,2006/version dev-ruby/ruby_ex-0.5_p1
7
7
 
8
8
  # See also lib/ruby_ex.rb
9
9
 
@@ -34,10 +34,10 @@ module RubyEx
34
34
  end
35
35
 
36
36
 
37
+ vendor = dir.parent + 'vendor'
38
+ $CORE_EX_VENDORS ||= []
39
+ $CORE_EX_VENDORS << vendor
37
40
  unless defined? CoreEx
38
- vendor = dir.parent + 'vendor'
39
- $CORE_EX_VENDORS ||= []
40
- $CORE_EX_VENDORS << vendor
41
41
  file = vendor + 'core_ex' + 'lib' + 'core_ex'
42
42
  if file.exist?
43
43
  require file.to_s
@@ -57,7 +57,7 @@ module RubyEx
57
57
  i.fixed_cases 'URI', 'DRuby', 'MySQL', 'PgSQL', 'FTP', 'HTTP', 'DRb'
58
58
  end
59
59
 
60
- VersionId = ::Version.parse("dev-ruby/ruby_ex-0.5")
60
+ VersionId = ::Version.parse("dev-ruby/ruby_ex-0.5_p1")
61
61
 
62
62
  dir.load_path!
63
63
  (dir + 'module_extensions').load_path!
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: ruby_ex
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.5.5.0
7
- date: 2007-01-14 00:00:00 +01:00
6
+ version: 0.5.6.1
7
+ date: 2007-02-03 00:00:00 +01:00
8
8
  summary: RubyEx contains general purpose Ruby extensions.
9
9
  require_paths:
10
10
  - lib