splitclient-rb 7.3.4.pre.rc2 → 7.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9eb6c3418573d7fcb02a90e7c597514599f0d1d40c9ee7857383d003475d804
4
- data.tar.gz: ef240db401b7f2bfdfecce65eb83e00b18589fc5a6b835fcbfd6ed9d87bbeec7
3
+ metadata.gz: 23b9c717284c495997eb1a3808850bd25816c29a447f13147f51a0c60138187e
4
+ data.tar.gz: 5b438d7782da8fb3e67689161d5fb53083665a5e4703f1b5fe628718e3cde81d
5
5
  SHA512:
6
- metadata.gz: 2cb21d546754ba77427b8ee23bd8d2328039ed6c1f42dfffb0a2a1322ac19b7f967adb0ddf318f23e895d42781de9397a91161d9fe1ab6040c413cdc76cc1859
7
- data.tar.gz: 8ada12b1234341b654a81fd7201a2f9b1c0adc9cd2be76affebbeb997186cc67404fa6df00f337945953a1a5140a0bca61c805b060bab80cf35e4a332b31f44e
6
+ metadata.gz: 8dfa68a91b4e0cff3090d96640494f8755515499699c882b073ebe292f6920386e39b1c0be1b24a52b581f74d7092faa3c9ad5bf33bdf8565e7576d3f2ff2669
7
+ data.tar.gz: 76c004e32ac5e215b7e45690a96e9f0b9a2735f1212004f76c4402e3fabcbab2891ad22aa4caba3b6fb8aa5270b9a397589851a4d576254e7b0d70d01e78b6b7
@@ -0,0 +1,45 @@
1
+ name: Update License Year
2
+
3
+ on:
4
+ schedule:
5
+ - cron: "0 3 1 1 *" # 03:00 AM on January 1
6
+
7
+ permissions:
8
+ contents: write
9
+ pull-requests: write
10
+
11
+ jobs:
12
+ test:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Checkout
16
+ uses: actions/checkout@v2
17
+ with:
18
+ fetch-depth: 0
19
+
20
+ - name: Set Current year
21
+ run: "echo CURRENT=$(date +%Y) >> $GITHUB_ENV"
22
+
23
+ - name: Set Previous Year
24
+ run: "echo PREVIOUS=$(($CURRENT-1)) >> $GITHUB_ENV"
25
+
26
+ - name: Update LICENSE
27
+ uses: jacobtomlinson/gha-find-replace@v2
28
+ with:
29
+ find: ${{ env.PREVIOUS }}
30
+ replace: ${{ env.CURRENT }}
31
+ include: "LICENSE"
32
+ regex: false
33
+
34
+ - name: Commit files
35
+ run: |
36
+ git config user.name 'github-actions[bot]'
37
+ git config user.email 'github-actions[bot]@users.noreply.github.com'
38
+ git commit -m "Updated License Year" -a
39
+
40
+ - name: Create Pull Request
41
+ uses: peter-evans/create-pull-request@v3
42
+ with:
43
+ token: ${{ secrets.GITHUB_TOKEN }}
44
+ title: Update License Year
45
+ branch: update-license
data/CHANGES.txt CHANGED
@@ -1,6 +1,10 @@
1
1
  CHANGES
2
2
 
3
- 7.3.3 (Jan 28, 2021)
3
+ 7.3.4 (Feb 21, 2022)
4
+ - Updated streaming events architecture with a new queue logic.
5
+ - Fixed redis integration Pipelining command deprecation warning.
6
+
7
+ 7.3.3 (Jan 28, 2022)
4
8
  - Fixed edge cases where the sdk lost streaming connection.
5
9
  - Updated default auth service url to https://auth.split.io/api/v2/auth
6
10
  - Updated dependencies:
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright © 2021 Split Software, Inc.
1
+ Copyright © 2022 Split Software, Inc.
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '7.3.4.pre.rc2'
2
+ VERSION = '7.3.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splitclient-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.3.4.pre.rc2
4
+ version: 7.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Split Software
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-16 00:00:00.000000000 Z
11
+ date: 2022-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: allocation_stats
@@ -364,6 +364,7 @@ extra_rdoc_files: []
364
364
  files:
365
365
  - ".github/pull_request_template.md"
366
366
  - ".github/workflows/ci.yml"
367
+ - ".github/workflows/update-license-year.yml"
367
368
  - ".gitignore"
368
369
  - ".rubocop.yml"
369
370
  - ".simplecov"
@@ -519,9 +520,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
519
520
  version: '0'
520
521
  required_rubygems_version: !ruby/object:Gem::Requirement
521
522
  requirements:
522
- - - ">"
523
+ - - ">="
523
524
  - !ruby/object:Gem::Version
524
- version: 1.3.1
525
+ version: '0'
525
526
  requirements: []
526
527
  rubygems_version: 3.2.32
527
528
  signing_key: