Sha256: 0a00faa35b4a4d191f492056f7cc6339f7ea71dc09147160dda34d1a0a304fc8

Contents?: true

Size: 1.14 KB

Versions: 6

Compression:

Stored size: 1.14 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"]
  s.email       = ["iamchrono@gmail.com"]
  s.homepage    = "https://github.com/ging/social_stream-presence"
  s.summary = "Presence capabilities for Social Stream, the core for building social network websites"
  s.description = "Social Stream is a Ruby on Rails engine providing your application with social networking features and activity streams."

  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', '~> 0.16.2')
  
  s.add_runtime_dependency "xmpp4r"

  s.add_runtime_dependency "net-ssh"

  s.add_runtime_dependency "net-sftp"
  
  s.add_development_dependency "ruby-debug19"
  
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
social_stream-0.22.0 presence/social_stream-presence.gemspec
social_stream-presence-0.8.3 social_stream-presence.gemspec
social_stream-presence-0.8.2 social_stream-presence.gemspec
social_stream-presence-0.8.0 social_stream-presence.gemspec
social_stream-0.21.4 presence/social_stream-presence.gemspec
social_stream-presence-0.7.5 social_stream-presence.gemspec