12 lines
No EOL
459 B
Ruby
12 lines
No EOL
459 B
Ruby
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 |