init
This commit is contained in:
commit
135b14c868
35 changed files with 1363 additions and 0 deletions
20
hitobito_lit.gemspec
Normal file
20
hitobito_lit.gemspec
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
$LOAD_PATH.push File.expand_path('../lib', __FILE__)
|
||||
|
||||
# Maintain your wagon's version:
|
||||
require 'hitobito_lit/version'
|
||||
|
||||
# Describe your gem and declare its dependencies:
|
||||
Gem::Specification.new do |s|
|
||||
# rubocop:disable SingleSpaceBeforeFirstArg
|
||||
s.name = 'hitobito_lit'
|
||||
s.version = HitobitoLit::VERSION
|
||||
s.authors = ['Your name']
|
||||
s.email = ['Your email']
|
||||
# s.homepage = 'TODO'
|
||||
s.summary = 'Lit'
|
||||
s.description = 'Wagon description'
|
||||
|
||||
s.files = Dir['{app,config,db,lib}/**/*'] + ['Rakefile']
|
||||
s.test_files = Dir['test/**/*']
|
||||
# rubocop:enable SingleSpaceBeforeFirstArg
|
||||
end
|
||||
Reference in a new issue