Sha256: 8232a0e24007ebf9f0d426f3a7a4c780b99e026422b9045b3eed370dda6ab166
Contents?: true
Size: 905 Bytes
Versions: 1
Compression:
Stored size: 905 Bytes
Contents
Gem::Specification.new do |s| s.name = 'africompta' s.version = '1.9.13-12' s.date = '2017-10-30' s.summary = 'Africompta-module for QooxView' s.description = 'With this module you can have a simple accounting-system. It is based on http://github.com/ineiti/QooxView and adds Entities to handle accounts and movements. For the standalone counterpart (which uses the same database), see http://github.com/ineiti/AfriCompta_client .' s.authors = ['Linus Gasser'] s.email = 'ineiti.blue' s.files = `if [ -d '.git' ]; then git ls-files -z; fi`.split("\x0") s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ['lib'] s.homepage = 'https://github.com/ineiti/AfriCompta' s.license = 'GPL-3.0' s.add_dependency 'qooxview', '1.9.13-12' s.add_dependency 'prawn', '1.0.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
africompta-1.9.13.pre.12 | africompta.gemspec |