Sha256: 0feba2a531591668c28e172ad30e2baa92ec82c333c08acbd8003b8ff352aad0
Contents?: true
Size: 1.1 KB
Versions: 4
Compression:
Stored size: 1.1 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"] s.email = ["stijn@skylight.be", "karmenblake@gmail.com"] s.homepage = "https://github.com/stijnster/opentok" s.summary = %q{OpenTok gem} s.description = %q{OpenTok is a free set of APIs 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"] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
opentok-0.0.6 | opentok.gemspec |
opentok-0.0.5 | opentok.gemspec |
opentok-0.0.4 | opentok.gemspec |
opentok-0.0.3 | opentok.gemspec |