Sha256: 3569c7c7a3d4b44427fd1eca0ed2bd20c5636f8a5bf5d772f4f97139510dbe2f
Contents?: true
Size: 1017 Bytes
Versions: 2
Compression:
Stored size: 1017 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'gls_agent/version' Gem::Specification.new do |spec| spec.name = 'gls_agent' spec.version = GLSAgent::VERSION spec.authors = ['Felix Wolfsteller'] spec.email = ['felix.wolfsteller@gmail.com'] spec.summary = %q{Fetches german parcel labels from GLS webpage.} spec.description = %q{Log into GLS site, create and save new parcel sticker for Germany.} spec.homepage = 'https://github.com/fwolfst/gls_agent' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency 'mechanize' spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gls_agent-0.3.0 | gls_agent.gemspec |
gls_agent-0.2.0 | gls_agent.gemspec |