forked from Janderson/gmail_contatos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgmail_contatos.gemspec
More file actions
18 lines (17 loc) · 877 Bytes
/
gmail_contatos.gemspec
File metadata and controls
18 lines (17 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "gmail_contatos/version"
Gem::Specification.new do |s|
s.name = "gmail_contatos"
s.version = GmailContatos::VERSION
s.authors = ["Janderson F. Ferreira"]
s.email = ["ffjanderson@gmail.com"]
s.homepage = "https://github.com/Janderson/gmail_contatos"
s.summary = %q{ Simples gem para sincronizar com Gmail Contatos }
s.description = %q{ Simples gem para sincronizar com Gmail Contatos }
s.rubyforge_project = "gmail_contatos"
s.files = Dir['Gemfile', 'LICENSE.md', 'README.md', 'Rakefile', 'app/**/*', 'config/routes.rb', 'config/**/*', 'lib/**/*', 'public/**/*']
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