Sha256: 1094cfb5a605f63b8d4068d768469c42fbfa35ea2312596f432f02da87fafbcd
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 KB
Contents
$:.push File.expand_path("../lib", __FILE__) require "bigbluebutton_rails/version" Gem::Specification.new do |s| s.name = "bigbluebutton_rails" s.version = BigbluebuttonRails::VERSION.dup s.platform = Gem::Platform::RUBY s.summary = "BigBlueButton integration for Ruby on Rails" s.email = "mconf-dev@googlegroups.com" s.homepage = "http://github.com/mconf/bigbluebutton_rails" s.description = "Allows access and use of BigBlueButton from a Ruby on Rails application" s.authors = ["Mconf", "Leonardo Crauss Daronco"] s.email = ["contact@mconf.org", "leonardodaronco@gmail.com"] s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] s.add_dependency("rails", ">= 4.0.0") s.add_dependency("bigbluebutton-api-ruby", "~> 1.6") s.add_dependency("resque", "~> 1.25.1") s.add_dependency("resque-scheduler", "~> 3.0") s.add_dependency("browser", "~> 0.8.0") s.add_dependency("activerecord-import", "~> 1.0") end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bigbluebutton_rails-3.0.0 | bigbluebutton_rails.gemspec |
bigbluebutton_rails-2.3.0 | bigbluebutton_rails.gemspec |