Sha256: 5987d73de00abac3ccd5f3674a01998a7fd8b7a05bd348e11ae36d989ac013df

Contents?: true

Size: 846 Bytes

Versions: 15

Compression:

Stored size: 846 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "vmail/version"

Gem::Specification.new do |s|
  s.name        = "vmail"
  s.version     = Vmail::VERSION
  s.platform    = Gem::Platform::RUBY
  s.required_ruby_version = '>= 1.9.0'

  s.authors     = ["Daniel Choi"]
  s.email       = ["dhchoi@gmail.com"]
  s.homepage    = "http://danielchoi.com/software/vmail.html"
  s.summary     = %q{A Vim interface to Gmail}
  s.description = %q{Manage your email with Vim}

  s.rubyforge_project = "vmail"

  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"]

  s.add_dependency 'mail', '>= 2.2.12'
  s.add_dependency 'highline', '>= 1.6.1'
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
vmail-1.6.8 vmail.gemspec
vmail-1.6.7 vmail.gemspec
vmail-1.6.6 vmail.gemspec
vmail-1.6.5 vmail.gemspec
vmail-1.6.4 vmail.gemspec
vmail-1.6.3 vmail.gemspec
vmail-1.6.2 vmail.gemspec
vmail-1.6.1 vmail.gemspec
vmail-1.6.0 vmail.gemspec
vmail-1.5.9 vmail.gemspec
vmail-1.5.8 vmail.gemspec
vmail-1.5.7 vmail.gemspec
vmail-1.5.6 vmail.gemspec
vmail-1.5.5 vmail.gemspec
vmail-1.5.4 vmail.gemspec