expedia.gemspec in expedia-0.0.1 vs expedia.gemspec in expedia-0.0.2

- old
+ new

@@ -4,11 +4,13 @@ require 'expedia/version' Gem::Specification.new do |gem| gem.name = "expedia" gem.version = Expedia::VERSION + gem.platform = Gem::Platform::RUBY gem.authors = ["Zaid Akram"] gem.email = ["zaidakrammughal@gmail.com"] + gem.licenses = ["MIT"] 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($/)