smartystreets_ruby_sdk 4.1.3 → 4.2.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.
data/Makefile CHANGED
@@ -5,16 +5,15 @@ tests:
5
5
 
6
6
  publish-patch:
7
7
  @python tag.py patch
8
- git describe
9
8
  gem build smartystreets_ruby_sdk.gemspec
10
9
  gem push smartystreets_ruby_sdk-`git describe`.gem
11
10
 
12
11
  publish-minor:
13
12
  @python tag.py minor
14
13
  gem build smartystreets_ruby_sdk.gemspec
15
- gem push smartystreets_ruby_sdk-$(shell git describe).gem
14
+ gem push smartystreets_ruby_sdk-`git describe`.gem
16
15
 
17
16
  publish-major:
18
17
  @python tag.py major
19
18
  gem build smartystreets_ruby_sdk.gemspec
20
- gem push smartystreets_ruby_sdk-$(shell git describe).gem
19
+ gem push smartystreets_ruby_sdk-`git describe`.gem
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '4.1.3' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '4.2.0' # 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: 4.1.3
4
+ version: 4.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: