Gem::Specification.new do |s| s.name = "social2social" s.version = "0.0.5" s.authors = ["Víctor Sánchez Belmar"] s.summary = "Provides a Social Stream node able to decentralize contents with the OStatus protocol" s.description = "This gem allow you to connect several social stream nodes using PSHB hubs, also allows to follow, and share streams with social stream users in any node." s.email = "v.sanchezbelmar@gmail.com" s.homepage = "http://github.com/ging/social_stream" s.files = `git ls-files`.split("\n") # Gem dependencies s.add_runtime_dependency('social_stream-ostatus') end