Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit a88fc90

Browse files
satish-singhalSatish Singhal
andauthored
Update packages: savon, json & jwt (#117)
* updated packages: savon, json & jwt * Update README.md * updated SDK version to 1.3.1 Co-authored-by: Satish Singhal <[email protected]>
1 parent 7bfa956 commit a88fc90

File tree

4 files changed

+61
-43
lines changed

4 files changed

+61
-43
lines changed

Gemfile.lock

Lines changed: 51 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,24 @@ PATH
22
remote: .
33
specs:
44
sfmc-fuelsdk-ruby (1.3.0)
5-
json (~> 1.8, >= 1.8.1)
6-
jwt (~> 1.0, >= 1.0.0)
7-
savon (= 2.2.0)
5+
json (>= 2.2.0)
6+
jwt (>= 2.1.0)
7+
savon (>= 2.12.1)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
akami (1.2.2)
12+
addressable (2.7.0)
13+
public_suffix (>= 2.0.2, < 5.0)
14+
akami (1.3.1)
1315
gyoku (>= 0.4.0)
1416
nokogiri
15-
builder (3.2.3)
16-
coderay (1.1.2)
17-
diff-lcs (1.3)
18-
ffi (1.9.25)
19-
ffi (1.9.25-x64-mingw32)
20-
ffi (1.9.25-x86-mingw32)
17+
builder (3.2.4)
18+
coderay (1.1.3)
19+
diff-lcs (1.4.4)
20+
ffi (1.15.1)
21+
ffi (1.15.1-x64-mingw32)
22+
ffi (1.15.1-x86-mingw32)
2123
formatador (0.2.5)
2224
guard (1.8.3)
2325
formatador (>= 0.2.4)
@@ -28,31 +30,39 @@ GEM
2830
guard-rspec (2.6.0)
2931
guard (>= 1.8)
3032
rspec (~> 2.13)
31-
gyoku (1.0.0)
33+
gyoku (1.3.1)
3234
builder (>= 2.1.2)
33-
httpi (2.0.2)
35+
httpi (2.4.5)
3436
rack
35-
json (1.8.6)
36-
jwt (1.5.6)
37+
socksify
38+
json (2.5.1)
39+
jwt (2.2.3)
3740
listen (1.3.1)
3841
rb-fsevent (>= 0.9.3)
3942
rb-inotify (>= 0.9)
4043
rb-kqueue (>= 0.2)
41-
lumberjack (1.0.13)
42-
method_source (0.9.0)
43-
mini_portile2 (2.4.0)
44-
nokogiri (1.10.1-x64-mingw32)
45-
mini_portile2 (~> 2.4.0)
46-
nori (2.1.0)
47-
pry (0.11.3)
48-
coderay (~> 1.1.0)
49-
method_source (~> 0.9.0)
50-
rack (2.0.6)
44+
lumberjack (1.2.8)
45+
method_source (1.0.0)
46+
mini_portile2 (2.5.3)
47+
nokogiri (1.11.7)
48+
mini_portile2 (~> 2.5.0)
49+
racc (~> 1.4)
50+
nokogiri (1.11.7-x64-mingw32)
51+
racc (~> 1.4)
52+
nokogiri (1.11.7-x86-mingw32)
53+
racc (~> 1.4)
54+
nori (2.6.0)
55+
pry (0.14.1)
56+
coderay (~> 1.1)
57+
method_source (~> 1.0)
58+
public_suffix (4.0.6)
59+
racc (1.5.2)
60+
rack (2.2.3)
5161
rake (0.9.6)
52-
rb-fsevent (0.10.3)
53-
rb-inotify (0.9.10)
54-
ffi (>= 0.5.0, < 2)
55-
rb-kqueue (0.2.5)
62+
rb-fsevent (0.11.0)
63+
rb-inotify (0.10.1)
64+
ffi (~> 1.0)
65+
rb-kqueue (0.2.6)
5666
ffi (>= 0.5.0)
5767
rspec (2.99.0)
5868
rspec-core (~> 2.99.0)
@@ -62,18 +72,20 @@ GEM
6272
rspec-expectations (2.99.2)
6373
diff-lcs (>= 1.1.3, < 2.0)
6474
rspec-mocks (2.99.4)
65-
savon (2.2.0)
66-
akami (~> 1.2.0)
75+
savon (2.12.1)
76+
akami (~> 1.2)
6777
builder (>= 2.1.2)
68-
gyoku (~> 1.0.0)
69-
httpi (~> 2.0.2)
70-
nokogiri (>= 1.4.0)
71-
nori (~> 2.1.0)
72-
wasabi (~> 3.1.0)
73-
thor (0.20.0)
74-
wasabi (3.1.0)
78+
gyoku (~> 1.2)
79+
httpi (~> 2.3)
80+
nokogiri (>= 1.8.1)
81+
nori (~> 2.4)
82+
wasabi (~> 3.4)
83+
socksify (1.7.1)
84+
thor (1.1.0)
85+
wasabi (3.6.1)
86+
addressable
7587
httpi (~> 2.0)
76-
nokogiri (>= 1.4.0)
88+
nokogiri (>= 1.4.2)
7789

7890
PLATFORMS
7991
ruby
@@ -89,4 +101,4 @@ DEPENDENCIES
89101
sfmc-fuelsdk-ruby!
90102

91103
BUNDLED WITH
92-
1.17.1
104+
1.17.3

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ ExactTarget Fuel SDK / SalesforceMarektingCloudSDK for Ruby
66
## Overview ##
77
The Fuel SDK for Ruby provides easy access to ExactTarget's Fuel API Family services, including a collection of REST APIs and a SOAP API. These APIs provide access to ExactTarget functionality via common collection types such as array/hash.
88

9+
## New Features in Version 1.3.1 ##
10+
- **Updated below packages to latest version**
11+
- savon: ">= 2.12.1"
12+
- json: ">= 2.2.0"
13+
- jwt: ">= 2.1.0"
14+
915
## New Features in Version 1.3.0 ##
1016
- **Added Refresh Token support for OAuth2 authentication**
1117
- **Added Web/Public App support for OAuth2 authentication**

lib/marketingcloudsdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
=end
3636

3737
module MarketingCloudSDK
38-
VERSION = "1.3.0"
38+
VERSION = "1.3.1"
3939
end

marketingcloudsdk.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424
spec.add_development_dependency "guard",'~> 1.1'
2525
spec.add_development_dependency "guard-rspec",'~> 2.0'
2626

27-
spec.add_dependency "savon", "2.2.0"
28-
spec.add_dependency "json", "~>1.8",">= 1.8.1"
29-
spec.add_dependency "jwt", "~>1.0",">= 1.0.0"
27+
spec.add_dependency "savon", ">= 2.12.1"
28+
spec.add_dependency "json", ">= 2.2.0"
29+
spec.add_dependency "jwt", ">= 2.1.0"
3030
end

0 commit comments

Comments
 (0)