Skip to content

Commit

Permalink
update gemspec with namespaced file list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Holley committed Feb 24, 2012
1 parent 5af71e3 commit 131e775
Showing 1 changed file with 37 additions and 24 deletions.
61 changes: 37 additions & 24 deletions plutus.gemspec
Expand Up @@ -21,35 +21,45 @@ Gem::Specification.new do |s|
s.add_development_dependency("factory_girl")
s.add_development_dependency("factory_girl_rails", "~> 1.1")
s.files = [
".gitignore",
".travis.yml",
".yardopts",
"Gemfile",
"LICENSE",
"README.markdown",
"Rakefile",
"VERSION.yml",
"app/controllers/accounts_controller.rb",
"app/controllers/transactions_controller.rb",
"app/models/account.rb",
"app/models/asset.rb",
"app/models/equity.rb",
"app/models/expense.rb",
"app/models/liability.rb",
"app/models/revenue.rb",
"app/models/transaction.rb",
"app/views/accounts/index.html.erb",
"app/views/accounts/show.html.erb",
"app/views/layouts/accounts.html.erb",
"app/views/layouts/transactions.html.erb",
"app/views/transactions/index.html.erb",
"app/views/transactions/show.html.erb",
"doc/Account.html",
"doc/AccountsController.html",
"doc/Asset.html",
"doc/Equity.html",
"doc/Expense.html",
"doc/Liability.html",
"doc/Revenue.html",
"doc/Transaction.html",
"doc/TransactionsController.html",
"app/controllers/plutus/accounts_controller.rb",
"app/controllers/plutus/transactions_controller.rb",
"app/models/plutus/account.rb",
"app/models/plutus/asset.rb",
"app/models/plutus/equity.rb",
"app/models/plutus/expense.rb",
"app/models/plutus/liability.rb",
"app/models/plutus/revenue.rb",
"app/models/plutus/transaction.rb",
"app/views/plutus/accounts/index.html.erb",
"app/views/plutus/accounts/show.html.erb",
"app/views/plutus/layouts/accounts.html.erb",
"app/views/plutus/layouts/transactions.html.erb",
"app/views/plutus/transactions/index.html.erb",
"app/views/plutus/transactions/show.html.erb",
"config/backtrace_silencers.rb",
"config/database.yml",
"config/inflections.rb",
"config/mime_types.rb",
"config/secret_token.rb",
"config/session_store.rb",
"doc/Plutus.html",
"doc/Plutus/Account.html",
"doc/Plutus/AccountsController.html",
"doc/Plutus/Asset.html",
"doc/Plutus/Equity.html",
"doc/Plutus/Expense.html",
"doc/Plutus/Liability.html",
"doc/Plutus/Revenue.html",
"doc/Plutus/Transaction.html",
"doc/Plutus/TransactionsController.html",
"doc/_index.html",
"doc/class_list.html",
"doc/css/common.css",
Expand All @@ -64,6 +74,9 @@ Gem::Specification.new do |s|
"doc/js/jquery.js",
"doc/method_list.html",
"doc/top-level-namespace.html",
"lib/generators/plutus/USAGE",
"lib/generators/plutus/plutus_generator.rb",
"lib/generators/plutus/templates/migration.rb",
"lib/plutus.rb",
"plutus.gemspec",
"spec/controllers/accounts_controller_spec.rb",
Expand Down

0 comments on commit 131e775

Please sign in to comment.