--- !ruby/object:Gem::Specification name: billing version: !ruby/object:Gem::Version version: 0.0.7a platform: ruby authors: - Alex Vangelov autorequire: bindir: bin cert_chain: [] date: 2015-05-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.0.5 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.0.5 - !ruby/object:Gem::Dependency name: money-rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: paper_trail requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Provides billing for an ActiveRecord model email: - email@data.bg executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.rdoc - Rakefile - app/models/billing/bill.rb - app/models/billing/charge.rb - app/models/billing/department.rb - app/models/billing/modifier.rb - app/models/billing/modifier_items.rb - app/models/billing/operator.rb - app/models/billing/operator_fiscal_driver_mapping.rb - app/models/billing/origin.rb - app/models/billing/payment.rb - app/models/billing/payment_external.rb - app/models/billing/payment_type.rb - app/models/billing/payment_type_fiscal_driver_mapping.rb - app/models/billing/payment_with_type.rb - app/models/billing/paypal_express.rb - app/models/billing/plu.rb - app/models/billing/profile.rb - app/models/billing/report.rb - app/models/billing/resource.rb - app/models/billing/room_transfer.rb - app/models/billing/tax_group.rb - app/models/billing/tax_group_fiscal_driver_mapping.rb - app/models/billing/version.rb - app/models/concerns/billing/bill_item.rb - app/models/concerns/billing/bill_text_parser.rb - config/initializers/money.rb - config/initializers/paper_trail.rb - config/routes.rb - db/migrate/20140717180443_create_billing_accounts.rb - db/migrate/20140717181134_create_billing_charges.rb - db/migrate/20140717181406_create_billing_discounts.rb - db/migrate/20140717183129_create_billing_payments.rb - db/migrate/20140717202527_create_billing_origins.rb - db/migrate/20140718164841_add_sumaries_to_billing_account.rb - db/migrate/20140718210349_add_fixed_value_to_billing_discount.rb - db/migrate/20140718212116_create_billing_payment_types.rb - db/migrate/20140719094023_create_billing_tax_groups.rb - db/migrate/20140719094033_create_billing_plus.rb - db/migrate/20140719094418_create_billing_profiles.rb - db/migrate/20140719103621_rename_billing_discounts_to_modifiers.rb - db/migrate/20140719110412_add_surcharges_sum_to_billing_account.rb - db/migrate/20140720110811_add_type_to_billing_payment.rb - db/migrate/20140720132559_add_type_to_billing_payment_type.rb - db/migrate/20140721172932_create_billing_operators.rb - db/migrate/20140721173106_create_billing_departments.rb - db/migrate/20140722160242_change_table_base_billing_tax_group.rb - db/migrate/20140722160258_change_table_base_billing_operator.rb - db/migrate/20140722160529_change_table_base_billing_payment_type.rb - db/migrate/20140722160902_change_table_base_billing_departments.rb - db/migrate/20140722161743_change_table_base_billing_plus.rb - db/migrate/20140722162315_change_table_base_billing_origins.rb - db/migrate/20140724173527_add_origin_to_billing_account.rb - db/migrate/20140724173917_remove_origin_and_fiscal_defice_from_billing_payment.rb - db/migrate/20140725122914_add_status_to_billing_payment.rb - db/migrate/20140725142525_eqalize_schemas_billing_charge.rb - db/migrate/20140725143734_eqalize_schemas_billing_department.rb - db/migrate/20140725145640_eqalize_schemas_billing_closure.rb - db/migrate/20140725145953_eqalize_schemas_billing_operators.rb - db/migrate/20140725150329_eqalize_schemas_billing_origin.rb - db/migrate/20140725151522_eqalize_schemas_billing_payment_type.rb - db/migrate/20140725152125_eqalize_schemas_billing_payment.rb - db/migrate/20140725153215_eqalize_schemas_billing_version.rb - db/migrate/20140725153658_eqalize_schemas_billing_pt_fp_mapping.rb - db/migrate/20140725164847_add_extface_job_to_billing_account.rb - db/migrate/20140726163220_rename_closure_to_billing_report.rb - db/migrate/20140726165718_remove_closure_from_billing_account.rb - db/migrate/20140726170002_add_report_to_billing_account.rb - db/migrate/20140728110230_add_autofin_and_finalized_at_to_billing_account.rb - db/migrate/20140729083050_add_name_to_billing_account.rb - db/migrate/20140729083408_add_number_to_billing_account.rb - db/migrate/20140729180849_add_deleted_at_to_billing_modifier.rb - db/migrate/20140729182146_add_deleted_at_to_billing_account.rb - db/migrate/20140803073707_rename_billing_account_to_bill.rb - db/migrate/20140804065726_add_qty_to_billing_charge.rb - db/migrate/20140804070517_add_tax_ratio_to_billing_charge.rb - db/migrate/20141001185321_add_transfer_device_to_billing_origin.rb - db/migrate/20141027235427_add_f_amount_to_billing_report.rb - db/migrate/20141221201539_billing_tg_fp_mapping.rb - db/migrate/20141221233912_billing_op_fp_mapping.rb - db/migrate/20141229234928_create_billing_resources.rb - db/migrate/20150311013019_add_pwd_to_billing_operator_mapping.rb - db/migrate/20150510142229_add_object_changes_to_billing_versions.rb - db/migrate/20150510235441_add_master_to_billing_version.rb - lib/billing.rb - lib/billing/billable.rb - lib/billing/engine.rb - lib/billing/version.rb - lib/collection_proxy_wild.rb - lib/tasks/billing.rake - lib/tasks/billing_tasks.rake - test/billing_test.rb - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/models/profile.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20140718104656_create_profiles.rb - test/dummy/db/schema.rb - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/test/fixtures/profiles.yml - test/dummy/test/models/profile_test.rb - test/fixtures/billing/bills.yml - test/fixtures/billing/charges.yml - test/fixtures/billing/departments.yml - test/fixtures/billing/modifiers.yml - test/fixtures/billing/operators.yml - test/fixtures/billing/origins.yml - test/fixtures/billing/payment_types.yml - test/fixtures/billing/payments.yml - test/fixtures/billing/plus.yml - test/fixtures/billing/profiles.yml - test/fixtures/billing/resources.yml - test/fixtures/billing/tax_groups.yml - test/fixtures/profiles.yml - test/models/billing/bill_test.rb - test/models/billing/charge_test.rb - test/models/billing/department_test.rb - test/models/billing/modifier_test.rb - test/models/billing/operator_test.rb - test/models/billing/origin_test.rb - test/models/billing/payment_test.rb - test/models/billing/payment_type_test.rb - test/models/billing/plu_test.rb - test/models/billing/profile_test.rb - test/models/billing/resource_test.rb - test/models/billing/tax_group_test.rb - test/test_helper.rb homepage: http://extface.com licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.4.6 signing_key: specification_version: 4 summary: Billing for Rails 4 app test_files: - test/billing_test.rb - test/fixtures/billing/payment_types.yml - test/fixtures/billing/origins.yml - test/fixtures/billing/plus.yml - test/fixtures/billing/payments.yml - test/fixtures/billing/bills.yml - test/fixtures/billing/resources.yml - test/fixtures/billing/charges.yml - test/fixtures/billing/departments.yml - test/fixtures/billing/modifiers.yml - test/fixtures/billing/profiles.yml - test/fixtures/billing/operators.yml - test/fixtures/billing/tax_groups.yml - test/fixtures/profiles.yml - test/test_helper.rb - test/dummy/config.ru - test/dummy/test/fixtures/profiles.yml - test/dummy/test/models/profile_test.rb - test/dummy/log/development.log - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20140718104656_create_profiles.rb - test/dummy/db/schema.rb - test/dummy/README.rdoc - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/models/profile.rb - test/dummy/config/application.rb - test/dummy/config/locales/en.yml - test/dummy/config/boot.rb - test/dummy/config/environments/test.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/development.rb - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/config/environment.rb - test/dummy/config/database.yml - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/bin/rake - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/public/favicon.ico - test/dummy/public/500.html - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/Rakefile - test/models/billing/tax_group_test.rb - test/models/billing/plu_test.rb - test/models/billing/bill_test.rb - test/models/billing/department_test.rb - test/models/billing/payment_test.rb - test/models/billing/resource_test.rb - test/models/billing/operator_test.rb - test/models/billing/origin_test.rb - test/models/billing/profile_test.rb - test/models/billing/payment_type_test.rb - test/models/billing/charge_test.rb - test/models/billing/modifier_test.rb