--- !ruby/object:Gem::Specification name: has_accounts version: !ruby/object:Gem::Version version: 0.20.0 prerelease: platform: ruby authors: - Simon Hürlimann (CyT) autorequire: bindir: bin cert_chain: [] date: 2013-02-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.1' - !ruby/object:Gem::Dependency name: has_vcards requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: validates_timeliness requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: inherited_resources requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: HasAccounts is a full featured Rails 3 gem providing models for financial accounting. email: - simon.huerlimann@cyt.ch executables: [] extensions: [] extra_rdoc_files: - MIT-LICENSE - README.md files: - app/controllers/accounts_controller.rb - app/controllers/bank_accounts_controller.rb - app/controllers/banks_controller.rb - app/controllers/bookings_controller.rb - app/helpers/account_helper.rb - app/models/account.rb - app/models/account_scope_extension.rb - app/models/account_type.rb - app/models/bank.rb - app/models/bank_account.rb - app/models/booking.rb - app/views/accounts/_account.html.haml - app/views/accounts/_booking_item.html.haml - app/views/accounts/_booking_list_footer.html.haml - app/views/accounts/_booking_list_header.html.haml - app/views/accounts/_booking_list_paginate.html.haml - app/views/accounts/_booking_list_saldo.html.haml - app/views/accounts/_booking_list_turnover.html.haml - app/views/accounts/_carry_booking.html.haml - app/views/accounts/_edit_booking.html.haml - app/views/accounts/_edit_bookings.html.haml - app/views/accounts/_form.html.haml - app/views/accounts/_list_footer.html.haml - app/views/accounts/_list_header.html.haml - app/views/accounts/_show.html.haml - app/views/accounts/_show_bookings.html.haml - app/views/accounts/edit_bookings.html.haml - app/views/accounts/edit_bookings.js.erb - app/views/accounts/index.html.haml - app/views/accounts/show.html.haml - app/views/bank_accounts/_bank_account.html.haml - app/views/bank_accounts/_form.html.haml - app/views/banks/_bank.html.haml - app/views/banks/_form.html.haml - app/views/bookings/_booking.html.haml - app/views/bookings/_form.html.haml - app/views/bookings/_list.html.haml - app/views/bookings/_new_form.html.haml - app/views/bookings/_sidebar.html.haml - app/views/bookings/_simple_form.html.haml - app/views/bookings/new.html.haml - app/views/bookings/select.html.haml - app/views/bookings/show.html.haml - app/views/bookings/simple_edit.html.haml - config/locales/de.yml - config/locales/en.yml - config/routes.rb - db/migrate/20111108000000_create_has_accounts_tables.rb - db/migrate/20111109093857_use_string_for_account_number.rb - db/migrate/20111230121259_bank_now_inherits_from_person.rb - db/migrate/20111230222702_add_template_to_bookings.rb - lib/has_accounts.rb - lib/has_accounts/class_methods.rb - lib/has_accounts/core_ext/rounding.rb - lib/has_accounts/model.rb - lib/has_accounts/railtie.rb - lib/has_accounts/version.rb - MIT-LICENSE - README.md homepage: https://github.com/huerlisi/has_accounts licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: HasAccounts provides models for financial accounting. test_files: [] has_rdoc: