# -*- encoding: utf-8 -*- # stub: has_accounts_engine 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "has_accounts_engine".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Simon H\u00FCrlimann (CyT)".freeze] s.date = "2013-06-19" s.description = "HasAccountsEngine is a full featured Rails 3 gem accompanying has_accounts with controllers, views...".freeze s.email = ["simon.huerlimann@cyt.ch".freeze] s.extra_rdoc_files = ["MIT-LICENSE".freeze, "README.md".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "app/controllers/accounts_controller.rb".freeze, "app/controllers/bank_accounts_controller.rb".freeze, "app/controllers/banks_controller.rb".freeze, "app/controllers/bookings_controller.rb".freeze, "app/helpers/account_helper.rb".freeze, "app/views/accounts/_account.html.haml".freeze, "app/views/accounts/_booking_item.html.haml".freeze, "app/views/accounts/_booking_list_footer.html.haml".freeze, "app/views/accounts/_booking_list_header.html.haml".freeze, "app/views/accounts/_booking_list_paginate.html.haml".freeze, "app/views/accounts/_booking_list_saldo.html.haml".freeze, "app/views/accounts/_booking_list_turnover.html.haml".freeze, "app/views/accounts/_carry_booking.html.haml".freeze, "app/views/accounts/_edit_booking.html.haml".freeze, "app/views/accounts/_edit_bookings.html.haml".freeze, "app/views/accounts/_form.html.haml".freeze, "app/views/accounts/_list_footer.html.haml".freeze, "app/views/accounts/_list_header.html.haml".freeze, "app/views/accounts/_show.html.haml".freeze, "app/views/accounts/_show_bookings.html.haml".freeze, "app/views/accounts/edit_bookings.html.haml".freeze, "app/views/accounts/edit_bookings.js.erb".freeze, "app/views/accounts/index.html.haml".freeze, "app/views/accounts/show.html.haml".freeze, "app/views/bank_accounts/_bank_account.html.haml".freeze, "app/views/bank_accounts/_form.html.haml".freeze, "app/views/banks/_bank.html.haml".freeze, "app/views/banks/_form.html.haml".freeze, "app/views/bookings/_booking.html.haml".freeze, "app/views/bookings/_form.html.haml".freeze, "app/views/bookings/_list.html.haml".freeze, "app/views/bookings/_new_form.html.haml".freeze, "app/views/bookings/_sidebar.html.haml".freeze, "app/views/bookings/_simple_form.html.haml".freeze, "app/views/bookings/new.html.haml".freeze, "app/views/bookings/select.html.haml".freeze, "app/views/bookings/show.html.haml".freeze, "app/views/bookings/simple_edit.html.haml".freeze, "config/locales/de.yml".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "lib/has_accounts_engine.rb".freeze, "lib/has_accounts_engine/railtie.rb".freeze, "lib/has_accounts_engine/version.rb".freeze] s.homepage = "https://github.com/huerlisi/has_accounts_engine".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "HasAccountsEngine provides controllers, views for has_accounts.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end