# -*- encoding: utf-8 -*- # stub: plutus 0.13 ruby lib Gem::Specification.new do |s| s.name = "plutus".freeze s.version = "0.13".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Bulat".freeze] s.date = "2017-07-10" s.description = "The plutus plugin provides a complete double entry accounting system for use in any Ruby on Rails application. The plugin follows general Double Entry Bookkeeping practices. All calculations are done using BigDecimal in order to prevent floating point rounding errors. The plugin requires a decimal type on your database as well.".freeze s.email = "mbulat@crazydogsoftware.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze] s.files = ["LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "app/assets/javascripts/plutus/application.js".freeze, "app/assets/javascripts/plutus/reports.js.coffee".freeze, "app/assets/stylesheets/bootstrap-theme.min.css".freeze, "app/assets/stylesheets/bootstrap.min.css".freeze, "app/assets/stylesheets/plutus/application.css".freeze, "app/controllers/plutus/accounts_controller.rb".freeze, "app/controllers/plutus/application_controller.rb".freeze, "app/controllers/plutus/entries_controller.rb".freeze, "app/controllers/plutus/reports_controller.rb".freeze, "app/models/plutus/account.rb".freeze, "app/models/plutus/amount.rb".freeze, "app/models/plutus/amounts_extension.rb".freeze, "app/models/plutus/asset.rb".freeze, "app/models/plutus/credit_amount.rb".freeze, "app/models/plutus/debit_amount.rb".freeze, "app/models/plutus/entry.rb".freeze, "app/models/plutus/equity.rb".freeze, "app/models/plutus/expense.rb".freeze, "app/models/plutus/liability.rb".freeze, "app/models/plutus/no_tenancy.rb".freeze, "app/models/plutus/revenue.rb".freeze, "app/models/plutus/tenancy.rb".freeze, "app/views/layouts/plutus/_messages.html.erb".freeze, "app/views/layouts/plutus/_navigation.html.erb".freeze, "app/views/layouts/plutus/_navigation_links.html.erb".freeze, "app/views/layouts/plutus/application.html.erb".freeze, "app/views/plutus/accounts/index.html.erb".freeze, "app/views/plutus/entries/index.html.erb".freeze, "app/views/plutus/reports/_account.html.erb".freeze, "app/views/plutus/reports/balance_sheet.html.erb".freeze, "app/views/plutus/reports/income_statement.html.erb".freeze, "config/backtrace_silencers.rb".freeze, "config/database.yml".freeze, "config/inflections.rb".freeze, "config/mime_types.rb".freeze, "config/routes.rb".freeze, "config/secret_token.rb".freeze, "config/session_store.rb".freeze, "lib/generators/plutus/USAGE".freeze, "lib/generators/plutus/add_date_upgrade_generator.rb".freeze, "lib/generators/plutus/base_generator.rb".freeze, "lib/generators/plutus/plutus_generator.rb".freeze, "lib/generators/plutus/templates/add_date_migration.rb".freeze, "lib/generators/plutus/templates/migration.rb".freeze, "lib/generators/plutus/templates/tenant_migration.rb".freeze, "lib/generators/plutus/templates/update_migration.rb".freeze, "lib/generators/plutus/tenancy_generator.rb".freeze, "lib/generators/plutus/upgrade_plutus_generator.rb".freeze, "lib/plutus.rb".freeze, "lib/plutus/version.rb".freeze, "spec/controllers/accounts_controller_spec.rb".freeze, "spec/controllers/entries_controller_spec.rb".freeze, "spec/controllers/reports_controller_spec.rb".freeze, "spec/factories/account_factory.rb".freeze, "spec/factories/amount_factory.rb".freeze, "spec/factories/entry_factory.rb".freeze, "spec/lib/plutus_spec.rb".freeze, "spec/models/account_spec.rb".freeze, "spec/models/amount_spec.rb".freeze, "spec/models/asset_spec.rb".freeze, "spec/models/credit_amount_spec.rb".freeze, "spec/models/debit_amount_spec.rb".freeze, "spec/models/entry_spec.rb".freeze, "spec/models/equity_spec.rb".freeze, "spec/models/expense_spec.rb".freeze, "spec/models/liability_spec.rb".freeze, "spec/models/revenue_spec.rb".freeze, "spec/models/tenancy_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/routing/accounts_routing_spec.rb".freeze, "spec/routing/entries_routing_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/support/account_shared_examples.rb".freeze, "spec/support/active_support_helpers.rb".freeze, "spec/support/amount_shared_examples.rb".freeze, "spec/support/factory_girl_helpers.rb".freeze] s.homepage = "http://github.com/mbulat/plutus".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A Plugin providing a Double Entry Accounting Engine for Rails".freeze s.test_files = ["spec/lib/plutus_spec.rb".freeze, "spec/spec.opts".freeze, "spec/factories/amount_factory.rb".freeze, "spec/factories/entry_factory.rb".freeze, "spec/factories/account_factory.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/factory_girl_helpers.rb".freeze, "spec/support/amount_shared_examples.rb".freeze, "spec/support/active_support_helpers.rb".freeze, "spec/support/account_shared_examples.rb".freeze, "spec/routing/accounts_routing_spec.rb".freeze, "spec/routing/entries_routing_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/controllers/reports_controller_spec.rb".freeze, "spec/controllers/entries_controller_spec.rb".freeze, "spec/controllers/accounts_controller_spec.rb".freeze, "spec/models/account_spec.rb".freeze, "spec/models/credit_amount_spec.rb".freeze, "spec/models/expense_spec.rb".freeze, "spec/models/tenancy_spec.rb".freeze, "spec/models/liability_spec.rb".freeze, "spec/models/asset_spec.rb".freeze, "spec/models/debit_amount_spec.rb".freeze, "spec/models/revenue_spec.rb".freeze, "spec/models/amount_spec.rb".freeze, "spec/models/equity_spec.rb".freeze, "spec/models/entry_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end