From f1a0546b223360e8cc65349d5ebe0d446b4dfad0 Mon Sep 17 00:00:00 2001 From: Leonardo Crauss Daronco Date: Wed, 13 Mar 2013 16:31:25 -0300 Subject: [PATCH] Version 1.2.0 This is actually version 1.1.2 renamed because it introduced substantial changes to the api. --- CHANGELOG.rdoc | 5 +++-- Gemfile.lock | 2 +- bigbluebutton-api-ruby.gemspec | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 3e2823d..44aa5e5 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,6 +1,7 @@ -=== 1.1.2 +=== 1.2.0 -* Allow non standard options to be passed to some API calls. These API calls are: create_meeting, join_meeting_url, join_meeting, get_recordings. Useful for development of for custom versions of BigBlueButton. +* Allow non standard options to be passed to some API calls. These API calls are: create_meeting, join_meeting_url, + join_meeting, get_recordings. Useful for development of for custom versions of BigBlueButton. * Accept :record as boolean in create_meeting * Better formatting of data returned by get_recordings diff --git a/Gemfile.lock b/Gemfile.lock index c1c75f6..d69cda0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - bigbluebutton-api-ruby (1.1.2) + bigbluebutton-api-ruby (1.2.0) xml-simple (>= 1.1.1) GEM diff --git a/bigbluebutton-api-ruby.gemspec b/bigbluebutton-api-ruby.gemspec index 7c90e98..a0a65b6 100644 --- a/bigbluebutton-api-ruby.gemspec +++ b/bigbluebutton-api-ruby.gemspec @@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = 'bigbluebutton-api-ruby' - s.version = '1.1.2' + s.version = '1.2.0' s.extra_rdoc_files = ['README.rdoc', 'LICENSE', 'LICENSE_003', 'CHANGELOG.rdoc'] s.summary = 'Provides an interface to the BigBlueButton web meeting API (https://github.com/mconf/bigbluebutton-api-ruby)' s.description = s.summary