# -*- encoding: utf-8 -*- # stub: africompta 1.9.13.pre.10 ruby lib Gem::Specification.new do |s| s.name = "africompta".freeze s.version = "1.9.13.pre.10".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Linus Gasser".freeze] s.date = "2017-10-30" s.description = "With this module you can have a simple accounting-system.\nIt is based on http://github.com/ineiti/QooxView and adds Entities to handle\naccounts and movements. For the standalone counterpart (which uses the same database),\nsee http://github.com/ineiti/AfriCompta_client .".freeze s.email = "ineiti.blue".freeze s.executables = ["afri_compta.rb".freeze, "africompta.sh".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "TODO".freeze, "VERSION".freeze, "africompta.gemspec".freeze, "bin/afri_compta.rb".freeze, "bin/africompta.sh".freeze, "config.yaml.default".freeze, "lib/africompta.rb".freeze, "lib/africompta/acaccess.rb".freeze, "lib/africompta/acqooxview.rb".freeze, "lib/africompta/entities/account.rb".freeze, "lib/africompta/entities/acschemas.rb".freeze, "lib/africompta/entities/config_base.rb".freeze, "lib/africompta/entities/movement.rb".freeze, "lib/africompta/entities/remote.rb".freeze, "lib/africompta/entities/report.rb".freeze, "lib/africompta/entities/users.rb".freeze, "lib/africompta/views/compta/admin.rb".freeze, "lib/africompta/views/compta/check.rb".freeze, "lib/africompta/views/compta/edit_accounts.rb".freeze, "lib/africompta/views/compta/edit_movements.rb".freeze, "lib/africompta/views/compta/remotes.rb".freeze, "lib/africompta/views/compta/tabs.rb".freeze, "lib/africompta/views/compta/users.rb".freeze, "lib/africompta/views/report/compta_executive.rb".freeze, "lib/africompta/views/report/compta_flat.rb".freeze, "lib/africompta/views/report/tabs.rb".freeze, "po/afri_compta-ar.po".freeze, "po/afri_compta-en.po".freeze, "po/afri_compta-fr.po".freeze, "test/ac_account.rb".freeze, "test/ac_africompta.rb".freeze, "test/ac_big.rb".freeze, "test/ac_merge.rb".freeze, "test/ac_movement.rb".freeze, "test/ac_sqlite.rb".freeze, "test/config_test.yaml".freeze, "test/db.testGestion".freeze, "test/other.conf".freeze, "test/other.rb".freeze, "test/test.conf".freeze, "test/test.rb".freeze] s.homepage = "https://github.com/ineiti/AfriCompta".freeze s.licenses = ["GPLv3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Africompta-module for QooxView".freeze s.test_files = ["test/ac_account.rb".freeze, "test/ac_africompta.rb".freeze, "test/ac_big.rb".freeze, "test/ac_merge.rb".freeze, "test/ac_movement.rb".freeze, "test/ac_sqlite.rb".freeze, "test/config_test.yaml".freeze, "test/db.testGestion".freeze, "test/other.conf".freeze, "test/other.rb".freeze, "test/test.conf".freeze, "test/test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 1.9.11".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.0.0".freeze]) end