gd_bam 0.0.5 → 0.0.6
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/bam/version.rb +1 -1
- data/lib/runtime.rb +2 -2
- metadata +8 -2
data/lib/bam/version.rb
CHANGED
data/lib/runtime.rb
CHANGED
|
@@ -339,9 +339,9 @@ module GoodData
|
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
res = if process_id.nil?
|
|
342
|
-
GoodData.post("/gdc/projects/#{PARAMS[:project_pid]}/
|
|
342
|
+
GoodData.post("/gdc/projects/#{PARAMS[:project_pid]}/dataload/processes", data)
|
|
343
343
|
else
|
|
344
|
-
GoodData.put("/gdc/projects/#{PARAMS[:project_pid]}/
|
|
344
|
+
GoodData.put("/gdc/projects/#{PARAMS[:project_pid]}/dataload/processes/#{process_id}", data)
|
|
345
345
|
end
|
|
346
346
|
end
|
|
347
347
|
puts HighLine::color("Deploy DONE #{dir}", HighLine::BOLD) if verbose
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gd_bam
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-04-
|
|
12
|
+
date: 2013-04-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -392,12 +392,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
392
392
|
- - ! '>='
|
|
393
393
|
- !ruby/object:Gem::Version
|
|
394
394
|
version: '0'
|
|
395
|
+
segments:
|
|
396
|
+
- 0
|
|
397
|
+
hash: 3491844236925090228
|
|
395
398
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
396
399
|
none: false
|
|
397
400
|
requirements:
|
|
398
401
|
- - ! '>='
|
|
399
402
|
- !ruby/object:Gem::Version
|
|
400
403
|
version: '0'
|
|
404
|
+
segments:
|
|
405
|
+
- 0
|
|
406
|
+
hash: 3491844236925090228
|
|
401
407
|
requirements: []
|
|
402
408
|
rubyforge_project:
|
|
403
409
|
rubygems_version: 1.8.25
|