contentstack 0.9.0 → 0.9.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: 9caea6c14fd2fce3388e9ca3f1fb9be0a1e9f00cfd8fb044ec2e86e82198710f
4
- data.tar.gz: cf9d266384581fe938dc6951315ee0ed974b4fc5207ed620c81f7ef03d066e97
3
+ metadata.gz: 99ec685f575a322168f56c63337e0ae98ad397a55e6f04a46dd6000785be90ca
4
+ data.tar.gz: 5dd2243bea0da8ef6ab411eec56c2128b3c56e000c32180634082d7c2501dd45
5
5
  SHA512:
6
- metadata.gz: d19ca8388e4a1b12afea51497706ca3e23b19e66a9cebbf9bc6a82b36190bc48fe444c1dfd1858ae090d007ab389df34d70f0f6adb5bcf9c2506e2844fc3bfaa
7
- data.tar.gz: a5958d88bffbed5682d6a73c92583d1488b79aeb2a8ca5ebe82b43adfa3065eb1d496eb3bd790c37940c65b6c005d53aa90657cd648895b046acc00783197d99
6
+ metadata.gz: fc0a03ecdd6d58de96e6e98d1e45be6b64086be3f4455aa221cc3d3055ac0691fdecfc0dd2e7bc0628dcef274498cddad34992ff8b26f458c839a7933ae91013
7
+ data.tar.gz: 22139d830825ecfab0ff6e662f05ae946f2a87f5b929d51fae13302900a0a08215201c2a08fc023b2b23282a0d9951812003c5c2f2fe6365f395783fe3c0e379
@@ -14,10 +14,10 @@ jobs:
14
14
 
15
15
  steps:
16
16
  - uses: actions/checkout@v3
17
- - name: Set up Ruby 2.7
17
+ - name: Set up Ruby
18
18
  uses: ruby/setup-ruby@v1
19
19
  with:
20
- ruby-version: '2.7'
20
+ ruby-version: '3.3'
21
21
 
22
22
  - name: Publish to RubyGems
23
23
  run: |
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ## Version 0.9.2
4
+ ### Date: 6th-July-2026
5
+ ### Fix
6
+ - - Snyk fixes `json >= 2.19.9`.
7
+
8
+ ------------------------------------------------
9
+
10
+ ## Version 0.9.1
11
+ ### Date: 29th-June-2026
12
+ ### Fix
13
+ - Snyk fixes
14
+
15
+ ------------------------------------------------
16
+
3
17
  ## Version 0.9.0
4
18
  ### Date: 15th-June-2026
5
19
  ### Enhancement
data/Gemfile CHANGED
@@ -4,6 +4,9 @@ source "https://rubygems.org"
4
4
  # Transitive via contentstack_utils; pin until upstream requires >= 1.19.1 (SNYK-RUBY-NOKOGIRI-15315717).
5
5
  gem "nokogiri", ">= 1.19.1"
6
6
 
7
+ # Transitive via activesupport; pin until upstream requires >= 2.19.9 (SNYK-RUBY-JSON-17739957).
8
+ gem "json", ">= 2.19.9"
9
+
7
10
  # Ruby 4.0.x on recent macOS often segfaults in OpenSSL during `bundle` (not fixable in-app). Use Ruby 3.3+ (see .ruby-version).
8
11
 
9
12
  gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- contentstack (0.9.0)
4
+ contentstack (0.9.2)
5
5
  activesupport (>= 3.2)
6
6
  contentstack_utils (~> 1.2)
7
7
 
@@ -25,7 +25,7 @@ GEM
25
25
  public_suffix (>= 2.0.2, < 8.0)
26
26
  base64 (0.3.0)
27
27
  bigdecimal (4.1.2)
28
- concurrent-ruby (1.3.6)
28
+ concurrent-ruby (1.3.7)
29
29
  connection_pool (3.0.2)
30
30
  contentstack_utils (1.2.3)
31
31
  activesupport (>= 8.0)
@@ -39,7 +39,7 @@ GEM
39
39
  hashdiff (1.2.1)
40
40
  i18n (1.14.8)
41
41
  concurrent-ruby (~> 1.0)
42
- json (2.19.8)
42
+ json (2.20.0)
43
43
  logger (1.7.0)
44
44
  minitest (6.0.6)
45
45
  drb (~> 2.0)
@@ -105,6 +105,7 @@ PLATFORMS
105
105
 
106
106
  DEPENDENCIES
107
107
  contentstack!
108
+ json (>= 2.19.9)
108
109
  nokogiri (>= 1.19.1)
109
110
  rspec (~> 3.13.0)
110
111
  simplecov (~> 0.22.0)
@@ -116,10 +117,9 @@ CHECKSUMS
116
117
  addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af
117
118
  base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
118
119
  bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
119
- bundler (4.0.11) sha256=5bcec0fb78302e48d02ee46f10ee6e6942be647ba5b44a6d1ddfda9a240ce785
120
- concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
120
+ concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
121
121
  connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
122
- contentstack (0.9.0)
122
+ contentstack (0.9.2)
123
123
  contentstack_utils (1.2.3) sha256=cf2f5f996eb487559fd2d7d48a99262710f53dec62c84c6e325b9a598cd31ba7
124
124
  crack (1.0.1) sha256=ff4a10390cd31d66440b7524eb1841874db86201d5b70032028553130b6d4c7e
125
125
  diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
@@ -127,7 +127,7 @@ CHECKSUMS
127
127
  drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
128
128
  hashdiff (1.2.1) sha256=9c079dbc513dfc8833ab59c0c2d8f230fa28499cc5efb4b8dd276cf931457cd1
129
129
  i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
130
- json (2.19.8) sha256=6354310fd76ef69b87d5bd1f38b40d730613baf90b6803d2d0a48f618d32dfaa
130
+ json (2.20.0) sha256=9362bc6e55a952b056abf9167cf053358181c904cb70cd6eee0808ea830fc32b
131
131
  logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
132
132
  minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
133
133
  nokogiri (1.19.3-aarch64-linux-gnu) sha256=46b89e5d7b9e844c2ee360794240c6ea2a4e6fa0c5892a4ed487db621224b639
@@ -157,4 +157,4 @@ CHECKSUMS
157
157
  yard (0.9.44) sha256=eb087e9b631ccd887b049f303d489963945452d5e2a7eb49a5a74a7cf6887f28
158
158
 
159
159
  BUNDLED WITH
160
- 4.0.11
160
+ 2.6.3
@@ -1,3 +1,3 @@
1
1
  module Contentstack
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contentstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Contentstack
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-15 00:00:00.000000000 Z
11
+ date: 2026-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -106,7 +106,6 @@ files:
106
106
  - ".github/workflows/back-merge-pr.yml"
107
107
  - ".github/workflows/check-version-bump.yml"
108
108
  - ".github/workflows/codeql-analysis.yml"
109
- - ".github/workflows/issues-jira.yml"
110
109
  - ".github/workflows/policy-scan.yml"
111
110
  - ".github/workflows/release-gem.yml"
112
111
  - ".github/workflows/sca-scan.yml"
@@ -187,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
186
  - !ruby/object:Gem::Version
188
187
  version: '0'
189
188
  requirements: []
190
- rubygems_version: 3.1.6
189
+ rubygems_version: 3.5.22
191
190
  signing_key:
192
191
  specification_version: 4
193
192
  summary: Contentstack Ruby client for the Content Delivery API
@@ -1,31 +0,0 @@
1
- name: Create Jira Ticket for Github Issue
2
-
3
- on:
4
- issues:
5
- types: [opened]
6
-
7
- jobs:
8
- issue-jira:
9
- runs-on: ubuntu-latest
10
- steps:
11
-
12
- - name: Login to Jira
13
- uses: atlassian/gajira-login@master
14
- env:
15
- JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
16
- JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
17
- JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
18
-
19
- - name: Create Jira Issue
20
- id: create_jira
21
- uses: atlassian/gajira-create@master
22
- with:
23
- project: ${{ secrets.JIRA_PROJECT }}
24
- issuetype: ${{ secrets.JIRA_ISSUE_TYPE }}
25
- summary: Github | Issue | ${{ github.event.repository.name }} | ${{ github.event.issue.title }}
26
- description: |
27
- *GitHub Issue:* ${{ github.event.issue.html_url }}
28
-
29
- *Description:*
30
- ${{ github.event.issue.body }}
31
- fields: "${{ secrets.ISSUES_JIRA_FIELDS }}"