Sha256: b3e99383d02658a4595945f8106d71d78c4f5f58cacb8e974390142029c521b8
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "rsift/version" Gem::Specification.new do |s| s.name = "rsift" s.version = Rsift::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Steven Shingler"] s.email = ["shingler@gmail.com"] s.homepage = "http://github.com/sshingler/rsift" s.summary = %q{Ruby wrapper for the Datasift API} s.description = <<-EOF This is a Ruby client wrapper for the Datasift API. Right now, it just handles data, streams and comments. There's also a class to handle receiving data from Datasift using their websockets implementation. EOF s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test}/*`.split("\n") s.require_paths = ["lib"] s.add_dependency("rake", "0.8.7") s.add_dependency("json", "1.4.6") s.add_dependency("rest-client", "1.4.2") s.add_dependency("jakal", "0.1.95") s.add_dependency("em-http-request", "0.2.15") # Test libraries s.add_dependency("test-unit", "1.2.3") s.add_dependency("shoulda", "2.11.3") s.add_dependency("webmock", "1.6.1") end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rsift-0.3.4 | rsift.gemspec |
rsift-0.3.3 | rsift.gemspec |