Skip to content

Commit 59c2023

Browse files
committed
Package update
1 parent b4dc4f2 commit 59c2023

2 files changed

Lines changed: 21 additions & 19 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,69 @@
11
PATH
22
remote: .
33
specs:
4-
contentstack (0.5.0)
4+
contentstack (0.6.1)
55
activesupport (>= 3.2, < 6.2)
66
contentstack_utils (~> 1.0, >= 1.0.1)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (6.1.5)
11+
activesupport (6.1.7)
1212
concurrent-ruby (~> 1.0, >= 1.0.2)
1313
i18n (>= 1.6, < 2)
1414
minitest (>= 5.1)
1515
tzinfo (~> 2.0)
1616
zeitwerk (~> 2.3)
17-
addressable (2.8.0)
18-
public_suffix (>= 2.0.2, < 5.0)
17+
addressable (2.8.1)
18+
public_suffix (>= 2.0.2, < 6.0)
1919
concurrent-ruby (1.1.10)
20-
contentstack_utils (1.1.0)
20+
contentstack_utils (1.1.1)
2121
activesupport (>= 3.2, < 6.2)
2222
nokogiri (~> 1.11, >= 1.11.0)
2323
crack (0.4.5)
2424
rexml
25-
diff-lcs (1.4.4)
25+
diff-lcs (1.5.0)
2626
docile (1.4.0)
2727
hashdiff (1.0.1)
28-
i18n (1.10.0)
28+
i18n (1.12.0)
2929
concurrent-ruby (~> 1.0)
3030
mini_portile2 (2.8.0)
31-
minitest (5.15.0)
32-
nokogiri (1.13.4)
31+
minitest (5.16.3)
32+
nokogiri (1.13.9)
3333
mini_portile2 (~> 2.8.0)
3434
racc (~> 1.4)
35-
public_suffix (4.0.6)
35+
public_suffix (5.0.0)
3636
racc (1.6.0)
3737
rexml (3.2.5)
3838
rspec (3.10.0)
3939
rspec-core (~> 3.10.0)
4040
rspec-expectations (~> 3.10.0)
4141
rspec-mocks (~> 3.10.0)
42-
rspec-core (3.10.1)
42+
rspec-core (3.10.2)
4343
rspec-support (~> 3.10.0)
44-
rspec-expectations (3.10.1)
44+
rspec-expectations (3.10.2)
4545
diff-lcs (>= 1.2.0, < 2.0)
4646
rspec-support (~> 3.10.0)
47-
rspec-mocks (3.10.2)
47+
rspec-mocks (3.10.3)
4848
diff-lcs (>= 1.2.0, < 2.0)
4949
rspec-support (~> 3.10.0)
50-
rspec-support (3.10.2)
50+
rspec-support (3.10.3)
5151
simplecov (0.21.2)
5252
docile (~> 1.1)
5353
simplecov-html (~> 0.11)
5454
simplecov_json_formatter (~> 0.1)
5555
simplecov-html (0.12.3)
56-
simplecov_json_formatter (0.1.3)
57-
tzinfo (2.0.4)
56+
simplecov_json_formatter (0.1.4)
57+
tzinfo (2.0.5)
5858
concurrent-ruby (~> 1.0)
5959
webmock (3.11.3)
6060
addressable (>= 2.3.6)
6161
crack (>= 0.3.2)
6262
hashdiff (>= 0.4.0, < 2.0.0)
63-
yard (0.9.26)
64-
zeitwerk (2.5.4)
63+
webrick (1.7.0)
64+
yard (0.9.28)
65+
webrick (~> 1.7.0)
66+
zeitwerk (2.6.6)
6567

6668
PLATFORMS
6769
ruby

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ We have introduced Image Delivery APIs that let you retrieve images and then man
118118

119119
For example, if you want to crop an image (with width as 300 and height as 400), you simply need to append query parameters at the end of the image URL, such as, https://images.contentstack.io/v3/download?crop=300,400. There are several more parameters that you can use for your images.
120120

121-
[Read Image Delivery API documentation](https://www.contentstack.com/docs/apis/image-delivery-api/).
121+
[Read Image Delivery API documentation](https://www.contentstack.com/docs/developers/apis/image-delivery-api/).
122122

123123

124124
## **Using the Sync API with Ruby SDK**

0 commit comments

Comments
 (0)