Sha256: c954f6848bdc0d1f508130f233b781f74fed2e11f1453ea38b47add4a8041d05
Contents?: true
Size: 1.87 KB
Versions: 1
Compression:
Stored size: 1.87 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # stub: algoliasearch 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "algoliasearch" s.version = "1.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Algolia"] s.date = "2014-01-07" s.description = "A simple Ruby client for the algolia.com REST API" s.email = "contact@algolia.com" s.extra_rdoc_files = [ "ChangeLog", "LICENSE.txt", "README.md" ] s.files = [ ".rspec", ".travis.yml", "ChangeLog", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.md", "Rakefile", "algoliasearch.gemspec", "contacts.json", "lib/algolia/client.rb", "lib/algolia/error.rb", "lib/algolia/index.rb", "lib/algolia/protocol.rb", "lib/algolia/version.rb", "lib/algolia/webmock.rb", "lib/algoliasearch.rb", "resources/ca-bundle.crt", "spec/client_spec.rb", "spec/mock_spec.rb", "spec/spec_helper.rb", "spec/stub_spec.rb" ] s.homepage = "http://github.com/algolia/algoliasearch-client-ruby" s.licenses = ["MIT"] s.rubygems_version = "2.2.1" s.summary = "A simple Ruby client for the algolia.com REST API" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<httpclient>, ["~> 2.3"]) s.add_runtime_dependency(%q<json>, [">= 1.5.1"]) s.add_development_dependency(%q<travis>, [">= 0"]) else s.add_dependency(%q<httpclient>, ["~> 2.3"]) s.add_dependency(%q<json>, [">= 1.5.1"]) end else s.add_dependency(%q<httpclient>, ["~> 2.3"]) s.add_dependency(%q<json>, [">= 1.5.1"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
algoliasearch-1.2.1 | algoliasearch.gemspec |