[ Gemspec ]
This commit is contained in:
parent
7085e69bb6
commit
8dfb642c84
6 changed files with 52 additions and 3 deletions
12
tonton_web.gemspec
Normal file
12
tonton_web.gemspec
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue