Sha256: 3573ae956a8fce17c0f9c4d344ce2eb4553d72cbcb8069f14d96fd65929831b8

Contents?: true

Size: 916 Bytes

Versions: 1

Compression:

Stored size: 916 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Wojciech Wnętrzak"]
  gem.email         = ["w.wnetrzak@gmail.com"]
  gem.description   = %q{Alexa Web Information Service library (AWIS)}
  gem.summary       = %q{Alexa Web Information Service library}
  gem.homepage      = "https://github.com/morgoth/alexa"
  gem.license       = "MIT"

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

  gem.add_dependency "multi_xml", ">= 0.5.0"
  gem.add_dependency "faraday", "~> 0.8.7"

  gem.add_development_dependency "mocha"
  gem.add_development_dependency "webmock"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alexa-0.5.0 alexa.gemspec