echoe 2.7.5 → 2.7.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,6 +1,8 @@
1
1
 
2
2
  vSVN. support compiling without extension registration for win32 and java targets.
3
3
 
4
+ v2.7.6. Better Echoe.silence behavior.
5
+
4
6
  v2.7.5. Fix bug when MultiRails isn't installed; remove "test" from platform targets.
5
7
 
6
8
  v2.7.4. Ensured teardown.rb just like setup.rb. Load multi_rails automatically if its available. ENV['VERBOSE'] obeyed for Echoe.silence.
data/TODO CHANGED
@@ -1,2 +1,3 @@
1
1
 
2
+ * Add a non-repository source (ENV or file) for per-project certificate chains.
2
3
  * Figure out why need_gem = false caused releasing to fail
@@ -16,9 +16,12 @@ class Echoe
16
16
  stdout, stderr = $stdout.clone, $stderr.clone
17
17
  $stdout.reopen(File.new('/tmp/stdout.echoe', 'w'))
18
18
  $stderr.reopen(File.new('/tmp/stderr.echoe', 'w'))
19
- yield
20
- $stdout.reopen(stdout)
21
- $stderr.reopen(stderr)
19
+ begin
20
+ yield
21
+ ensure
22
+ $stdout.reopen(stdout)
23
+ $stderr.reopen(stderr)
24
+ end
22
25
  else
23
26
  yield
24
27
  end
@@ -23,7 +23,7 @@ module Gem
23
23
  end
24
24
  end
25
25
 
26
- $platform = "ruby"
26
+ $platform = "ruby" # or Gem::PLATFORM::RUBY maybe
27
27
 
28
28
  def reset_target target #:nodoc:
29
29
  $platform = target
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: echoe
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.5
4
+ version: 2.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Weaver
@@ -30,7 +30,7 @@ cert_chain:
30
30
  yZ0=
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2007-12-15 00:00:00 -05:00
33
+ date: 2008-01-15 00:00:00 -05:00
34
34
  default_executable:
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  requirements: []
102
102
 
103
103
  rubyforge_project: fauna
104
- rubygems_version: 0.9.5
104
+ rubygems_version: 1.0.1
105
105
  signing_key:
106
106
  specification_version: 2
107
107
  summary: A tool for packaging Ruby gems.
metadata.gz.sig CHANGED
Binary file