sushi_fabric 0.0.9 → 0.1.0

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.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20131128-095705'
3
+ # Version = '20131128-161947'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -425,7 +425,6 @@ rm -rf #{@scratch_dir} || exit 1
425
425
  @job_scripts << @job_script
426
426
  @result_dataset << next_dataset
427
427
  end
428
- =begin
429
428
  def save_data_set(data_set_arr, headers, rows)
430
429
  data_set_hash = Hash[*data_set_arr]
431
430
  if project = Project.find_by_number(data_set_hash['ProjectNumber'].to_i)
@@ -459,7 +458,6 @@ rm -rf #{@scratch_dir} || exit 1
459
458
  data_set.id
460
459
  end
461
460
  end
462
- =end
463
461
  def run
464
462
  test_run
465
463
 
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sushi_fabric
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: