Sha256: 6ce8fd5ed2d825df723a3ba609f4bb5cc691e6a13c68921f9861ea1ed3c3b92e
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "social_stream/presence/version" Gem::Specification.new do |s| s.name = "social_stream-presence" s.version = SocialStream::Presence::VERSION s.authors = ["Aldo Gordillo", "GING"] s.email = ["agordillos@gmail.com"] s.homepage = "https://github.com/ging/social_stream/wiki/Getting-Started-With-Social-Stream-Presence" s.summary = "Presence capabilities for Social Stream, the core for building social network websites." s.description = "Social Stream Presence provides everything you need for including presence, instant messaging and video chat services in your social network website, including a complete chat fully integrated with Social Stream." s.rubyforge_project = "social_stream-presence" 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"] # Gem dependencies s.add_runtime_dependency('social_stream-base', '~> 2.0.0.beta3') s.add_runtime_dependency "xmpp4r" s.add_runtime_dependency "net-ssh" s.add_runtime_dependency "net-sftp" s.add_development_dependency "debugger" end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
social_stream-2.0.0.beta3 | presence/social_stream-presence.gemspec |
social_stream-presence-2.0.0.beta3 | social_stream-presence.gemspec |