Sha256: 53ce5642ab4daf52534141ffa6e16a57a030de67f0c3aaba1c8903b886130528
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 Bytes
Contents
# encoding: UTF-8 Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'canada_post' s.version = '0.1.0' s.author = 'Alex Tsokurov' s.email = 'me@ximik.net' s.summary = 'A Simple Ruby Class that communicates with Canada Post Server and provides a shipping estimate.' s.homepage = 'http://github.com/Ximik/CanadaPost' s.files = `git ls-files`.split("\n") s.add_dependency 'builder' s.has_rdoc = true s.extra_rdoc_files << 'README.rdoc' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
canada_post-0.1.0 | canada_post.gemspec |