rubydoop 1.0.2 → 1.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.
- data/lib/rubydoop/package.rb +1 -1
- data/lib/rubydoop/version.rb +1 -1
- data/lib/rubydoop.jar +0 -0
- metadata +2 -2
data/lib/rubydoop/package.rb
CHANGED
|
@@ -107,8 +107,8 @@ module Rubydoop
|
|
|
107
107
|
manifest { attribute :name => 'Main-Class', :value => options[:main_class] }
|
|
108
108
|
zipfileset :src => "#{options[:rubydoop_base_dir]}/lib/rubydoop.jar"
|
|
109
109
|
fileset :dir => "#{options[:rubydoop_base_dir]}/lib", :includes => '**/*.rb', :excludes => '*.jar'
|
|
110
|
-
fileset :dir => "#{options[:project_base_dir]}/lib"
|
|
111
110
|
bundled_gems.each { |path| fileset :dir => path }
|
|
111
|
+
fileset :dir => "#{options[:project_base_dir]}/lib"
|
|
112
112
|
lib_jars.each { |extra_jar| zipfileset :dir => File.dirname(extra_jar), :includes => File.basename(extra_jar), :prefix => 'lib' }
|
|
113
113
|
end
|
|
114
114
|
end
|
data/lib/rubydoop/version.rb
CHANGED
data/lib/rubydoop.jar
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubydoop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.4
|
|
4
5
|
prerelease:
|
|
5
|
-
version: 1.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Theo Hultberg
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-11-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Rubydoop embeds a JRuby runtime in Hadoop, letting you write map reduce code in Ruby without using the streaming APIs
|
|
15
15
|
email:
|