smartystreets_ruby_sdk 5.15.1 → 5.15.2

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
  SHA256:
3
- metadata.gz: 05d6a0df50a6639ed4941e02cdae2164fdcf14eba8ff16fef88cf9433b36d686
4
- data.tar.gz: 10ab92e972f454ff59ff4d0ebebefc6e761132749adbeb75a40ef4feda3283cf
3
+ metadata.gz: b5944e621370acbcf6d73b8afd75b7b0c121c6adb52583537633aa105fed6b91
4
+ data.tar.gz: e898c584b4ccaaeea6097d150bc3d5861473a4c737cb69bc66ac6cab7be5baf9
5
5
  SHA512:
6
- metadata.gz: b5d7b633a7c6a2ecc552df8449527610725795e50adcd196520d574b2ed523ccc708d7277e7a590609b313cbdc8b8c5c4aec16724ae9eb5650716a594801b990
7
- data.tar.gz: c70b4d70013046254d0dbd93dd8b098318fbb11ca3c0f6fa6af3f2ac5ba7ca1f30a1493dd9b242f0174a148eb10f633e6eb6289cc646263f974ae8f092aac2d5
6
+ metadata.gz: 0bd9226708e789ad813dd0d0ba8420f2fd9e62e5236c2cd0f4c610cb5cd3ba49547cbabb8ba22495d5e6fc8cb9f4a2ea330f1256ca7e3cefa26fbe1acf865e26
7
+ data.tar.gz: 3cbe88495767cd74f8d91779ae7bec833281626a4bae7f113d8d8329d4406d5243ae6e9ad95dcd1e1caa28b580c289a3c271914dd808ec4bbaaa7fb72564f7a0
@@ -10,7 +10,6 @@ module SmartyStreets
10
10
  module OutputFormat
11
11
  DEFAULT = 'default'.freeze
12
12
  PROJECT_USA = 'project-usa'.freeze
13
- CASS = 'cass'.freeze
14
13
  end
15
14
  end
16
15
  end
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.15.1' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.15.2' # DO NOT EDIT (this is updated by a build job when a new release is published)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartystreets_ruby_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.15.1
4
+ version: 5.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - SmartyStreets SDK Team