rubydoop 0.0.3 → 0.0.4

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 (2) hide show
  1. data/lib/rubydoop.rb +1 -1
  2. metadata +6 -7
data/lib/rubydoop.rb CHANGED
@@ -11,7 +11,7 @@ def emit(key, value)
11
11
  end
12
12
 
13
13
  at_exit do
14
- HADOOP_HOME ||= ENV['HADOOP_HOME'] || '/usr/local/hadoop'
14
+ HADOOP_HOME ||= (ENV['HADOOP_HOME'] || '/usr/local/hadoop') unless defined?(HADOOP_HOME)
15
15
  case ARGV.first
16
16
  when 'start'
17
17
  cmd = <<-EOC
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubydoop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ prerelease:
5
+ version: 0.0.4
5
6
  platform: ruby
6
7
  authors:
7
8
  - Jacob Rothstein
@@ -9,8 +10,7 @@ autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
12
 
12
- date: 2011-04-21 00:00:00 -04:00
13
- default_executable:
13
+ date: 2011-04-21 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: Simple Ruby Sugar for Hadoop Streaming
@@ -24,7 +24,6 @@ extra_rdoc_files: []
24
24
  files:
25
25
  - lib/rubydoop/minitest.rb
26
26
  - lib/rubydoop.rb
27
- has_rdoc: true
28
27
  homepage: https://github.com/jbr/rubydoop
29
28
  licenses: []
30
29
 
@@ -34,21 +33,21 @@ rdoc_options:
34
33
  require_paths:
35
34
  - lib
36
35
  required_ruby_version: !ruby/object:Gem::Requirement
36
+ none: false
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: "0"
41
- version:
42
41
  required_rubygems_version: !ruby/object:Gem::Requirement
42
+ none: false
43
43
  requirements:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: "0"
47
- version:
48
47
  requirements: []
49
48
 
50
49
  rubyforge_project: rubydoop
51
- rubygems_version: 1.3.5
50
+ rubygems_version: 1.7.2
52
51
  signing_key:
53
52
  specification_version: 3
54
53
  summary: Simple Ruby Sugar for Hadoop Streaming