ZenTest 4.3.1 → 4.3.2

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.
@@ -0,0 +1 @@
1
+ U��1#�]sٞ6s�]Y�"�"���n!���s|��bV\��8~,ߵk㨊?
@@ -1,3 +1,14 @@
1
+ === 4.3.2 / 2010-06-02
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * Removed support for rbx builds.
6
+
7
+ * 2 bug fixes:
8
+
9
+ * Removed 'preview' from version filter so I can test with 1.9.2
10
+ * Put PATH tweaks at front of PATH
11
+
1
12
  === 4.3.1 / 2010-03-30
2
13
 
3
14
  * 1 bug fix:
@@ -8,7 +8,7 @@ def setenv dir
8
8
  bin = "#{dir}/bin"
9
9
  gem = Dir["#{dir}/lib/ruby/gems/*"].first
10
10
 
11
- ENV['PATH'] += File::PATH_SEPARATOR + bin
11
+ ENV['PATH'] = bin + File::PATH_SEPARATOR + ENV['PATH']
12
12
  ENV['GEM_HOME'] = gem
13
13
  ENV['GEM_PATH'] = gem
14
14
  end
@@ -60,12 +60,6 @@ ARGV.each do |spec|
60
60
  when /mri:tar:(.*)/ then
61
61
  Multiruby.fetch_tar $1
62
62
  ARGV << "build"
63
- when /rbx:git:current/ then
64
- Multiruby.git_clone "#{Multiruby::RBX_GIT}", "rubinius"
65
- ARGV << "build"
66
- when /rbx:ln:(.*)/ then
67
- Multiruby.rbx_ln $1
68
- ARGV << "build"
69
63
  else
70
64
  warn "unknown spec #{spec}"
71
65
  end
@@ -27,14 +27,11 @@ require 'open-uri'
27
27
  # mri:svn:branch:$branch = install a specific $branch of mri from svn.
28
28
  # mri:svn:tag:$tag = install a specific $tag of mri from svn.
29
29
  # mri:tar:$version = install a specific $version of mri from tarball.
30
- # rbx:ln:$dir = symlink your rbx $dir
31
- # rbx:git:current = install rbx from git
32
30
  #
33
31
  # environment variables:
34
32
  #
35
33
  # GEM_URL = url for rubygems tarballs
36
34
  # MRI_SVN = url for MRI SVN
37
- # RBX_GIT = url for rubinius git
38
35
  # RUBY_URL = url for MRI tarballs
39
36
  # VERSIONS = what versions to install
40
37
  #
@@ -53,7 +50,6 @@ module Multiruby
53
50
 
54
51
  VERSIONS = env('VERSIONS', TAGS.join(":").gsub(/_/, '.')).split(/:/)
55
52
  MRI_SVN = env 'MRI_SVN', 'http://svn.ruby-lang.org/repos/ruby'
56
- RBX_GIT = env 'RBX_GIT', 'git://github.com/evanphx/rubinius.git'
57
53
  RUBY_URL = env 'RUBY_URL', 'http://ftp.ruby-lang.org/pub/ruby'
58
54
  GEM_URL = env 'GEM_URL', 'http://files.rubyforge.vm.bytemark.co.uk/rubygems'
59
55
 
@@ -158,10 +154,11 @@ module Multiruby
158
154
  def self.extract_latest_version url, matching=nil
159
155
  file = URI.parse(url).read
160
156
  versions = file.scan(/href="(ruby.*tar.gz)"/).flatten.reject { |s|
161
- s =~ /preview|-rc\d/
157
+ s =~ /-rc\d/
162
158
  }.sort_by { |s|
163
159
  s.split(/\D+/).map { |i| i.to_i }
164
160
  }.flatten
161
+
165
162
  versions = versions.grep(/#{Regexp.escape(matching)}/) if matching
166
163
  versions.last
167
164
  end
@@ -266,14 +263,6 @@ module Multiruby
266
263
  FileUtils.ln_sf "../build/#{File.basename Dir.pwd}", inst_dir
267
264
  end
268
265
 
269
- def self.rbx_ln dir
270
- dir = File.expand_path dir
271
- Multiruby.in_versions_dir do
272
- FileUtils.ln_sf dir, "rubinius"
273
- FileUtils.ln_sf "../versions/rubinius", "../install/rubinius"
274
- end
275
- end
276
-
277
266
  def self.rm name
278
267
  Multiruby.in_root_dir do
279
268
  FileUtils.rm_rf Dir["*/#{name}"]
@@ -53,7 +53,7 @@ end
53
53
 
54
54
  class ZenTest
55
55
 
56
- VERSION = '4.3.1'
56
+ VERSION = '4.3.2'
57
57
 
58
58
  include ZenTestMapping
59
59
 
metadata CHANGED
@@ -1,30 +1,54 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ZenTest
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 55
4
5
  prerelease: false
5
6
  segments:
6
7
  - 4
7
8
  - 3
8
- - 1
9
- version: 4.3.1
9
+ - 2
10
+ version: 4.3.2
10
11
  platform: ruby
11
12
  authors:
12
13
  - Ryan Davis
13
14
  - Eric Hodel
14
15
  autorequire:
15
16
  bindir: bin
16
- cert_chain: []
17
+ cert_chain:
18
+ - |
19
+ -----BEGIN CERTIFICATE-----
20
+ MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
21
+ ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
22
+ GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE
23
+ AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
24
+ JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
25
+ b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
26
+ taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
27
+ oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
28
+ GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
29
+ qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
30
+ gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
31
+ HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
32
+ AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m
33
+ vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/
34
+ w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0
35
+ l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl
36
+ n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T
37
+ FBHgymkyj/AOSqKRIpXPhjC6
38
+ -----END CERTIFICATE-----
17
39
 
18
- date: 2010-03-30 00:00:00 -07:00
40
+ date: 2010-06-03 00:00:00 -07:00
19
41
  default_executable:
20
42
  dependencies:
21
43
  - !ruby/object:Gem::Dependency
22
44
  name: rubyforge
23
45
  prerelease: false
24
46
  requirement: &id001 !ruby/object:Gem::Requirement
47
+ none: false
25
48
  requirements:
26
49
  - - ">="
27
50
  - !ruby/object:Gem::Version
51
+ hash: 7
28
52
  segments:
29
53
  - 2
30
54
  - 0
@@ -36,9 +60,11 @@ dependencies:
36
60
  name: minitest
37
61
  prerelease: false
38
62
  requirement: &id002 !ruby/object:Gem::Requirement
63
+ none: false
39
64
  requirements:
40
65
  - - ">="
41
66
  - !ruby/object:Gem::Version
67
+ hash: 15
42
68
  segments:
43
69
  - 1
44
70
  - 6
@@ -50,9 +76,11 @@ dependencies:
50
76
  name: hoe
51
77
  prerelease: false
52
78
  requirement: &id003 !ruby/object:Gem::Requirement
79
+ none: false
53
80
  requirements:
54
81
  - - ">="
55
82
  - !ruby/object:Gem::Version
83
+ hash: 23
56
84
  segments:
57
85
  - 2
58
86
  - 6
@@ -144,23 +172,27 @@ rdoc_options:
144
172
  require_paths:
145
173
  - lib
146
174
  required_ruby_version: !ruby/object:Gem::Requirement
175
+ none: false
147
176
  requirements:
148
177
  - - ">="
149
178
  - !ruby/object:Gem::Version
179
+ hash: 3
150
180
  segments:
151
181
  - 0
152
182
  version: "0"
153
183
  required_rubygems_version: !ruby/object:Gem::Requirement
184
+ none: false
154
185
  requirements:
155
186
  - - ">="
156
187
  - !ruby/object:Gem::Version
188
+ hash: 3
157
189
  segments:
158
190
  - 0
159
191
  version: "0"
160
192
  requirements: []
161
193
 
162
194
  rubyforge_project: zentest
163
- rubygems_version: 1.3.6
195
+ rubygems_version: 1.3.7
164
196
  signing_key:
165
197
  specification_version: 3
166
198
  summary: "ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby"
Binary file