Sha256: 69946c60b133cf193b4607a5d4f554d921f159c39507ea31999e9ce478da45b1

Contents?: true

Size: 824 Bytes

Versions: 1

Compression:

Stored size: 824 Bytes

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 = "It allows you to interact with BigBlueButton from your Ruby on Rails application"
  s.authors     = ['Mconf', 'Leonardo Crauss Daronco']

  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", ">= 3.0.0")
  s.add_dependency("bigbluebutton-api-ruby", "~> 1.1.0")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bigbluebutton_rails-1.2.0 bigbluebutton_rails.gemspec