Sha256: 08703261ee32e517f4160d975b20eb025410a084096435dccfd2747806aacb63

Contents?: true

Size: 236 Bytes

Versions: 21

Compression:

Stored size: 236 Bytes

Contents

require 'rubygems'

gemfile = File.expand_path('../../../../Gemfile', __FILE__)
if File.exist?(gemfile)
  ENV['BUNDLE_GEMFILE'] = gemfile
  require 'bundler'
  Bundler.setup
end

$:.unshift File.expand_path('../../../../lib', __FILE__)

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
bigbluebutton_rails-3.0.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-2.3.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-2.2.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-2.1.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-2.0.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-1.3.0.mweb1 spec/rails_app/config/boot.rb
bigbluebutton_rails-1.4.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-1.4.0.beta1 spec/rails_app/config/boot.rb
bigbluebutton_rails-1.3.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-1.3.0.beta1 spec/rails_app/config/boot.rb
bigbluebutton_rails-1.2.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-1.1.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-1.0.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-0.1.1 spec/rails_app/config/boot.rb
bigbluebutton_rails-0.1.0 spec/rails_app/config/boot.rb
bigbluebutton_rails-0.0.6 spec/rails_app/config/boot.rb
bigbluebutton_rails-0.0.5 spec/rails_app/config/boot.rb
bigbluebutton_rails-0.0.4 spec/rails_app/config/boot.rb
bigbluebutton_rails-0.0.3 spec/rails_app/config/boot.rb
bigbluebutton_rails-0.0.2 spec/rails_app/config/boot.rb