# -*- encoding: utf-8 -*- # stub: guara 0.0.1.rc ruby lib Gem::Specification.new do |s| s.name = "guara".freeze s.version = "0.0.1.rc".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bruno Guerra".freeze] s.date = "2012-12-16" s.description = "Base Enterprise Application".freeze s.email = "ti@woese.com".freeze s.files = [".DS_Store".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/.DS_Store".freeze, "app/admin/.DS_Store".freeze, "app/admin/business_activities.rb".freeze, "app/admin/business_departments.rb".freeze, "app/admin/business_segments.rb".freeze, "app/admin/cities.rb".freeze, "app/admin/company_businesses.rb".freeze, "app/admin/dashboard.rb".freeze, "app/admin/districts.rb".freeze, "app/admin/states.rb".freeze, "app/admin/task_types.rb".freeze, "app/admin/user_groups.rb".freeze, "app/admin/users.rb".freeze, "app/assets/images/close.gif".freeze, "app/assets/images/custom/logo.png".freeze, "app/assets/images/custom/nav_logo.png".freeze, "app/assets/images/custom/nav_logo.psd".freeze, "app/assets/images/rails.png".freeze, "app/assets/javascripts/active_admin.js".freeze, "app/assets/javascripts/application.js".freeze, "app/assets/javascripts/business_departments.js.coffee".freeze, "app/assets/javascripts/company_businesses.js.coffee".freeze, "app/assets/javascripts/crm.js.coffee".freeze, "app/assets/javascripts/fcbk.js".freeze, "app/assets/javascripts/jquery-ui-timepicker-addon.js".freeze, "app/assets/javascripts/jquery.mask.1.3.js".freeze, "app/assets/javascripts/jquery.multiselect.filter.xjs".freeze, "app/assets/javascripts/jquery.multiselect.xjs".freeze, "app/assets/javascripts/system_task_status.js.coffee".freeze, "app/assets/javascripts/tests/ajaxes.js.coffee".freeze, "app/assets/stylesheets/abilities.css.scss".freeze, "app/assets/stylesheets/active_admin.css.scss".freeze, "app/assets/stylesheets/application.css".freeze, "app/assets/stylesheets/business_departments.css.scss".freeze, "app/assets/stylesheets/company_businesses.css.scss".freeze, "app/assets/stylesheets/custom.css.scss".freeze, "app/assets/stylesheets/customer.scss".freeze, "app/assets/stylesheets/fcbk.css".freeze, "app/assets/stylesheets/guara.css.scss".freeze, "app/assets/stylesheets/jquery-ui.css".freeze, "app/assets/stylesheets/jquery_bootstrap.css.scss".freeze, "app/assets/stylesheets/jquery_multiselect_filter.xcss".freeze, "app/assets/stylesheets/scaffolds.css.scss".freeze, "app/assets/stylesheets/users.css.scss".freeze, "app/controllers/abilities_controller.rb".freeze, "app/controllers/application_controller.rb".freeze, "app/controllers/business_activities_controller.rb".freeze, "app/controllers/business_departments_controller.rb".freeze, "app/controllers/business_segments_controller.rb".freeze, "app/controllers/company_businesses_controller.rb".freeze, "app/controllers/contacts_controller.rb".freeze, "app/controllers/customers_controller.rb".freeze, "app/controllers/microposts_controller.rb".freeze, "app/controllers/sessions_controller.rb".freeze, "app/controllers/static_pages_controller.rb".freeze, "app/controllers/system_task_status_controller.rb".freeze, "app/controllers/task_feedbacks_controller.rb".freeze, "app/controllers/task_types_controller.rb".freeze, "app/controllers/tasks_controller.rb".freeze, "app/controllers/tests/ajaxes_controller.rb".freeze, "app/controllers/tests/lab_ajax_controller.rb".freeze, "app/controllers/users_controller.rb".freeze, "app/helpers/ability_helper.rb".freeze, "app/helpers/application_helper.rb".freeze, "app/helpers/business_activities_helper.rb".freeze, "app/helpers/business_departments_helper.rb".freeze, "app/helpers/business_segments_helper.rb".freeze, "app/helpers/company_businesses_helper.rb".freeze, "app/helpers/contacts_helper.rb".freeze, "app/helpers/customers_helper.rb".freeze, "app/helpers/email_helper.rb".freeze, "app/helpers/form_ajax_helper.rb".freeze, "app/helpers/guara_views_helper.rb".freeze, "app/helpers/locale_helper.rb".freeze, "app/helpers/menu_helper.rb".freeze, "app/helpers/sessions_helper.rb".freeze, "app/helpers/tasks_helper.rb".freeze, "app/helpers/tests/ajaxes_helper.rb".freeze, "app/helpers/user_abilities_helper.rb".freeze, "app/helpers/users_helper.rb".freeze, "app/mailers/.gitkeep".freeze, "app/maintence/.DS_Store".freeze, "app/models/.DS_Store".freeze, "app/models/.gitkeep".freeze, "app/models/ability.rb".freeze, "app/models/address.rb".freeze, "app/models/business_activity.rb".freeze, "app/models/business_department.rb".freeze, "app/models/business_segment.rb".freeze, "app/models/city.rb".freeze, "app/models/company_business.rb".freeze, "app/models/contact.rb".freeze, "app/models/customer.rb".freeze, "app/models/customer_activity.rb".freeze, "app/models/customer_financial.rb".freeze, "app/models/customer_has_customers.rb".freeze, "app/models/customer_pf.rb".freeze, "app/models/customer_pj.rb".freeze, "app/models/customer_pj_has_customers_pj.rb".freeze, "app/models/customer_product.rb".freeze, "app/models/customer_segment.rb".freeze, "app/models/district.rb".freeze, "app/models/email.rb".freeze, "app/models/micropost.rb".freeze, "app/models/relationship.rb".freeze, "app/models/search.rb".freeze, "app/models/state.rb".freeze, "app/models/system_ability.rb".freeze, "app/models/system_module.rb".freeze, "app/models/system_task_resolution.rb".freeze, "app/models/system_task_status.rb".freeze, "app/models/task.rb".freeze, "app/models/task_feedback.rb".freeze, "app/models/task_type.rb".freeze, "app/models/tests.rb".freeze, "app/models/tests/ajax.rb".freeze, "app/models/user.rb".freeze, "app/models/user_ability.rb".freeze, "app/models/user_group.rb".freeze, "app/models/user_type.rb".freeze, "app/models/users_has_groups.rb".freeze, "app/validators/customer_cnpj_validator.rb".freeze, "app/validators/email_validator.rb".freeze, "app/views/.DS_Store".freeze, "app/views/abilities/.DS_Store".freeze, "app/views/abilities/index.html.erb".freeze, "app/views/active_extend/.DS_Store".freeze, "app/views/active_extend/_one_to_many_inputs.html.erb".freeze, "app/views/active_extend/_one_to_many_inputs_fields.html.erb".freeze, "app/views/active_extend/_one_to_many_inputs_with_glyph.html.erb".freeze, "app/views/business_activities/_business_activity.html.erb".freeze, "app/views/business_activities/_form.html.erb".freeze, "app/views/business_activities/edit.html.erb".freeze, "app/views/business_activities/index.html.erb".freeze, "app/views/business_activities/new.html.erb".freeze, "app/views/business_activities/show.html.erb".freeze, "app/views/business_departments/_form.html.erb".freeze, "app/views/business_departments/edit.html.erb".freeze, "app/views/business_departments/index.html.erb".freeze, "app/views/business_departments/new.html.erb".freeze, "app/views/business_departments/show.html.erb".freeze, "app/views/business_segments/_business_segment.html.erb".freeze, "app/views/business_segments/_form.html.erb".freeze, "app/views/business_segments/edit.html.erb".freeze, "app/views/business_segments/index.html.erb".freeze, "app/views/business_segments/new.html.erb".freeze, "app/views/business_segments/show.html.erb".freeze, "app/views/company_businesses/_form.html.erb".freeze, "app/views/company_businesses/edit.html.erb".freeze, "app/views/company_businesses/index.html.erb".freeze, "app/views/company_businesses/new.html.erb".freeze, "app/views/company_businesses/show.html.erb".freeze, "app/views/contacts/_form.html.erb".freeze, "app/views/contacts/_header.html.erb".freeze, "app/views/contacts/_list.html.erb".freeze, "app/views/contacts/_side_panel.html.erb".freeze, "app/views/contacts/edit.html.erb".freeze, "app/views/contacts/index.html.erb".freeze, "app/views/contacts/new.html.erb".freeze, "app/views/contacts/show.html.erb".freeze, "app/views/customers/_businesses_done.html.erb".freeze, "app/views/customers/_customer_segment.html.erb".freeze, "app/views/customers/_form.html.erb".freeze, "app/views/customers/_form_search.html.erb".freeze, "app/views/customers/_modules.html.erb".freeze, "app/views/customers/_navbar.html.erb".freeze, "app/views/customers/_segment.html.erb".freeze, "app/views/customers/edit.html.erb".freeze, "app/views/customers/index.html.erb".freeze, "app/views/customers/new.pj.html.erb".freeze, "app/views/customers/show.pj.html.erb".freeze, "app/views/devise/confirmations/new.html.erb".freeze, "app/views/devise/mailer/confirmation_instructions.html.erb".freeze, "app/views/devise/mailer/reset_password_instructions.html.erb".freeze, "app/views/devise/mailer/unlock_instructions.html.erb".freeze, "app/views/devise/passwords/edit.html.erb".freeze, "app/views/devise/passwords/new.html.erb".freeze, "app/views/devise/registrations/edit.html.erb".freeze, "app/views/devise/registrations/new.html.erb".freeze, "app/views/devise/sessions/new.html.erb".freeze, "app/views/devise/shared/_links.erb".freeze, "app/views/devise/unlocks/new.html.erb".freeze, "app/views/emails/_email_fields.html.erb".freeze, "app/views/layouts/_active_admin_footer.html.erb".freeze, "app/views/layouts/_active_admin_header.html.erb".freeze, "app/views/layouts/_footer.html.erb".freeze, "app/views/layouts/_header.html.erb".freeze, "app/views/layouts/_shim.html.erb".freeze, "app/views/layouts/active_admin.html.arb".freeze, "app/views/layouts/application.html.erb".freeze, "app/views/microposts/_micropost.html.erb".freeze, "app/views/sessions/new.html.erb".freeze, "app/views/shared/_calendar.html.erb".freeze, "app/views/shared/_error_messages.html.erb".freeze, "app/views/shared/_feed.html.erb".freeze, "app/views/shared/_feed_item.html.erb".freeze, "app/views/shared/_micropost_form.html.erb".freeze, "app/views/shared/_multi_selection.html.erb".freeze, "app/views/shared/_multi_selection.html_checkbox.erb".freeze, "app/views/shared/_multi_selection_autocomple.html.erb".freeze, "app/views/shared/_notifies.html.erb".freeze, "app/views/shared/_user_info.html.erb".freeze, "app/views/static_pages/about.html.erb".freeze, "app/views/static_pages/contact.html.erb".freeze, "app/views/static_pages/help.html.erb".freeze, "app/views/static_pages/home.html.erb".freeze, "app/views/static_pages/news.html.erb".freeze, "app/views/system_task_status/_form.html.erb".freeze, "app/views/system_task_status/edit.html.erb".freeze, "app/views/system_task_status/index.html.erb".freeze, "app/views/system_task_status/new.html.erb".freeze, "app/views/system_task_status/show.html.erb".freeze, "app/views/task_feedbacks/.DS_Store".freeze, "app/views/task_feedbacks/_list.html.erb".freeze, "app/views/task_feedbacks/_side_form.html.erb".freeze, "app/views/task_feedbacks/_side_panel.html.erb".freeze, "app/views/task_types/_form.html.erb".freeze, "app/views/task_types/edit.html.erb".freeze, "app/views/task_types/index.html.erb".freeze, "app/views/task_types/new.html.erb".freeze, "app/views/task_types/show.html.erb".freeze, "app/views/tasks/.DS_Store".freeze, "app/views/tasks/_form.html.erb".freeze, "app/views/tasks/_header.html.erb".freeze, "app/views/tasks/_list.html.erb".freeze, "app/views/tasks/_side_panel.html.erb".freeze, "app/views/tasks/create.js.erb".freeze, "app/views/tasks/edit.html.erb".freeze, "app/views/tasks/index.html.erb".freeze, "app/views/tasks/new.html.erb".freeze, "app/views/tasks/show.html.erb".freeze, "app/views/tests/ajaxes/_form.html.erb".freeze, "app/views/tests/ajaxes/_list.html.erb".freeze, "app/views/tests/ajaxes/add_and_update.html.erb".freeze, "app/views/tests/ajaxes/all.js.erb".freeze, "app/views/tests/ajaxes/edit.html.erb".freeze, "app/views/tests/ajaxes/index.html.erb".freeze, "app/views/tests/ajaxes/new.html.erb".freeze, "app/views/tests/ajaxes/show.html.erb".freeze, "app/views/tests/js.js".freeze, "app/views/tests/lab_ajax/multiselection.html.erb".freeze, "app/views/users/_user.html.erb".freeze, "app/views/users/edit.html.erb".freeze, "app/views/users/index.html.erb".freeze, "app/views/users/new.html.erb".freeze, "app/views/users/show.html.erb".freeze, "bundle".freeze, "config.ru".freeze, "config/.DS_Store".freeze, "config/application.rb".freeze, "config/boot.rb".freeze, "config/database.yml".freeze, "config/environment.rb".freeze, "config/environments/development.rb".freeze, "config/environments/production.rb".freeze, "config/environments/test.rb".freeze, "config/guara/menus.rb".freeze, "config/initializers/active_admin.rb".freeze, "config/initializers/backtrace_silencers.rb".freeze, "config/initializers/cmgb_rules.rb".freeze, "config/initializers/devise.rb".freeze, "config/initializers/formtastic.rb".freeze, "config/initializers/inflections.rb".freeze, "config/initializers/json_paches_utf8.rb".freeze, "config/initializers/kaminari.rb".freeze, "config/initializers/locale.rb".freeze, "config/initializers/meta_search.rb".freeze, "config/initializers/mime_types.rb".freeze, "config/initializers/secret_token.rb".freeze, "config/initializers/session_store.rb".freeze, "config/initializers/string.rb".freeze, "config/initializers/wrap_parameters.rb".freeze, "config/locales/devise.en.yml".freeze, "config/locales/devise.pt-BR.yml".freeze, "config/locales/pt-BR.yml".freeze, "config/routes.rb".freeze, "db/.DS_Store".freeze, "db/migrate/20120610142404_create_users.rb".freeze, "db/migrate/20120610183820_add_index_to_users_email.rb".freeze, "db/migrate/20120610185217_add_password_digest_to_users.rb".freeze, "db/migrate/20120612000411_add_remember_token_to_users.rb".freeze, "db/migrate/20120616162515_add_admin_to_users.rb".freeze, "db/migrate/20120616215835_create_microposts.rb".freeze, "db/migrate/20120617224530_create_relationships.rb".freeze, "db/migrate/20120621095918_create_customers.rb".freeze, "db/migrate/20120621100528_create_customer_pfs.rb".freeze, "db/migrate/20120621100534_create_customer_pjs.rb".freeze, "db/migrate/20120621100557_create_emails.rb".freeze, "db/migrate/20120621100618_create_tasks.rb".freeze, "db/migrate/20120621100639_create_customer_products.rb".freeze, "db/migrate/20120621100705_create_districts.rb".freeze, "db/migrate/20120621100720_create_cities.rb".freeze, "db/migrate/20120624192444_create_business_segments.rb".freeze, "db/migrate/20120624224245_create_business_activities.rb".freeze, "db/migrate/20120628092744_create_customer_activities.rb".freeze, "db/migrate/20120628092754_create_customer_segments.rb".freeze, "db/migrate/20120703102859_create_states.rb".freeze, "db/migrate/20120705121011_create_contacts.rb".freeze, "db/migrate/20120711233943_add_devise_to_users.rb".freeze, "db/migrate/20120723102847_create_user_abilities.rb".freeze, "db/migrate/20120723104500_create_system_modules.rb".freeze, "db/migrate/20120723104639_create_system_abilities.rb".freeze, "db/migrate/20120728181903_create_user_groups.rb".freeze, "db/migrate/20120729112600_create_users_has_groups.rb".freeze, "db/migrate/20120729121922_add_groups_to_users.rb".freeze, "db/migrate/20120910002835_create_system_task_status.rb".freeze, "db/migrate/20120910010153_create_system_task_resolutions.rb".freeze, "db/migrate/20120911021535_create_task_types.rb".freeze, "db/migrate/20120911070836_create_task_feedbacks.rb".freeze, "db/migrate/20120924022719_create_tests_ajaxes.rb".freeze, "db/migrate/20121007131035_create_business_departments.rb".freeze, "db/migrate/20121013120849_add_notes_and_other_contacts_to_customer.rb".freeze, "db/migrate/20121014201255_create_company_businesses.rb".freeze, "db/migrate/20121014202449_add_company_business_to_task_type.rb".freeze, "db/migrate/20121014212430_add_primary_company_business_to_user.rb".freeze, "db/migrate/20121015101844_add_parent_id_to_system_task_resolution.rb".freeze, "db/migrate/20121026231241_create_customer_has_customers.rb".freeze, "db/migrate/20121026232755_create_customer_pj_has_customers_pjs.rb".freeze, "db/migrate/20121029094047_create_admin_notes.rb".freeze, "db/migrate/20121029094048_move_admin_notes_to_comments.rb".freeze, "db/migrate/20121103183646_add_enabled_to_cities.rb".freeze, "db/migrate/20121104135014_create_customer_financials.rb".freeze, "db/migrate/20121104141751_create_addresses.rb".freeze, "db/migrate/20121205150619_add_type_id_to_users.rb".freeze, "db/schema.rb~".freeze, "db/seeds.rb".freeze, "doc/.DS_Store".freeze, "doc/README_FOR_APP".freeze, "doc/Todo.1.1".freeze, "doc/historico/.DS_Store".freeze, "doc/historico/pomodoro_2012_08_27.txt".freeze, "doc/historico/pomodoro_2012_09_01.txt".freeze, "doc/historico/pomodoro_2012_09_22.yaml".freeze, "doc/historico/pomodoro_2012_09_26.yaml".freeze, "doc/historico/pomodoro_2012_09_27.yaml".freeze, "doc/historico/pomodoro_2012_10_01.yaml".freeze, "doc/historico/pomodoro_2012_10_12.yaml".freeze, "doc/historico/pomodoro_2012_10_14.yaml".freeze, "doc/historico/pomodoro_2012_10_22.yaml".freeze, "doc/historico/pomodoro_2012_10_24.yaml".freeze, "doc/historico/pomodoro_2012_10_25.yaml".freeze, "doc/historico/pomodoro_2012_10_27.yaml".freeze, "doc/historico/pomodoro_2012_10_30.yaml".freeze, "doc/historico/pomodoro_access_rules_20120711.txt".freeze, "doc/historico/pomodoro_access_rules_20120728.txt".freeze, "doc/historico/pomodoro_model_security_20120721.txt".freeze, "doc/historico/pomodoro_model_security_20121007.yaml".freeze, "doc/historico/pomodoro_release_01.txt".freeze, "doc/todo.yaml".freeze, "gemfiles/Gemfile.rails.3.2.x".freeze, "guara.gemspec".freeze, "lib/.DS_Store".freeze, "lib/active_extend/.DS_Store".freeze, "lib/active_extend/README.md".freeze, "lib/active_extend/active_disablable.rb".freeze, "lib/active_extend/string_helper.rb".freeze, "lib/active_migration.rb".freeze, "lib/active_migration/converters/rtf_to_html.rb".freeze, "lib/active_migration/dictionary.rb".freeze, "lib/active_migration/migration.rb".freeze, "lib/active_migration/schemas.rb".freeze, "lib/active_migration/spelling_fix.rb".freeze, "lib/active_migration/transformer/grouped_field_fixed_spelling.rb".freeze, "lib/assets/.gitkeep".freeze, "lib/cmgb_rules/.DS_Store".freeze, "lib/cmgb_rules/app/.DS_Store".freeze, "lib/cmgb_rules/app/models/task.rb".freeze, "lib/guara/version.rb".freeze, "lib/spec/asserts/sheet1.xls".freeze, "lib/spec/lib/active_migration_schemas_spec.rb".freeze, "lib/spec/lib/active_migration_spec.rb".freeze, "lib/spec/spec_helper.rb".freeze, "lib/spec/support/active_migration_helper.rb".freeze, "lib/spec/support/utilities.rb".freeze, "lib/tasks/.gitkeep".freeze, "lib/tasks/add_privilegies.rake".freeze, "lib/tasks/external_migration.rake".freeze, "lib/tasks/sample_data.rake".freeze, "lib/tasks/smaple_data_test.rake".freeze, "lib/templates/erb/scaffold/_form.html.erb".freeze, "public/404.html".freeze, "public/422.html".freeze, "public/500.html".freeze, "public/data.txt".freeze, "public/favicon.ico".freeze, "public/javascripts/autocomplete-rails.js".freeze, "public/robots.txt".freeze, "script/create_db".freeze, "script/rails".freeze, "script/recreate_db".freeze, "script/recreate_db.bat".freeze, "script/recreate_db_test".freeze, "script/recreate_development_db".freeze, "spec/controllers/business_activities_controller_spec.disabled".freeze, "spec/controllers/business_departments_controller_spec.disabled".freeze, "spec/controllers/business_segments_controller_spec.disabled".freeze, "spec/controllers/company_businesses_controller_spec.disabled".freeze, "spec/controllers/system_task_status_controller_spec.disabled".freeze, "spec/controllers/system_task_status_spec.disabled".freeze, "spec/controllers/task_types_controller_spec.disabled".freeze, "spec/controllers/tasks_controller_spec.disabled".freeze, "spec/controllers/tests/ajaxes_controller_spec.disabled".freeze, "spec/factories.rb".freeze, "spec/factories/addresses.rb".freeze, "spec/factories/business_departments.rb".freeze, "spec/factories/company_businesses.rb".freeze, "spec/factories/customer_financials.rb".freeze, "spec/factories/customer_has_customers.rb".freeze, "spec/factories/customer_pj_has_customers_pjs.rb".freeze, "spec/factories/system_task_resolutions.rb".freeze, "spec/factories/system_task_status.rb".freeze, "spec/factories/task.rb".freeze, "spec/factories/task_feedbacks.rb".freeze, "spec/factories/task_types.rb".freeze, "spec/factories/tests_ajaxes.rb".freeze, "spec/helpers/business_activities_helper_spec.rb".freeze, "spec/helpers/business_departments_helper_spec.rb".freeze, "spec/helpers/business_segments_helper_spec.rb".freeze, "spec/helpers/company_businesses_helper_spec.rb".freeze, "spec/helpers/customers/contacts_helper_spec.rb".freeze, "spec/helpers/menu_helper_spec.rb".freeze, "spec/helpers/tests/ajaxes_helper_spec.rb".freeze, "spec/helpers/users_helpers_spec.rb".freeze, "spec/models/address_spec.rb".freeze, "spec/models/business_activity_spec.rb".freeze, "spec/models/business_department_spec.rb".freeze, "spec/models/business_segment_spec.rb".freeze, "spec/models/city_spec.rb".freeze, "spec/models/company_business_spec.rb".freeze, "spec/models/contact_spec.rb".freeze, "spec/models/customer_activity_spec.rb".freeze, "spec/models/customer_financial_spec.rb".freeze, "spec/models/customer_has_customers_spec.rb".freeze, "spec/models/customer_pf_spec.rb".freeze, "spec/models/customer_pj_has_customers_pj_spec.rb".freeze, "spec/models/customer_pj_spec.rb".freeze, "spec/models/customer_product_spec.rb".freeze, "spec/models/customer_segment_spec.rb".freeze, "spec/models/customer_spec.rb".freeze, "spec/models/district_spec.rb".freeze, "spec/models/emails_spec.rb".freeze, "spec/models/micropost_spec.rb".freeze, "spec/models/relationship_spec.rb".freeze, "spec/models/state_spec.rb".freeze, "spec/models/system_ability_spec.rb".freeze, "spec/models/system_module_spec.rb".freeze, "spec/models/system_task_resolution_spec.rb".freeze, "spec/models/system_task_status_spec.rb".freeze, "spec/models/task_feedback_spec.rb".freeze, "spec/models/task_spec.rb".freeze, "spec/models/task_type_spec.rb".freeze, "spec/models/tests/ajax_spec.rb".freeze, "spec/models/user_ability_spec.rb".freeze, "spec/models/user_group_spec.rb".freeze, "spec/models/user_spec.rb".freeze, "spec/models/users_has_groups_spec.rb".freeze, "spec/requests/authentication_pages_spec.rb".freeze, "spec/requests/business_activities_spec.rb".freeze, "spec/requests/business_departments_spec.rb".freeze, "spec/requests/business_segments_spec.rb".freeze, "spec/requests/company_businesses_spec.rb".freeze, "spec/requests/customer_contacts_pages_spec.rb".freeze, "spec/requests/customer_pages_spec.rb".freeze, "spec/requests/micropost_pages_spec.rb".freeze, "spec/requests/static_pages_spec.rb".freeze, "spec/requests/task_pages_spec.rb".freeze, "spec/requests/tests/tests_ajaxes_spec.rb".freeze, "spec/requests/user_abilities_pages_spec.rb".freeze, "spec/requests/user_pages_spec.rb".freeze, "spec/routing/business_activities_routing_spec.rb".freeze, "spec/routing/business_departments_routing_spec.rb".freeze, "spec/routing/business_segments_routing_spec.rb".freeze, "spec/routing/company_businesses_routing_spec.rb".freeze, "spec/routing/system_task_status_routing_spec.rb".freeze, "spec/routing/task_types_routing_spec.rb".freeze, "spec/routing/tests/ajaxes_routing_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/custom_matchers.rb".freeze, "spec/support/utilities.rb".freeze, "spec/views/business_departments/edit.html.erb_spec.rb".freeze, "spec/views/business_departments/index.html.erb_spec.disabled".freeze, "spec/views/business_departments/new.html.erb_spec.rb".freeze, "spec/views/business_departments/show.html.erb_spec.rb".freeze, "spec/views/company_businesses/edit.html.erb_spec.rb".freeze, "spec/views/company_businesses/index.html.erb_spec.rb".freeze, "spec/views/company_businesses/new.html.erb_spec.rb".freeze, "spec/views/company_businesses/show.html.erb_spec.rb".freeze, "spec/views/task_types/edit.html.erb_spec.rb".freeze, "spec/views/task_types/index.html.erb_spec.rb".freeze, "spec/views/task_types/new.html.erb_spec.rb".freeze, "spec/views/task_types/show.html.erb_spec.rb".freeze, "test/fixtures/.gitkeep".freeze, "test/functional/.gitkeep".freeze, "test/integration/.gitkeep".freeze, "test/performance/browsing_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/.gitkeep".freeze, "vendor/.DS_Store".freeze, "vendor/assets/.DS_Store".freeze, "vendor/assets/javascripts/.gitkeep".freeze, "vendor/assets/stylesheets/.DS_Store".freeze, "vendor/assets/stylesheets/.gitkeep".freeze, "vendor/assets/stylesheets/active_admin/_base.css.scss".freeze, "vendor/assets/stylesheets/active_admin/_forms.css.scss".freeze, "vendor/assets/stylesheets/active_admin/_header.css.scss".freeze, "vendor/assets/stylesheets/active_admin/_mixins.css.scss".freeze, "vendor/assets/stylesheets/active_admin/_typography.css.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_batch_actions.css.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_blank_slates.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_breadcrumbs.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_buttons.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_columns.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_comments.css.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_date_picker.css.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_dropdown_menu.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_flash_messages.css.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_grid.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_links.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_pagination.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_panels.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_popovers.css.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_scopes.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_status_tags.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_table_tools.css.scss".freeze, "vendor/assets/stylesheets/active_admin/components/_tables.css.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_all.css.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_buttons.css.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_gradients.css.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_icons.css.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_reset.css.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_rounded.css.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_sections.css.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_shadows.css.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_typography.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_utilities.scss".freeze, "vendor/assets/stylesheets/active_admin/mixins/_variables.css.scss".freeze, "vendor/assets/stylesheets/active_admin/pages/_dashboard.scss".freeze, "vendor/assets/stylesheets/active_admin/pages/_logged_out.scss".freeze, "vendor/assets/stylesheets/active_admin/print.css.scss".freeze, "vendor/assets/stylesheets/active_admin/structure/_footer.scss".freeze, "vendor/assets/stylesheets/active_admin/structure/_main_structure.scss".freeze, "vendor/assets/stylesheets/active_admin/structure/_title_bar.scss".freeze, "vendor/plugins/.gitkeep".freeze] s.homepage = "http://guara.woese.com".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Base Enterprise Application".freeze s.test_files = ["test/fixtures/.gitkeep".freeze, "test/functional/.gitkeep".freeze, "test/integration/.gitkeep".freeze, "test/performance/browsing_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/.gitkeep".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) end