Skip to content

Commit

Permalink
v3.0.0 (#153)
Browse files Browse the repository at this point in the history
* Begin development on 2.5.1

* closes [#148] update httparty to 0.15.5 (#151)

* update httparty to 0.15.5
* remove 1.9.3 from travis

* V3 version and readme (#152)

* v3

Bump to version 3

* Add ruby v2 requirement to release notes

* And install v3
  • Loading branch information
thepatrick authored and Adam Ullman committed Oct 11, 2017
1 parent e6b90b2 commit 775d77a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ language: ruby
cache: bundler
before_install: gem update bundler
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Bundler helps manage dependencies for Ruby projects. Find more info here: <http:
Add this gem to your `Gemfile`:

```ruby
gem "opentok", "~> 2.5.0"
gem "opentok", "~> 3.0.0"
```

Allow bundler to install the change.
Expand Down Expand Up @@ -221,6 +221,11 @@ about each release.

## Important changes since v2.2.0

**Changes in v3.0.0:**

The SDK now now requires Ruby v2.0.0 or higher. For Ruby v1.9.3 please continue to use the
OpenTok Ruby SDK v2.5.0.

**Changes in v2.2.2:**

The default setting for the `create_session()` method is to create a session with the media mode set
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 = '2.5.0'
VERSION = '3.0.0'
end
2 changes: 1 addition & 1 deletion opentok.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
# spec.add_development_dependency "debugger", "~> 1.6.6"

spec.add_dependency "addressable", "~> 2.3" # 2.3.0 <= version < 3.0.0
spec.add_dependency "httparty", "~> 0.14.0"
spec.add_dependency "httparty", "~> 0.15.5"
spec.add_dependency "activesupport", ">= 2.0"
spec.add_dependency "jwt", "~> 1.5.6"
end

0 comments on commit 775d77a

Please sign in to comment.