Sha256: 53529d9aefff481c0af75cb6b0a846190ef09ddc2080d9a5cac50624045d95a1
Contents?: true
Size: 830 Bytes
Versions: 1
Compression:
Stored size: 830 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "alexa/version" Gem::Specification.new do |s| s.name = "alexa" s.version = Alexa::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Wojciech Wnętrzak"] s.email = ["w.wnetrzak@gmail.com"] s.homepage = "https://github.com/morgoth/alexa" s.summary = %q{Alexa Web Information Service library} s.description = %q{Alexa Web Information Service library (AWIS)} s.rubyforge_project = "alexa" 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_dependency "xml-simple" s.add_development_dependency "mocha" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alexa-0.2.1 | alexa.gemspec |