Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
version: "5.3.0"
version: "5.3.1"
changelog:
- date: 2023-11-03
version: v5.3.1
changes:
- type: improvement
text: "Update license information."
- date: 2023-10-16
version: v5.3.0
changes:
Expand Down Expand Up @@ -670,7 +675,7 @@ sdks:
- x86-64
- distribution-type: package
distribution-repository: RubyGems
package-name: pubnub-5.3.0.gem
package-name: pubnub-5.3.1.gem
location: https://rubygems.org/gems/pubnub
requires:
- name: addressable
Expand Down Expand Up @@ -775,8 +780,8 @@ sdks:
- x86-64
- distribution-type: library
distribution-repository: GitHub release
package-name: pubnub-5.3.0.gem
location: https://github.com/pubnub/ruby/releases/download/v5.3.0/pubnub-5.3.0.gem
package-name: pubnub-5.3.1.gem
location: https://github.com/pubnub/ruby/releases/download/v5.3.1/pubnub-5.3.1.gem
requires:
- name: addressable
min-version: 2.0.0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v5.3.1
November 03 2023

#### Modified
- Update license information.

## v5.3.0
October 16 2023

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pubnub (5.3.0)
pubnub (5.3.1)
addressable (>= 2.0.0)
concurrent-ruby (~> 1.1.5)
concurrent-ruby-edge (~> 0.5.0)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0
5.3.1
2 changes: 1 addition & 1 deletion lib/pubnub/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Toplevel Pubnub module.
module Pubnub
VERSION = '5.3.0'.freeze
VERSION = '5.3.1'.freeze
end
2 changes: 1 addition & 1 deletion pubnub.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.summary = 'PubNub Official Ruby gem.'
spec.description = 'Ruby anywhere in the world in 250ms with PubNub!'
spec.homepage = 'https://github.com/pubnub/ruby'
spec.licenses = %w[MIT LicenseRef-LICENSE]
spec.licenses = ['LicenseRef-LICENSE.txt']

spec.files = `git ls-files -z`.split("\x0").grep_v(/^(test|spec|fixtures)/)
spec.executables = spec.files.grep(%r{^bin\/}) { |f| File.basename(f) }
Expand Down