--- !ruby/object:Gem::Specification name: billing version: !ruby/object:Gem::Version version: 0.0.4 platform: ruby authors: - Alex Vangelov autorequire: bindir: bin cert_chain: [] date: 2014-07-31 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 accounts for an ActiveRecord model email: - email@data.bg executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.rdoc - Rakefile - app/assets/javascripts/billing/accounts.js - app/assets/javascripts/billing/application.js - app/assets/javascripts/billing/charges.js - app/assets/javascripts/billing/modifiers.js - app/assets/stylesheets/billing/accounts.css - app/assets/stylesheets/billing/application.css - app/assets/stylesheets/billing/charges.css - app/assets/stylesheets/billing/modifiers.css - app/assets/stylesheets/billing/payments.css - app/controllers/billing/accounts_controller.rb - app/controllers/billing/application_controller.rb - app/controllers/billing/charges_controller.rb - app/controllers/billing/modifiers_controller.rb - app/controllers/billing/payments_controller.rb - app/helpers/billing/accounts_helper.rb - app/helpers/billing/application_helper.rb - app/helpers/billing/charges_helper.rb - app/helpers/billing/modifiers_helper.rb - app/helpers/billing/payments_helper.rb - app/models/billing/account.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/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/tax_group.rb - app/models/billing/version.rb - app/models/concerns/billing/account_item.rb - app/views/billing/accounts/index.html.erb - app/views/billing/accounts/new.html.erb - app/views/billing/accounts/show.html.erb - app/views/billing/application/index.html.erb - app/views/billing/charges/new.html.erb - app/views/billing/modifiers/new.html.erb - app/views/billing/payments/new.html.erb - app/views/layouts/billing/application.html.erb - 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 - lib/billing.rb - lib/billing/billable.rb - lib/billing/engine.rb - lib/billing/mapping.rb - lib/billing/routes.rb - lib/billing/version.rb - lib/tasks/billing.rake - lib/tasks/billing_tasks.rake - test/billing_test.rb - test/controllers/billing/accounts_controller_test.rb - test/controllers/billing/charges_controller_test.rb - test/controllers/billing/modifiers_controller_test.rb - test/controllers/billing/payments_controller_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/db/test.sqlite3 - test/dummy/log/development.log - test/dummy/log/test.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/dummy/tmp/cache/assets/test/sprockets/02adf8ace512aefc4ef19b35aebc07f7 - test/dummy/tmp/cache/assets/test/sprockets/0cab887466527f5353fd43adab72769b - test/dummy/tmp/cache/assets/test/sprockets/25b7c6efcbd128f109577104af58d084 - test/dummy/tmp/cache/assets/test/sprockets/2f52090f9e08ac02cd453b04af0df887 - test/dummy/tmp/cache/assets/test/sprockets/35a523ac3c33d6409a69faead4b2a882 - test/dummy/tmp/cache/assets/test/sprockets/3f4fc67be1dd91962f5a0026848dca77 - test/dummy/tmp/cache/assets/test/sprockets/43b3cc0ac6f63c0e1a3ab61fec84519d - test/dummy/tmp/cache/assets/test/sprockets/59435066fc40e1ef5b45b0fd2c0eacf9 - test/dummy/tmp/cache/assets/test/sprockets/69cb965e6031d8099c185256f6fa8f90 - test/dummy/tmp/cache/assets/test/sprockets/6d34e4addaf3495d1d96306d164feb97 - test/dummy/tmp/cache/assets/test/sprockets/79316f9f3f5ebcec9b368d92d2e97e23 - test/dummy/tmp/cache/assets/test/sprockets/7ffc7e805e3fc08bae6a93e027a3e911 - test/dummy/tmp/cache/assets/test/sprockets/82ae0f4fbceb673c729b9bcb54a1161c - test/dummy/tmp/cache/assets/test/sprockets/9509747efe602f6a81d50d9744f385f2 - test/dummy/tmp/cache/assets/test/sprockets/971b6b8d6c7a57e72d235e55537a2c44 - test/dummy/tmp/cache/assets/test/sprockets/b68d1e1a967e74abe3e10f643756ae67 - test/dummy/tmp/cache/assets/test/sprockets/cab3eca4515d1263ea8db2ff58df151d - test/dummy/tmp/cache/assets/test/sprockets/cac68bb014ecc482b8f85312e49baa6f - test/dummy/tmp/cache/assets/test/sprockets/d3ab844c61f1c211ed5fad5407cd18ef - test/dummy/tmp/cache/assets/test/sprockets/d6d844128e4910cf773d1c48dd147e3b - test/dummy/tmp/cache/assets/test/sprockets/e62907e54633a2adb53c33c1f59b79bf - test/dummy/tmp/cache/assets/test/sprockets/e96b4e8fe0ebcceb51d202c8af7826ea - test/dummy/tmp/cache/assets/test/sprockets/eb95e26896c1c6788657c4ef68a7e9e1 - test/dummy/tmp/cache/assets/test/sprockets/efaa0abeb4ad44b0ef8df996631f3997 - test/dummy/tmp/cache/assets/test/sprockets/f393277b28dd79320611f18a379dbea7 - test/dummy/tmp/cache/assets/test/sprockets/fbf1489a0c3d66a329f070c10cd77a03 - test/fixtures/billing/accounts.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/tax_groups.yml - test/fixtures/profiles.yml - test/helpers/billing/accounts_helper_test.rb - test/helpers/billing/charges_helper_test.rb - test/helpers/billing/modifiers_helper_test.rb - test/helpers/billing/payments_helper_test.rb - test/integration/navigation_test.rb - test/models/billing/account_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/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: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 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/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/accounts.yml - test/fixtures/billing/tax_groups.yml - test/fixtures/profiles.yml - test/test_helper.rb - test/controllers/billing/payments_controller_test.rb - test/controllers/billing/modifiers_controller_test.rb - test/controllers/billing/accounts_controller_test.rb - test/controllers/billing/charges_controller_test.rb - test/dummy/tmp/cache/assets/test/sprockets/6d34e4addaf3495d1d96306d164feb97 - test/dummy/tmp/cache/assets/test/sprockets/efaa0abeb4ad44b0ef8df996631f3997 - test/dummy/tmp/cache/assets/test/sprockets/e62907e54633a2adb53c33c1f59b79bf - test/dummy/tmp/cache/assets/test/sprockets/69cb965e6031d8099c185256f6fa8f90 - test/dummy/tmp/cache/assets/test/sprockets/d3ab844c61f1c211ed5fad5407cd18ef - test/dummy/tmp/cache/assets/test/sprockets/25b7c6efcbd128f109577104af58d084 - test/dummy/tmp/cache/assets/test/sprockets/3f4fc67be1dd91962f5a0026848dca77 - test/dummy/tmp/cache/assets/test/sprockets/35a523ac3c33d6409a69faead4b2a882 - test/dummy/tmp/cache/assets/test/sprockets/eb95e26896c1c6788657c4ef68a7e9e1 - test/dummy/tmp/cache/assets/test/sprockets/02adf8ace512aefc4ef19b35aebc07f7 - test/dummy/tmp/cache/assets/test/sprockets/f393277b28dd79320611f18a379dbea7 - test/dummy/tmp/cache/assets/test/sprockets/fbf1489a0c3d66a329f070c10cd77a03 - test/dummy/tmp/cache/assets/test/sprockets/d6d844128e4910cf773d1c48dd147e3b - test/dummy/tmp/cache/assets/test/sprockets/b68d1e1a967e74abe3e10f643756ae67 - test/dummy/tmp/cache/assets/test/sprockets/9509747efe602f6a81d50d9744f385f2 - test/dummy/tmp/cache/assets/test/sprockets/82ae0f4fbceb673c729b9bcb54a1161c - test/dummy/tmp/cache/assets/test/sprockets/cab3eca4515d1263ea8db2ff58df151d - test/dummy/tmp/cache/assets/test/sprockets/0cab887466527f5353fd43adab72769b - test/dummy/tmp/cache/assets/test/sprockets/59435066fc40e1ef5b45b0fd2c0eacf9 - test/dummy/tmp/cache/assets/test/sprockets/7ffc7e805e3fc08bae6a93e027a3e911 - test/dummy/tmp/cache/assets/test/sprockets/2f52090f9e08ac02cd453b04af0df887 - test/dummy/tmp/cache/assets/test/sprockets/cac68bb014ecc482b8f85312e49baa6f - test/dummy/tmp/cache/assets/test/sprockets/971b6b8d6c7a57e72d235e55537a2c44 - test/dummy/tmp/cache/assets/test/sprockets/e96b4e8fe0ebcceb51d202c8af7826ea - test/dummy/tmp/cache/assets/test/sprockets/79316f9f3f5ebcec9b368d92d2e97e23 - test/dummy/tmp/cache/assets/test/sprockets/43b3cc0ac6f63c0e1a3ab61fec84519d - test/dummy/config.ru - test/dummy/test/fixtures/profiles.yml - test/dummy/test/models/profile_test.rb - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20140718104656_create_profiles.rb - test/dummy/db/test.sqlite3 - 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/helpers/billing/accounts_helper_test.rb - test/helpers/billing/payments_helper_test.rb - test/helpers/billing/modifiers_helper_test.rb - test/helpers/billing/charges_helper_test.rb - test/integration/navigation_test.rb - test/models/billing/tax_group_test.rb - test/models/billing/account_test.rb - test/models/billing/plu_test.rb - test/models/billing/department_test.rb - test/models/billing/payment_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