Sha256: 6bbaf4b4957e3d8ca4f77268f74b1487cfc1b62899a127aa94b6e1ac8723b77c

Contents?: true

Size: 854 Bytes

Versions: 1

Compression:

Stored size: 854 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_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.11 fibber_mailman.gemspec