# -*- encoding: utf-8 -*- # stub: erp_txns_and_accts 4.2.0 ruby lib Gem::Specification.new do |s| s.name = "erp_txns_and_accts".freeze s.version = "4.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Rick Koloski, Russell Holmes".freeze] s.date = "2016-06-30" s.description = "The Transactions and Accounts Engine implements the root classes for adding business transactions and accounts to parties. The key marker interface classes here are BizTxnEvent, which represents a common interface for all manner of management accounting transactions, and BixTxnAcctRoot, which is the root class for the accounting of transactions. CompassAE uses separate structures for management and financial accounting. ".freeze s.email = ["russonrails@gmail.com".freeze] s.files = ["GPL-3-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/controllers/api/v1/biz_txn_acct_roots_controller.rb".freeze, "app/controllers/api/v1/biz_txn_acct_types_controller.rb".freeze, "app/controllers/api/v1/biz_txn_events_controller.rb".freeze, "app/controllers/api/v1/biz_txn_types_controller.rb".freeze, "app/controllers/api/v1/financial_txns_controller.rb".freeze, "app/models/base_txn_context.rb".freeze, "app/models/biz_acct_txn_task.rb".freeze, "app/models/biz_txn_acct_party_role.rb".freeze, "app/models/biz_txn_acct_pty_rtype.rb".freeze, "app/models/biz_txn_acct_rel_type.rb".freeze, "app/models/biz_txn_acct_relationship.rb".freeze, "app/models/biz_txn_acct_root.rb".freeze, "app/models/biz_txn_acct_status.rb".freeze, "app/models/biz_txn_acct_status_type.rb".freeze, "app/models/biz_txn_acct_type.rb".freeze, "app/models/biz_txn_agreement_role.rb".freeze, "app/models/biz_txn_agreement_role_type.rb".freeze, "app/models/biz_txn_event.rb".freeze, "app/models/biz_txn_event_desc.rb".freeze, "app/models/biz_txn_party_role.rb".freeze, "app/models/biz_txn_party_role_type.rb".freeze, "app/models/biz_txn_rel_type.rb".freeze, "app/models/biz_txn_relationship.rb".freeze, "app/models/biz_txn_status.rb".freeze, "app/models/biz_txn_task.rb".freeze, "app/models/biz_txn_task_type.rb".freeze, "app/models/biz_txn_type.rb".freeze, "app/models/extensions/money.rb".freeze, "app/models/extensions/party.rb".freeze, "app/models/financial_txn.rb".freeze, "app/models/financial_txn_account.rb".freeze, "config/routes.rb".freeze, "db/data_migrations/20140202161941_add_account_owner.rb".freeze, "db/data_migrations/20151216210147_add_default_gl_accounts.rb".freeze, "db/migrate/20080805000030_base_txns_and_accts.rb".freeze, "db/migrate/20151216202856_add_nested_set_to_biz_txn_acct_roots.rb".freeze, "db/migrate/20151231185337_add_billable_to_finanical_txn.rb".freeze, "db/migrate/20160310163051_add_created_by_updated_by_to_erp_txns_and_accts.rb".freeze, "db/migrate/20160628145626_upgrade_biz_txn_events_entered_date_data_type.rb".freeze, "lib/erp_txns_and_accts.rb".freeze, "lib/erp_txns_and_accts/delayed_jobs/payment_gateway_job.rb".freeze, "lib/erp_txns_and_accts/engine.rb".freeze, "lib/erp_txns_and_accts/extensions.rb".freeze, "lib/erp_txns_and_accts/extensions/active_record/acts_as_biz_txn_account.rb".freeze, "lib/erp_txns_and_accts/extensions/active_record/acts_as_biz_txn_event.rb".freeze, "lib/erp_txns_and_accts/extensions/active_record/acts_as_financial_txn_account.rb".freeze, "lib/erp_txns_and_accts/version.rb".freeze, "lib/tasks/erp_txns_and_accts_tasks.rake".freeze, "spec/dummy/Rakefile".freeze, "spec/dummy/app/assets/javascripts/application.js".freeze, "spec/dummy/app/assets/stylesheets/application.css".freeze, "spec/dummy/app/controllers/application_controller.rb".freeze, "spec/dummy/app/helpers/application_helper.rb".freeze, "spec/dummy/app/views/layouts/application.html.erb".freeze, "spec/dummy/config.ru".freeze, "spec/dummy/config/application.rb".freeze, "spec/dummy/config/boot.rb".freeze, "spec/dummy/config/database.yml".freeze, "spec/dummy/config/environment.rb".freeze, "spec/dummy/config/environments/spec.rb".freeze, "spec/dummy/config/initializers/backtrace_silencers.rb".freeze, "spec/dummy/config/initializers/inflections.rb".freeze, "spec/dummy/config/initializers/mime_types.rb".freeze, "spec/dummy/config/initializers/secret_token.rb".freeze, "spec/dummy/config/initializers/session_store.rb".freeze, "spec/dummy/config/initializers/wrap_parameters.rb".freeze, "spec/dummy/config/locales/en.yml".freeze, "spec/dummy/config/routes.rb".freeze, "spec/dummy/public/404.html".freeze, "spec/dummy/public/422.html".freeze, "spec/dummy/public/500.html".freeze, "spec/dummy/public/favicon.ico".freeze, "spec/dummy/script/rails".freeze, "spec/factories/basic.rb".freeze, "spec/models/base_txn_context_spec.rb".freeze, "spec/models/biz_acct_txn_task_spec.rb".freeze, "spec/models/biz_txn_acct_party_role_spec.rb".freeze, "spec/models/biz_txn_acct_pty_rtype_spec.rb".freeze, "spec/models/biz_txn_acct_rel_type_spec.rb".freeze, "spec/models/biz_txn_acct_relationship_spec.rb".freeze, "spec/models/biz_txn_acct_root_spec.rb".freeze, "spec/models/biz_txn_acct_status_spec.rb".freeze, "spec/models/biz_txn_acct_status_type_spec.rb".freeze, "spec/models/biz_txn_acct_type_spec.rb".freeze, "spec/models/biz_txn_agreement_role_spec.rb".freeze, "spec/models/biz_txn_agreement_role_type_spec.rb".freeze, "spec/models/biz_txn_event_desc_spec.rb".freeze, "spec/models/biz_txn_event_spec.rb".freeze, "spec/models/biz_txn_party_role_spec.rb".freeze, "spec/models/biz_txn_party_role_type_spec.rb".freeze, "spec/models/biz_txn_rel_type_spec.rb".freeze, "spec/models/biz_txn_relationship_spec.rb".freeze, "spec/models/biz_txn_status_spec.rb".freeze, "spec/models/biz_txn_task_spec.rb".freeze, "spec/models/biz_txn_task_type_spec.rb".freeze, "spec/models/biz_txn_type_spec.rb".freeze, "spec/models/financial_txn_account_spec.rb".freeze, "spec/models/financial_txn_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://development.compassagile.com".freeze s.licenses = ["GPL-3-LICENSE".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The Transactions and Accounts Engine implements the root classes for adding business transactions and accounts to parties.".freeze s.test_files = ["spec/dummy/app/assets/javascripts/application.js".freeze, "spec/dummy/app/assets/stylesheets/application.css".freeze, "spec/dummy/app/controllers/application_controller.rb".freeze, "spec/dummy/app/helpers/application_helper.rb".freeze, "spec/dummy/app/views/layouts/application.html.erb".freeze, "spec/dummy/config/application.rb".freeze, "spec/dummy/config/boot.rb".freeze, "spec/dummy/config/database.yml".freeze, "spec/dummy/config/environment.rb".freeze, "spec/dummy/config/environments/spec.rb".freeze, "spec/dummy/config/initializers/backtrace_silencers.rb".freeze, "spec/dummy/config/initializers/inflections.rb".freeze, "spec/dummy/config/initializers/mime_types.rb".freeze, "spec/dummy/config/initializers/secret_token.rb".freeze, "spec/dummy/config/initializers/session_store.rb".freeze, "spec/dummy/config/initializers/wrap_parameters.rb".freeze, "spec/dummy/config/locales/en.yml".freeze, "spec/dummy/config/routes.rb".freeze, "spec/dummy/config.ru".freeze, "spec/dummy/public/404.html".freeze, "spec/dummy/public/422.html".freeze, "spec/dummy/public/500.html".freeze, "spec/dummy/public/favicon.ico".freeze, "spec/dummy/Rakefile".freeze, "spec/dummy/script/rails".freeze, "spec/factories/basic.rb".freeze, "spec/models/base_txn_context_spec.rb".freeze, "spec/models/biz_acct_txn_task_spec.rb".freeze, "spec/models/biz_txn_acct_party_role_spec.rb".freeze, "spec/models/biz_txn_acct_pty_rtype_spec.rb".freeze, "spec/models/biz_txn_acct_rel_type_spec.rb".freeze, "spec/models/biz_txn_acct_relationship_spec.rb".freeze, "spec/models/biz_txn_acct_root_spec.rb".freeze, "spec/models/biz_txn_acct_status_spec.rb".freeze, "spec/models/biz_txn_acct_status_type_spec.rb".freeze, "spec/models/biz_txn_acct_type_spec.rb".freeze, "spec/models/biz_txn_agreement_role_spec.rb".freeze, "spec/models/biz_txn_agreement_role_type_spec.rb".freeze, "spec/models/biz_txn_event_desc_spec.rb".freeze, "spec/models/biz_txn_event_spec.rb".freeze, "spec/models/biz_txn_party_role_spec.rb".freeze, "spec/models/biz_txn_party_role_type_spec.rb".freeze, "spec/models/biz_txn_rel_type_spec.rb".freeze, "spec/models/biz_txn_relationship_spec.rb".freeze, "spec/models/biz_txn_status_spec.rb".freeze, "spec/models/biz_txn_task_spec.rb".freeze, "spec/models/biz_txn_task_type_spec.rb".freeze, "spec/models/biz_txn_type_spec.rb".freeze, "spec/models/financial_txn_account_spec.rb".freeze, "spec/models/financial_txn_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.2".freeze]) end