hoe 3.6.2 → 3.6.3

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.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 3.6.3 / 2013-06-20
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed problems with shell redirection on non-bash systems. (kou)
6
+
1
7
  === 3.6.2 / 2013-05-29
2
8
 
3
9
  * 1 minor enhancement:
data/lib/hoe.rb CHANGED
@@ -91,7 +91,7 @@ class Hoe
91
91
  include Rake::DSL if defined?(Rake::DSL)
92
92
 
93
93
  # duh
94
- VERSION = "3.6.2"
94
+ VERSION = "3.6.3"
95
95
 
96
96
  @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
97
97
  :publish, :gemcutter, :signing, :test]
@@ -89,7 +89,7 @@ module Hoe::Package
89
89
 
90
90
  def install_gem name, version = nil, rdoc=true
91
91
  should_not_sudo = Hoe::WINDOZE || ENV["NOSUDO"] || File.writable?(Gem.dir)
92
- null_dev = Hoe::WINDOZE ? '> NUL 2>&1' : '&> /dev/null'
92
+ null_dev = Hoe::WINDOZE ? '> NUL 2>&1' : '> /dev/null 2>&1'
93
93
 
94
94
  gem_cmd = Gem.default_exec_format % 'gem'
95
95
  sudo = 'sudo ' unless should_not_sudo
@@ -88,7 +88,7 @@ module Hoe::Test
88
88
  tests = Dir[*self.test_globs].uniq
89
89
 
90
90
  paths = ['bin', 'lib', 'test'].join(File::PATH_SEPARATOR)
91
- null_dev = Hoe::WINDOZE ? '> NUL 2>&1' : '&> /dev/null'
91
+ null_dev = Hoe::WINDOZE ? '> NUL 2>&1' : '> /dev/null 2>&1'
92
92
 
93
93
  tests.each do |test|
94
94
  if not system "ruby -I#{paths} #{test} #{null_dev}" then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 6
9
- - 2
10
- version: 3.6.2
9
+ - 3
10
+ version: 3.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Davis
@@ -36,7 +36,7 @@ cert_chain:
36
36
  FBHgymkyj/AOSqKRIpXPhjC6
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2013-05-30 00:00:00 Z
39
+ date: 2013-06-21 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
metadata.gz.sig CHANGED
Binary file