# -*- encoding: utf-8 -*- # stub: multiinsert 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "multiinsert".freeze s.version = "0.0.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 = ["anjana nair".freeze] s.date = "2013-03-21" s.description = "Inserting multiple records for a model".freeze s.email = ["anjana.arun@revenuemed.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/images/Dashboard.jpg".freeze, "app/assets/images/black.png".freeze, "app/assets/images/giff.gif".freeze, "app/assets/images/rails.png".freeze, "app/assets/images/sprites.png".freeze, "app/assets/javascripts/application.js".freeze, "app/assets/javascripts/effects.js".freeze, "app/assets/javascripts/evaluations.js.coffee".freeze, "app/assets/javascripts/tabs_old.js".freeze, "app/assets/stylesheets/application.css".freeze, "app/assets/stylesheets/evaluations.css.scss".freeze, "app/assets/stylesheets/style.css".freeze, "app/assets/stylesheets/tab.css".freeze, "app/controllers/application_controller.rb".freeze, "app/controllers/employee_heirarchies_controller.rb".freeze, "app/controllers/evaluations_controller.rb".freeze, "app/controllers/sessions_controller.rb".freeze, "app/helpers/application_helper.rb".freeze, "app/helpers/employee_heirarchies_helper.rb".freeze, "app/helpers/evaluations_helper.rb".freeze, "app/mailers/.gitkeep".freeze, "app/models/.gitkeep".freeze, "app/models/employee.rb".freeze, "app/models/employee_heirarchy.rb".freeze, "app/models/evaluation.rb".freeze, "app/models/evaluation_interval.rb".freeze, "app/models/evaluation_period.rb".freeze, "app/models/interval_format.rb".freeze, "app/models/role.rb".freeze, "app/models/score.rb".freeze, "app/models/team.rb".freeze, "app/models/team.rb~".freeze, "app/models/team_value.rb".freeze, "app/models/user.rb".freeze, "app/models/user.rb~".freeze, "app/models/user_history.rb".freeze, "app/models/user_role.rb".freeze, "app/models/value.rb".freeze, "app/models/value.rb~".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/evaluations/edit.html.erb".freeze, "app/views/evaluations/first.html.erb".freeze, "app/views/evaluations/index.html.erb".freeze, "app/views/evaluations/new.html.erb".freeze, "app/views/evaluations/show.html.erb".freeze, "app/views/layouts/application.html.erb".freeze, "config.ru".freeze, "config/application.rb".freeze, "config/boot.rb".freeze, "config/database.yml".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/initializers/backtrace_silencers.rb".freeze, "config/initializers/devise.rb".freeze, "config/initializers/inflections.rb".freeze, "config/initializers/mime_types.rb".freeze, "config/initializers/rails_admin.rb".freeze, "config/initializers/secret_token.rb".freeze, "config/initializers/session_store.rb".freeze, "config/initializers/wrap_parameters.rb".freeze, "config/locales/devise.en.yml".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "db/migrate/20130220053413_devise_create_users.rb".freeze, "db/migrate/20130220055237_create_rails_admin_histories_table.rb".freeze, "db/migrate/20130220060116_create_values.rb".freeze, "db/migrate/20130220060116_create_values.rb~".freeze, "db/migrate/20130220060206_create_scores.rb".freeze, "db/migrate/20130220060258_create_teams.rb".freeze, "db/migrate/20130220060347_create_team_values.rb".freeze, "db/migrate/20130220060347_create_team_values.rb~".freeze, "db/migrate/20130220060427_create_roles.rb".freeze, "db/migrate/20130220060605_create_evaluation_periods.rb".freeze, "db/migrate/20130220060807_create_evaluation_intervals.rb".freeze, "db/migrate/20130220060902_create_interval_formats.rb".freeze, "db/migrate/20130220061022_create_user_histories.rb".freeze, "db/migrate/20130220061242_create_evaluations.rb".freeze, "db/migrate/20130305063738_create_user_roles.rb".freeze, "db/migrate/20130305091849_create_employees.rb".freeze, "db/migrate/20130305144125_create_employee_heirarchies.rb".freeze, "db/migrate/20130305150244_add_foreign_keys_to_employee_heirarchies.rb".freeze, "db/migrate/20130307035139_addmanagerid_to_evaluations.rb".freeze, "db/schema.rb".freeze, "db/seeds.rb".freeze, "doc/README_FOR_APP".freeze, "lib/assets/.gitkeep".freeze, "lib/tasks/.gitkeep".freeze, "log/.gitkeep".freeze, "public/404.html".freeze, "public/422.html".freeze, "public/500.html".freeze, "public/favicon.ico".freeze, "public/robots.txt".freeze, "script/rails".freeze, "test/fixtures/.gitkeep".freeze, "test/fixtures/evaluation_intervals.yml".freeze, "test/fixtures/evaluation_periods.yml".freeze, "test/fixtures/evaluations.yml".freeze, "test/fixtures/interval_formats.yml".freeze, "test/fixtures/roles.yml".freeze, "test/fixtures/scores.yml".freeze, "test/fixtures/team_values.yml".freeze, "test/fixtures/teams.yml".freeze, "test/fixtures/user_histories.yml".freeze, "test/fixtures/users.yml".freeze, "test/fixtures/values.yml".freeze, "test/functional/.gitkeep".freeze, "test/functional/employee_heirarchies_controller_test.rb".freeze, "test/functional/evaluations_controller_test.rb".freeze, "test/integration/.gitkeep".freeze, "test/performance/browsing_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/.gitkeep".freeze, "test/unit/evaluation_interval_test.rb".freeze, "test/unit/evaluation_period_test.rb".freeze, "test/unit/evaluation_test.rb".freeze, "test/unit/helpers/employee_heirarchies_helper_test.rb".freeze, "test/unit/helpers/evaluations_helper_test.rb".freeze, "test/unit/interval_format_test.rb".freeze, "test/unit/role_test.rb".freeze, "test/unit/score_test.rb".freeze, "test/unit/team_test.rb".freeze, "test/unit/team_value_test.rb".freeze, "test/unit/user_history_test.rb".freeze, "test/unit/user_test.rb".freeze, "test/unit/value_test.rb".freeze, "vendor/assets/javascripts/.gitkeep".freeze, "vendor/assets/stylesheets/.gitkeep".freeze, "vendor/plugins/.gitkeep".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Inserting multiple records for a model on saving a form".freeze s.test_files = ["test/fixtures/.gitkeep".freeze, "test/fixtures/evaluation_intervals.yml".freeze, "test/fixtures/evaluation_periods.yml".freeze, "test/fixtures/evaluations.yml".freeze, "test/fixtures/interval_formats.yml".freeze, "test/fixtures/roles.yml".freeze, "test/fixtures/scores.yml".freeze, "test/fixtures/team_values.yml".freeze, "test/fixtures/teams.yml".freeze, "test/fixtures/user_histories.yml".freeze, "test/fixtures/users.yml".freeze, "test/fixtures/values.yml".freeze, "test/functional/.gitkeep".freeze, "test/functional/employee_heirarchies_controller_test.rb".freeze, "test/functional/evaluations_controller_test.rb".freeze, "test/integration/.gitkeep".freeze, "test/performance/browsing_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/.gitkeep".freeze, "test/unit/evaluation_interval_test.rb".freeze, "test/unit/evaluation_period_test.rb".freeze, "test/unit/evaluation_test.rb".freeze, "test/unit/helpers/employee_heirarchies_helper_test.rb".freeze, "test/unit/helpers/evaluations_helper_test.rb".freeze, "test/unit/interval_format_test.rb".freeze, "test/unit/role_test.rb".freeze, "test/unit/score_test.rb".freeze, "test/unit/team_test.rb".freeze, "test/unit/team_value_test.rb".freeze, "test/unit/user_history_test.rb".freeze, "test/unit/user_test.rb".freeze, "test/unit/value_test.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end