-
- Downloads
Setup and connect bbb_api gem (#3296)
* Setup and connect bbb_api gem * Fixes and cleaning * Changing api version * Testing changes * Test cleanup
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 13 additions, 0 deletionsGemfile.lock
- app/services/big_blue_button_api.rb 23 additions, 0 deletionsapp/services/big_blue_button_api.rb
- ruby-build 1 addition, 0 deletionsruby-build
- sample.env 10 additions, 1 deletionsample.env
- spec/services/big_blue_button_api_spec.rb 28 additions, 0 deletionsspec/services/big_blue_button_api_spec.rb
... | ... | @@ -6,6 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } |
ruby '3.1.0' | ||
gem 'bcrypt', '~> 3.1.7' | ||
gem 'bigbluebutton-api-ruby', '1.8' | ||
gem 'bootsnap', require: false | ||
gem 'cssbundling-rails' | ||
gem 'dotenv-rails' | ||
... | ... |
app/services/big_blue_button_api.rb
0 → 100644
spec/services/big_blue_button_api_spec.rb
0 → 100644
Please register or sign in to comment