Sha256: 9e20382dfa26fab0773f0864e863b2df33615b1345a35e5572e01fbea06af852
Contents?: true
Size: 653 Bytes
Versions: 1
Compression:
Stored size: 653 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/tapioca/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Rafael Mendonça França"] gem.email = ["rafaelmfranca@gmail.com"] gem.description = %q{One project to glue them all} gem.summary = %q{Glue here} gem.homepage = "" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "tapioca" gem.require_paths = ["lib"] gem.version = Tapioca::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tapioca-0.0.1 | tapioca.gemspec |