Skip to content
Open
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
4 changes: 2 additions & 2 deletions canvas_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ['zachp@instructure.com']
gem.description = %q{Canvas Connect is an Adobe Connect plugin for the Instructure Canvas LMS. It allows teachers and administrators to create and launch Connect conferences directly from their courses.}
gem.summary = %q{Adobe Connect integration for Instructure Canvas (http://instructure.com).}
gem.homepage = 'http://instructure.com'
gem.homepage = 'https://github.com/instructure/canvas_connect'
gem.license = 'MIT'

gem.files = `git ls-files`.split($/)
Expand All @@ -19,6 +19,6 @@ Gem::Specification.new do |gem|
gem.require_paths = %w{app lib}

gem.add_dependency 'rake', '>= 0.9.6'
gem.add_dependency 'adobe_connect', '~> 1.0.0'
gem.add_dependency 'adobe_connect', '~> 1.0'
end

2 changes: 1 addition & 1 deletion lib/canvas_connect/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CanvasConnect
VERSION = '0.3.16'
VERSION = '0.3.17'
end