Sha256: 3e5fd12191bd71a264027ff1d11dba79331c8a34c0e9b8c19feb1e709453b67f
Contents?: true
Size: 998 Bytes
Versions: 2
Compression:
Stored size: 998 Bytes
Contents
Gem::Specification.new do |s| s.name = 'datasift' s.version = File.open('VERSION').first s.authors = ['DataSift', 'Courtney Robinson', 'Jason Dugdale'] s.email = ['support@datasift.com'] s.description = %q{The official Ruby library for accessing the DataSift API. See http://datasift.com/ for full details and to sign up for an account.} s.summary = %q{DataSift is a simple wrapper for the DataSift API.} s.homepage = 'https://github.com/datasift/datasift-ruby' s.license = 'BSD' s.platform = Gem::Platform::RUBY s.required_rubygems_version = '>= 1.3.5' s.required_ruby_version = '>= 2.0.0' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test}/*`.split("\n") s.require_paths = ["lib"] s.add_runtime_dependency('rest-client', '~> 1.6') s.add_runtime_dependency('multi_json', '~> 1.7') s.add_runtime_dependency('websocket-td', '~> 0.0.5') s.add_development_dependency('bundler', '~> 1.0') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datasift-3.3.0 | datasift.gemspec |
datasift-3.2.0 | datasift.gemspec |