Sha256: 64da1f9f09850b091a3fcb604a56806034ae080bd9551ef8626cb3c248f9b7c1

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "endeca_on_demand/version"

Gem::Specification.new do |s|
  s.name        = "endeca_on_demand"
  s.version     = EndecaOnDemand::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['sdomino']
  s.email       = ['sdomino@pagodabox.com']
  s.homepage    = 'http://github.com/sdomino/endeca_on-demand'
  s.summary     = 'Formerly EndecaXml (endeca_xml), This gem provides an easy way for you to use the Thanx Media, Endeca On-Demand Web API'
  s.description = 'EndecaOnDemand will take a query-string and construct an XML query and send it to an hosted Endeca On-Demand Cluster. It will then parse the response and expose an API for using the response data.'

  s.rubyforge_project = "endeca_on_demand"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency 'rspec'
  
  s.add_dependency 'nokogiri'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
endeca_on_demand-1.0.1 endeca_on_demand.gemspec
endeca_on_demand-1.0.0 endeca_on_demand.gemspec
endeca_on_demand-0.9.9.7 endeca_on_demand.gemspec
endeca_on_demand-0.9.9.6 endeca_on_demand.gemspec
endeca_on_demand-0.9.9.5 endeca_on_demand.gemspec
endeca_on_demand-0.9.9.2 endeca_on_demand.gemspec