Sha256: c20087212ca2cb990baf1e14d8295e9d92bb1f9c4da67b0c30533e5bf5ea37b9

Contents?: true

Size: 977 Bytes

Versions: 1

Compression:

Stored size: 977 Bytes

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
A Ruby client/wrapper gem for the Datasift API. 
Right now, it just handles data, streams and comments.
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")

  # 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

1 entries across 1 versions & 1 rubygems

Version Path
rsift-0.3.2 rsift.gemspec