Skip to content

Commit

Permalink
Documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid Akram committed Dec 13, 2012
1 parent 76f3a1b commit d880213
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .rspec
@@ -0,0 +1,2 @@
--color
--format progress
6 changes: 3 additions & 3 deletions README.textile
@@ -1,10 +1,10 @@
h1. Expedia

Expedia is a ruby wrapper for ["EAN (Expedia Affiliate Network)":www.expediaaffiliate.com] APIs.
Expedia is a ruby wrapper for ["EAN - Expedia Affiliate Network":www.expediaaffiliate.com] APIs.

Other details of this gem are:

* It use the the latest verion of the EAN API. i.e ["Version 3":http://developer.ean.com/docs/read/hotels/version_3]
* It uses the the latest verion of the EAN API. i.e ["Version 3":http://developer.ean.com/docs/read/hotels/version_3]
* Only REST API support (No XML or SOAP support)

h2. Installation
Expand Down Expand Up @@ -48,7 +48,7 @@ response = api.get_list({:propertyName => 'Hotel Moa Berlin', :destinationString
Following methods are expeosed by Expedia::API object

Note: All method naming is done in correspondence with Expedia services and ruby conventions
see "Hotel API Documentation (Services section)":http://developer.ean.com/docs/read/hotels#.UMf_hiNDt0w
see "Hotel API Documentation - Services section":http://developer.ean.com/docs/read/hotels#.UMf_hiNDt0w

<pre>
get_list({})
Expand Down
6 changes: 3 additions & 3 deletions expedia.gemspec
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
gem.version = Expedia::VERSION
gem.authors = ["Zaid Akram"]
gem.email = ["zaidakrammughal@gmail.com"]
gem.description = %q{Expedia is a ruby wrapper for "EAN (Expedia Affiliate Network)}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.description = "Expedia is a lightweight, flexible Ruby SDK for EAN. It allows read/write access to the EAN APIs."
gem.summary = "Expedia is a ruby wrapper for 'EAN (Expedia Affiliate Network)'"
gem.homepage = "https://github.com/zaidakram/expedia"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit d880213

Please sign in to comment.