zuora_connect 1.1.3 → 1.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 677a2a8cc4828d6252aefd5955c2752f4bf0628d
4
- data.tar.gz: e7aa7f9a4e32b062b721a830096863ac84a92e7e
3
+ metadata.gz: d7133e52b769ed5103e054d5fe006d00b46e646d
4
+ data.tar.gz: 7df455a0d9645ae18ccde7b6ba88a25d590c8569
5
5
  SHA512:
6
- metadata.gz: 9fbac0d401e6069d3c343924fc0296374c16bf4fc0991aa537a9f016138402afe892897b9830fde39d7c0f6547adff9962812caa7ad7ff158c9bd27793774c98
7
- data.tar.gz: 6c3acc7f6a71d98ceb33cadca44c02872cfcbcfa167a348ce7ace911fc20e818b2ed05bc1b2a1bf77e62f6f2eff8a4f9f131644ade511f187d48344b56f73a83
6
+ metadata.gz: ca76ee31ad1c8ac1b7b5caac21b472692358de4a955d1dc6b96df774acd4ff965babfab0363743e54e8510225723681c380e994fb81d15728a5bcfa67bd83924
7
+ data.tar.gz: e8afa38464827018b889720a75dd1e3bfc31cda81a13cbb9c9b4ca36a6379ac97052cd9c7f3cdef39806e47fd25c2d2173e336c89d15ac281152dba90fc5e152
@@ -64,7 +64,7 @@ private
64
64
  if !field.blank? && !object.blank?
65
65
  map = {"#{class_name}" => #{class_name}}
66
66
  field_type = map[object.classify].column_for_attribute(field).type
67
- return [:string, :text].include?(field_type) ? "lower(#{col})" : col
67
+ return [:string, :text].include?(field_type) ? "lower(\#{col})" : col
68
68
  else
69
69
  return col
70
70
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team