Sha256: fde0312ba59e9ecd1b067e497501c4ee3b439615c9e293010f673a47712f3c08
Contents?: true
Size: 740 Bytes
Versions: 6
Compression:
Stored size: 740 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.authors = ["Daniel Choi"] s.email = ["dhchoi@gmail.com"] s.homepage = "http://rubygems.org/gems/vmail" 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' end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
vmail-0.0.6 | vmail.gemspec |
vmail-0.0.5 | vmail.gemspec |
vmail-0.0.4 | vmail.gemspec |
vmail-0.0.3 | vmail.gemspec |
vmail-0.0.2 | vmail.gemspec |
vmail-0.0.1 | vmail.gemspec |