gd_bam 0.1.23 → 0.1.24

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 CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bam
2
- VERSION = '0.1.23'
2
+ VERSION = '0.1.24'
3
3
  end
@@ -465,7 +465,7 @@ HEREDOC
465
465
  taps_with_history.concat([tap])
466
466
  selects = selects.concat([{
467
467
  :object => sf_object,
468
- :query => "SELECT Id, #{f}, SystemModstamp FROM #{sf_object}",
468
+ :query => (field[:multi_currency] ? "SELECT Id, convertCurrency(#{f}), SystemModstamp FROM #{sf_object}" : "SELECT Id, #{f}, SystemModstamp FROM #{sf_object}"),
469
469
  :mapping => "{\"xmlFieldsMapping\":{\"xmlFields\":[
470
470
  {\"xmlFieldMapping\":{\"name\":\"#{f}\",\"label\":\"#{f}\",\"xmlPath\":\"#{f}\",\"metadataField\":\"Value\"}},
471
471
  {\"xmlFieldMapping\":{\"name\":\"SystemModstamp\",\"label\":\"SystemModstamp\",\"xmlPath\":\"SystemModstamp\",\"metadataField\":\"Timestamp\"}},
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.1.23
4
+ version: 0.1.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: