Sha256: a9b2998f83eceaf14c60c1cabf8a981006fd1e33ca6b470a34ac55b8041e485d

Contents?: true

Size: 1.28 KB

Versions: 4

Compression:

Stored size: 1.28 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "open_tok/version"

Gem::Specification.new do |s|
  s.name        = "opentok"
  s.version     = Opentok::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Stijn Mathysen", "Karmen Blake", "Song Zheng"]
  s.email       = ["stijn@skylight.be", "karmenblake@gmail.com", "song@tokbox.com"]
  s.homepage    = "https://github.com/opentok/Opentok-Ruby-SDK"
  s.summary     = %q{OpenTok gem}
  s.description = %q{OpenTok is an API from TokBox that enables websites to weave live group video communication into their online experience. With OpenTok you have the freedom and flexibility to create the most engaging web experience for your users. OpenTok is currently available as a JavaScript and ActionScript 3.0 library. This gem allows you to connect to the API from within Ruby (and Rails)}

  s.rubyforge_project = "opentok"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency "rake"
  s.add_development_dependency "rspec"
  s.add_development_dependency "webmock"
  s.add_development_dependency "vcr"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
opentok-0.0.92 opentok.gemspec
opentok-0.0.91 opentok.gemspec
opentok-0.0.9 opentok.gemspec
opentok-0.0.73 opentok.gemspec