# -*- encoding: utf-8 -*- # stub: plutus 0.8.1 ruby lib Gem::Specification.new do |s| s.name = "plutus".freeze s.version = "0.8.1".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 = "2014-02-14" 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/stylesheets/plutus/application.css".freeze, "app/assets/stylesheets/plutus/main.css.scss".freeze, "app/controllers/plutus/accounts_controller.rb".freeze, "app/controllers/plutus/transactions_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/equity.rb".freeze, "app/models/plutus/expense.rb".freeze, "app/models/plutus/liability.rb".freeze, "app/models/plutus/revenue.rb".freeze, "app/models/plutus/transaction.rb".freeze, "app/views/plutus/accounts/index.html.erb".freeze, "app/views/plutus/accounts/show.html.erb".freeze, "app/views/plutus/transactions/index.html.erb".freeze, "app/views/plutus/transactions/show.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/plutus_generator.rb".freeze, "lib/generators/plutus/templates/migration.rb".freeze, "lib/plutus.rb".freeze, "lib/plutus/version.rb".freeze, "spec/controllers/accounts_controller_spec.rb".freeze, "spec/controllers/transactions_controller_spec.rb".freeze, "spec/factories/account_factory.rb".freeze, "spec/factories/amount_factory.rb".freeze, "spec/factories/transaction_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/equity_spec.rb".freeze, "spec/models/expense_spec.rb".freeze, "spec/models/liability_spec.rb".freeze, "spec/models/revenue_spec.rb".freeze, "spec/models/transaction_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/routing/accounts_routing_spec.rb".freeze, "spec/routing/transactions_routing_spec.rb".freeze, "spec/schema.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/support/account_shared_examples.rb".freeze, "spec/support/amount_shared_examples.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/routing/transactions_routing_spec.rb".freeze, "spec/routing/accounts_routing_spec.rb".freeze, "spec/schema.rb".freeze, "spec/support/account_shared_examples.rb".freeze, "spec/support/amount_shared_examples.rb".freeze, "spec/factories/amount_factory.rb".freeze, "spec/factories/transaction_factory.rb".freeze, "spec/factories/account_factory.rb".freeze, "spec/spec.opts".freeze, "spec/models/amount_spec.rb".freeze, "spec/models/liability_spec.rb".freeze, "spec/models/equity_spec.rb".freeze, "spec/models/credit_amount_spec.rb".freeze, "spec/models/expense_spec.rb".freeze, "spec/models/asset_spec.rb".freeze, "spec/models/transaction_spec.rb".freeze, "spec/models/account_spec.rb".freeze, "spec/models/debit_amount_spec.rb".freeze, "spec/models/revenue_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/lib/plutus_spec.rb".freeze, "spec/controllers/transactions_controller_spec.rb".freeze, "spec/controllers/accounts_controller_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end