hadoop-rubydsl 0.0.1 → 0.0.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.
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ pkg
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
File without changes
@@ -5,24 +5,25 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{hadoop-rubydsl}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Koichi Fujikawa"]
12
- s.date = %q{2009-12-26}
12
+ s.date = %q{2009-12-28}
13
13
  s.description = %q{Hadoop Ruby DSL}
14
14
  s.email = %q{fujibee@gmail.com}
15
- s.executables = ["hadoop", "hadoop-ruby.sh"]
15
+ s.executables = ["hadoop-hudson.sh", "hadoop-ruby.sh"]
16
16
  s.extra_rdoc_files = [
17
17
  "README",
18
18
  "TODO"
19
19
  ]
20
20
  s.files = [
21
- "README",
21
+ ".gitignore",
22
+ "README",
22
23
  "Rakefile",
23
24
  "TODO",
24
25
  "VERSION",
25
- "bin/hadoop",
26
+ "bin/hadoop-hudson.sh",
26
27
  "bin/hadoop-ruby.sh",
27
28
  "conf/hadoop-site.xml",
28
29
  "examples/apachelog-v2-2.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hadoop-rubydsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichi Fujikawa
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-26 00:00:00 +09:00
12
+ date: 2009-12-28 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -25,7 +25,7 @@ dependencies:
25
25
  description: Hadoop Ruby DSL
26
26
  email: fujibee@gmail.com
27
27
  executables:
28
- - hadoop
28
+ - hadoop-hudson.sh
29
29
  - hadoop-ruby.sh
30
30
  extensions: []
31
31
 
@@ -33,11 +33,12 @@ extra_rdoc_files:
33
33
  - README
34
34
  - TODO
35
35
  files:
36
+ - .gitignore
36
37
  - README
37
38
  - Rakefile
38
39
  - TODO
39
40
  - VERSION
40
- - bin/hadoop
41
+ - bin/hadoop-hudson.sh
41
42
  - bin/hadoop-ruby.sh
42
43
  - conf/hadoop-site.xml
43
44
  - examples/apachelog-v2-2.rb