pubnub 5.3.0 → 5.3.1
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 +4 -4
- data/.github/CODEOWNERS +2 -3
- data/.pubnub.yml +9 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/lib/pubnub/version.rb +1 -1
- data/pubnub.gemspec +1 -1
- metadata +4 -5
- /data/{LICENSE → LICENSE.txt} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b811bcac62af8b07a13d11b2ddcc4d2ab8f58410e1b3ac3112aa2221aa7445c
|
|
4
|
+
data.tar.gz: 337be3ead454cc2a8ea9c29b14c6dfd07ba0eee5b801d1f7ea8dc9cb0c94c140
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d8f8f6307e338a94479d0b571c63f2232a8682b0f1f616b3d9b2ebcc3eb1ebf815104b2f769a71ea04a40bf87a2f4901153cd13f70e611ed229432a60b34ed7
|
|
7
|
+
data.tar.gz: 82431be095bed63b13960c42dcaf3831fff1e569f6ebb77f84dec7a757e4a26a825ca5a26f34ee1ad611452541c8c153c2f841231cd490498caaea1f21e58c62
|
data/.github/CODEOWNERS
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
* @parfeon @
|
|
2
|
-
.
|
|
3
|
-
README.md @techwritermat @kazydek
|
|
1
|
+
* @parfeon @seba-aln
|
|
2
|
+
README.md @techwritermat @kazydek @parfeon @seba-aln
|
data/.pubnub.yml
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
---
|
|
2
|
-
version: "5.3.
|
|
2
|
+
version: "5.3.1"
|
|
3
3
|
changelog:
|
|
4
|
+
- date: 2023-11-03
|
|
5
|
+
version: v5.3.1
|
|
6
|
+
changes:
|
|
7
|
+
- type: improvement
|
|
8
|
+
text: "Update license information."
|
|
4
9
|
- date: 2023-10-16
|
|
5
10
|
version: v5.3.0
|
|
6
11
|
changes:
|
|
@@ -670,7 +675,7 @@ sdks:
|
|
|
670
675
|
- x86-64
|
|
671
676
|
- distribution-type: package
|
|
672
677
|
distribution-repository: RubyGems
|
|
673
|
-
package-name: pubnub-5.3.
|
|
678
|
+
package-name: pubnub-5.3.1.gem
|
|
674
679
|
location: https://rubygems.org/gems/pubnub
|
|
675
680
|
requires:
|
|
676
681
|
- name: addressable
|
|
@@ -775,8 +780,8 @@ sdks:
|
|
|
775
780
|
- x86-64
|
|
776
781
|
- distribution-type: library
|
|
777
782
|
distribution-repository: GitHub release
|
|
778
|
-
package-name: pubnub-5.3.
|
|
779
|
-
location: https://github.com/pubnub/ruby/releases/download/v5.3.
|
|
783
|
+
package-name: pubnub-5.3.1.gem
|
|
784
|
+
location: https://github.com/pubnub/ruby/releases/download/v5.3.1/pubnub-5.3.1.gem
|
|
780
785
|
requires:
|
|
781
786
|
- name: addressable
|
|
782
787
|
min-version: 2.0.0
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.3.
|
|
1
|
+
5.3.1
|
data/lib/pubnub/version.rb
CHANGED
data/pubnub.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.summary = 'PubNub Official Ruby gem.'
|
|
11
11
|
spec.description = 'Ruby anywhere in the world in 250ms with PubNub!'
|
|
12
12
|
spec.homepage = 'https://github.com/pubnub/ruby'
|
|
13
|
-
spec.licenses =
|
|
13
|
+
spec.licenses = ['LicenseRef-LICENSE.txt']
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0").grep_v(/^(test|spec|fixtures)/)
|
|
16
16
|
spec.executables = spec.files.grep(%r{^bin\/}) { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pubnub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.3.
|
|
4
|
+
version: 5.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PubNub
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|
|
@@ -143,7 +143,7 @@ files:
|
|
|
143
143
|
- CHANGELOG.md
|
|
144
144
|
- Gemfile
|
|
145
145
|
- Gemfile.lock
|
|
146
|
-
- LICENSE
|
|
146
|
+
- LICENSE.txt
|
|
147
147
|
- Pubnub Ruby SDK upgrade guide.md
|
|
148
148
|
- README.md
|
|
149
149
|
- Rakefile
|
|
@@ -291,8 +291,7 @@ files:
|
|
|
291
291
|
- pubnub.gemspec
|
|
292
292
|
homepage: https://github.com/pubnub/ruby
|
|
293
293
|
licenses:
|
|
294
|
-
-
|
|
295
|
-
- LicenseRef-LICENSE
|
|
294
|
+
- LicenseRef-LICENSE.txt
|
|
296
295
|
metadata: {}
|
|
297
296
|
post_install_message:
|
|
298
297
|
rdoc_options: []
|
/data/{LICENSE → LICENSE.txt}
RENAMED
|
File without changes
|