# -*- encoding: utf-8 -*- # stub: plutus 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "plutus".freeze s.version = "0.5.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 = ["Michael Bulat".freeze] s.date = "2010-12-03" 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 = [".yardopts".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "app/controllers/accounts_controller.rb".freeze, "app/controllers/transactions_controller.rb".freeze, "app/models/account.rb".freeze, "app/models/asset.rb".freeze, "app/models/equity.rb".freeze, "app/models/expense.rb".freeze, "app/models/liability.rb".freeze, "app/models/revenue.rb".freeze, "app/models/transaction.rb".freeze, "app/views/accounts/index.html.erb".freeze, "app/views/accounts/show.html.erb".freeze, "app/views/layouts/accounts.html.erb".freeze, "app/views/layouts/transactions.html.erb".freeze, "app/views/transactions/index.html.erb".freeze, "app/views/transactions/show.html.erb".freeze, "config/backtrace_silencers.rb".freeze, "config/inflections.rb".freeze, "config/mime_types.rb".freeze, "config/secret_token.rb".freeze, "config/session_store.rb".freeze, "doc/Account.html".freeze, "doc/AccountsController.html".freeze, "doc/Asset.html".freeze, "doc/CreatePlutusTables.html".freeze, "doc/Equity.html".freeze, "doc/Expense.html".freeze, "doc/Liability.html".freeze, "doc/Plutus.html".freeze, "doc/Plutus/Engine.html".freeze, "doc/PlutusGenerator.html".freeze, "doc/Revenue.html".freeze, "doc/Transaction.html".freeze, "doc/TransactionsController.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "fixture_rails_root/.gitignore".freeze, "fixture_rails_root/Gemfile".freeze, "fixture_rails_root/Gemfile.lock".freeze, "fixture_rails_root/README".freeze, "fixture_rails_root/Rakefile".freeze, "fixture_rails_root/app/controllers/application_controller.rb".freeze, "fixture_rails_root/app/helpers/application_helper.rb".freeze, "fixture_rails_root/app/views/layouts/application.html.erb".freeze, "fixture_rails_root/config.ru".freeze, "fixture_rails_root/config/application.rb".freeze, "fixture_rails_root/config/boot.rb".freeze, "fixture_rails_root/config/database.yml".freeze, "fixture_rails_root/config/environment.rb".freeze, "fixture_rails_root/config/environments/development.rb".freeze, "fixture_rails_root/config/environments/production.rb".freeze, "fixture_rails_root/config/environments/test.rb".freeze, "fixture_rails_root/config/initializers/backtrace_silencers.rb".freeze, "fixture_rails_root/config/initializers/inflections.rb".freeze, "fixture_rails_root/config/initializers/mime_types.rb".freeze, "fixture_rails_root/config/initializers/secret_token.rb".freeze, "fixture_rails_root/config/initializers/session_store.rb".freeze, "fixture_rails_root/config/locales/en.yml".freeze, "fixture_rails_root/config/routes.rb".freeze, "fixture_rails_root/db/migrate/20101203193439_create_plutus_tables.rb".freeze, "fixture_rails_root/db/schema.rb".freeze, "fixture_rails_root/db/seeds.rb".freeze, "fixture_rails_root/doc/README_FOR_APP".freeze, "fixture_rails_root/lib/tasks/.gitkeep".freeze, "fixture_rails_root/public/404.html".freeze, "fixture_rails_root/public/422.html".freeze, "fixture_rails_root/public/500.html".freeze, "fixture_rails_root/public/favicon.ico".freeze, "fixture_rails_root/public/images/rails.png".freeze, "fixture_rails_root/public/index.html".freeze, "fixture_rails_root/public/javascripts/application.js".freeze, "fixture_rails_root/public/javascripts/controls.js".freeze, "fixture_rails_root/public/javascripts/dragdrop.js".freeze, "fixture_rails_root/public/javascripts/effects.js".freeze, "fixture_rails_root/public/javascripts/prototype.js".freeze, "fixture_rails_root/public/javascripts/rails.js".freeze, "fixture_rails_root/public/robots.txt".freeze, "fixture_rails_root/public/stylesheets/.gitkeep".freeze, "fixture_rails_root/script/rails".freeze, "fixture_rails_root/test/performance/browsing_test.rb".freeze, "fixture_rails_root/test/test_helper.rb".freeze, "fixture_rails_root/vendor/plugins/.gitkeep".freeze, "lib/generators/plutus/USAGE".freeze, "lib/generators/plutus/plutus_generator.rb".freeze, "lib/generators/plutus/templates/migration.rb".freeze, "lib/plutus.rb".freeze, "plutus.gemspec".freeze, "spec/controllers/accounts_controller_spec.rb".freeze, "spec/controllers/transactions_controller_spec.rb".freeze, "spec/factories/account_factory.rb".freeze, "spec/factories/transaction_factory.rb".freeze, "spec/lib/plutus_spec.rb".freeze, "spec/models/account_spec.rb".freeze, "spec/models/asset_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, "tasks/plutus_tasks.rake".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/controllers/accounts_controller_spec.rb".freeze, "spec/controllers/transactions_controller_spec.rb".freeze, "spec/factories/account_factory.rb".freeze, "spec/factories/transaction_factory.rb".freeze, "spec/lib/plutus_spec.rb".freeze, "spec/models/account_spec.rb".freeze, "spec/models/asset_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/routing/accounts_routing_spec.rb".freeze, "spec/routing/transactions_routing_spec.rb".freeze, "spec/schema.rb".freeze, "spec/spec_helper.rb".freeze] end