Sha256: cf2bf03467ac05837e6efadcffe421f9a64bdd5e94af104e65e531f6650d00e3
Contents?: true
Size: 882 Bytes
Versions: 1
Compression:
Stored size: 882 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path( "#{__FILE__}/../lib" ) require "fibber_mailman/version" Gem::Specification.new do |s| s.name = "fibber_mailman" s.version = FibberMailman::VERSION s.authors = ["Fernando Guillen"] s.email = ["fguillen.mail@gmail.com"] s.homepage = "https://github.com/fguillen/FibberMailman" s.summary = "FibberMailman lie to you when you ask for a Net::POP3.start call." s.description = "FibberMailman lie to you when you ask for a Net::POP3.start call." s.rubyforge_project = "FibberMailman" s.add_dependency "tmail" s.add_development_dependency "rake" 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"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fibber_mailman-0.0.7 | fibber_mailman.gemspec |