endeca_on_demand 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/endeca_on_demand.gemspec +1 -1
- data/lib/endeca_on_demand/version.rb +1 -1
- metadata +2 -2
data/endeca_on_demand.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ['sdomino']
|
|
10
10
|
s.email = ['sdomino@pagodabox.com']
|
|
11
|
-
s.homepage = 'http://github.com/sdomino/
|
|
11
|
+
s.homepage = 'http://github.com/sdomino/endeca_on-demand'
|
|
12
12
|
s.summary = 'Formerly EndecaXml (endeca_xml), This gem provides an easy way for you to use the Thanx Media, Endeca On-Demand Web API'
|
|
13
13
|
s.description = 'EndecaOnDemand will take a query-string and construct an XML query that it then sends to a hosted Endeca On-Demand Cluster. It will then parse the response and expose an API for using the response data.'
|
|
14
14
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: endeca_on_demand
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- sdomino
|
|
@@ -58,7 +58,7 @@ files:
|
|
|
58
58
|
- lib/endeca_on_demand/rule.rb
|
|
59
59
|
- lib/endeca_on_demand/search_report.rb
|
|
60
60
|
- lib/endeca_on_demand/version.rb
|
|
61
|
-
homepage: http://github.com/sdomino/
|
|
61
|
+
homepage: http://github.com/sdomino/endeca_on-demand
|
|
62
62
|
licenses: []
|
|
63
63
|
|
|
64
64
|
post_install_message:
|