[ Gemspec ]

This commit is contained in:
Mateus Cezário Barreto 2025-11-06 14:29:33 -03:00
commit 8dfb642c84
6 changed files with 52 additions and 3 deletions

12
tonton_web.gemspec Normal file
View file

@ -0,0 +1,12 @@
Gem::Specification.new do |s|
s.name = 'tonton_web'
s.version = '0.0.0'
s.summary = 'TonTon Web app main parts'
s.description = 'TonTon Web app main parts'
s.authors = ['Mateus Cezário Barreto']
s.email = 'mateus.cezario.barreto@gmail.com'
s.homepage = 'https://mytonton.com.br'
s.license = 'MIT'
s.files = Dir.glob('{bin/*,lib/**/*,example/*,*.md,views/*}')
s.files.each { |f| if f.include?('bin/') then s.executables << File.basename(f) end }
end