Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
This is actually version 1.1.2 renamed because it introduced substantial
changes to the api.
  • Loading branch information
daronco committed Mar 13, 2013
1 parent aeba88d commit f1a0546
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bigbluebutton-api-ruby.gemspec
Expand Up @@ -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
Expand Down

0 comments on commit f1a0546

Please sign in to comment.