Skip to content

Commit

Permalink
Merge pull request #258 from opentok/dev
Browse files Browse the repository at this point in the history
Version 4.5.1
  • Loading branch information
superchilled authored Oct 28, 2022
2 parents 7da1d06 + 876b027 commit 0483695
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.5.1

* Fixes issue with uninitialized constant by adding missing `require` statement [#256](https://github.com/opentok/OpenTok-Ruby-SDK/pull/256)
* Fixes RubyGems info by adding repo link to gemspec [#255](https://github.com/opentok/OpenTok-Ruby-SDK/pull/255)

Thanks to [`@sailor`](https://github.com/sailor) for the contributions! :raised_hands:

# 4.5.0

* Adds support for multiple archives and records feature [#248](https://github.com/opentok/OpenTok-Ruby-SDK/pull/248)
Expand Down
1 change: 1 addition & 0 deletions lib/opentok/opentok.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
require "opentok/streams"
require "opentok/signals"
require "opentok/broadcasts"
require "opentok/renders"

module OpenTok
# Contains methods for creating OpenTok sessions and generating tokens. It also includes
Expand Down
2 changes: 1 addition & 1 deletion lib/opentok/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OpenTok
# @private
VERSION = '4.5.0'
VERSION = '4.5.1'
end
1 change: 1 addition & 0 deletions opentok.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
spec.description = %q{OpenTok is an API from TokBox that enables websites to weave live group video communication into their online experience. With OpenTok you have the freedom and flexibility to create the most engaging web experience for your users. This gem lets you generate sessions and tokens for OpenTok applications. It also includes support for working with OpenTok 2.0 archives. See <http://tokbox.com/opentok/platform> for more details.}
# TODO: this homepage isn't set up just yet
spec.homepage = "https://opentok.github.io/opentok-ruby-sdk"
spec.metadata = { "source_code_uri" => "https://github.com/opentok/OpenTok-Ruby-SDK" }
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit 0483695

Please sign in to comment.