File tree 5 files changed +49
-16
lines changed
5 files changed +49
-16
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
+
3
+ ## Version 0.6.2
4
+ ### Date: 27th-Feb-2023
5
+ ### Package Update
6
+ - Dependency gem update.
7
+
8
+ ------------------------------------------------
9
+ ## Version 0.6.1
10
+ ### Date: 9th-Sept-2022
11
+ ### Bug
12
+ - Live Preview feature for entry with reference update.
13
+
14
+ ------------------------------------------------
15
+ ## Version 0.6.0
16
+ ### Date: 17th-Aug-2022
17
+ ### New Features
18
+ - Proxy and Retry functionality support added.
19
+
20
+ ------------------------------------------------
21
+ ## Version 0.5.1
22
+ ### Date: 21st-Apr-2022
23
+ ### Package Update
24
+ - API request with URI.OPEN issue resolved.
25
+
26
+ ------------------------------------------------
27
+ ## Version 0.5.0
28
+ ### Date: 8th-Dec-2021
29
+ ### New Feature
30
+ - Live Preview feature support added.
31
+
2
32
------------------------------------------------
3
33
## Version 0.4.3
4
34
### Date: 17th-Sept-2021
Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
contentstack (0.6.1 )
5
- activesupport (>= 3.2 , < 6.2 )
6
- contentstack_utils (~> 1.0 , >= 1.0 .1 )
5
+ activesupport (>= 3.2 , < 7.0.4 )
6
+ contentstack_utils (~> 1.0 , >= 1.1 .1 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
- activesupport (6.1.7 )
11
+ activesupport (6.1.7.2 )
12
12
concurrent-ruby (~> 1.0 , >= 1.0.2 )
13
13
i18n (>= 1.6 , < 2 )
14
14
minitest (>= 5.1 )
15
15
tzinfo (~> 2.0 )
16
16
zeitwerk (~> 2.3 )
17
17
addressable (2.8.1 )
18
18
public_suffix (>= 2.0.2 , < 6.0 )
19
- concurrent-ruby (1.1.10 )
19
+ concurrent-ruby (1.2.0 )
20
20
contentstack_utils (1.1.1 )
21
21
activesupport (>= 3.2 , < 6.2 )
22
22
nokogiri (~> 1.11 , >= 1.11.0 )
27
27
hashdiff (1.0.1 )
28
28
i18n (1.12.0 )
29
29
concurrent-ruby (~> 1.0 )
30
- mini_portile2 (2.8.0 )
31
- minitest (5.16.3 )
32
- nokogiri (1.13.9 )
30
+ mini_portile2 (2.8.1 )
31
+ minitest (5.17.0 )
32
+ nokogiri (1.13.10 )
33
33
mini_portile2 (~> 2.8.0 )
34
34
racc (~> 1.4 )
35
- public_suffix (5.0.0 )
36
- racc (1.6.0 )
35
+ nokogiri (1.13.10-x64-mingw32 )
36
+ racc (~> 1.4 )
37
+ public_suffix (5.0.1 )
38
+ racc (1.6.2 )
37
39
rexml (3.2.5 )
38
40
rspec (3.10.0 )
39
41
rspec-core (~> 3.10.0 )
54
56
simplecov_json_formatter (~> 0.1 )
55
57
simplecov-html (0.12.3 )
56
58
simplecov_json_formatter (0.1.4 )
57
- tzinfo (2.0.5 )
59
+ tzinfo (2.0.6 )
58
60
concurrent-ruby (~> 1.0 )
59
61
webmock (3.11.3 )
60
62
addressable (>= 2.3.6 )
63
65
webrick (1.7.0 )
64
66
yard (0.9.28 )
65
67
webrick (~> 1.7.0 )
66
- zeitwerk (2.6.6 )
68
+ zeitwerk (2.6.7 )
67
69
68
70
PLATFORMS
69
71
ruby
72
+ x64-mingw32
70
73
71
74
DEPENDENCIES
72
75
contentstack !
@@ -76,4 +79,4 @@ DEPENDENCIES
76
79
yard (~> 0.9.26 )
77
80
78
81
BUNDLED WITH
79
- 2.1.4
82
+ 2.3.13
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2012-2022 Contentstack. All Rights Reserved
3
+ Copyright (c) 2012-2023 Contentstack. All Rights Reserved
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Gem::Specification.new do |s|
20
20
s . files = `git ls-files` . split ( "\n " )
21
21
s . require_paths = [ "lib" ]
22
22
23
- s . add_dependency 'activesupport' , '>= 3.2' , '< 6.2 '
24
- s . add_dependency "contentstack_utils" , '~> 1.0' , '>= 1.0 .1'
23
+ s . add_dependency 'activesupport' , '>= 3.2' , '< 7.0.4 '
24
+ s . add_dependency "contentstack_utils" , '~> 1.0' , '>= 1.1 .1'
25
25
26
26
s . add_development_dependency 'rspec' , '~> 3.10.0'
27
27
s . add_development_dependency 'webmock' , '~> 3.11.0'
Original file line number Diff line number Diff line change 1
1
module Contentstack
2
- VERSION = "0.6.1 "
2
+ VERSION = "0.6.2 "
3
3
end
You can’t perform that action at this time.
0 commit comments