Sha256: 4a66fd47c91875e811af439c499dc74744522845f65164c33daeeb91a2a9f154
Contents?: true
Size: 1.1 KB
Versions: 5
Compression:
Stored size: 1.1 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = 'datasift' s.version = File.open('VERSION').first s.authors = ['DataSift'] s.email = ['support@datasift.net'] 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 = 'http://github.com/datasift/datasift-ruby' s.platform = Gem::Platform::RUBY s.rubygems_version = %q{1.3.6} s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version= s.add_runtime_dependency('rest-client', '~> 1.6.3') s.add_runtime_dependency('yajl-ruby', '~> 1.1.0') s.add_development_dependency('rdoc', '> 0') s.add_development_dependency('shoulda', '~> 2.11.3') s.add_development_dependency('rspec', '~> 2.6.0') s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
datasift-2.0.4 | datasift.gemspec |
datasift-2.0.3 | datasift.gemspec |
datasift-2.0.2 | datasift.gemspec |
datasift-2.0.1 | datasift.gemspec |
datasift-2.0.0 | datasift.gemspec |