Sha256: 261d664d53368e3fdb106b92754ce25f624b44b05c3547c138f35e338984dea7
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'lotrip/version' Gem::Specification.new do |spec| spec.name = "lotrip" spec.version = Lotrip::VERSION spec.authors = ["Donovan BENFOUZARI"] spec.email = ["d.benfouzari@gmail.com"] # if spec.respond_to?(:metadata) # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server." # end # spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.} spec.summary = %q{This gem will be useful on Trip&Mates to be able to get unified results from multiple services.} # spec.description = %q{TODO: Write a longer description or delete this line.} # spec.homepage = "TODO: Put your gem's website or public repo URL here." spec.homepage = "https://github.com/dbenfouzari/lotrip" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.8" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "typhoeus", ">= 0" spec.add_development_dependency "json", ">= 0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lotrip-0.1.0 | lotrip.gemspec |