# -*- encoding: utf-8 -*- # stub: muck-invites 0.1.5 ruby lib Gem::Specification.new do |s| s.name = "muck-invites".freeze s.version = "0.1.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Justin Ball, Joel Duffin".freeze] s.date = "2009-12-09" s.description = "The invite engine for the muck system.".freeze s.email = "justin@tatemae.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "app/controllers/muck/invites_controller.rb".freeze, "app/models/invite_mailer.rb".freeze, "app/views/invite_mailer/invite_notification.text.html.erb".freeze, "app/views/invite_mailer/invite_notification.text.plain.erb".freeze, "app/views/invite_mailer/invited_joined_notification.text.html.erb".freeze, "app/views/invite_mailer/invited_joined_notification.text.plain.erb".freeze, "app/views/invites/_get_contacts.html.erb".freeze, "app/views/invites/new.html.erb".freeze, "config/muck_invites_routes.rb".freeze, "db/migrate/20090928213532_create_invites.rb".freeze, "db/migrate/20091128170318_make_invites_polymorphic.rb".freeze, "install.rb".freeze, "lib/active_record/acts/muck_invite.rb".freeze, "lib/active_record/acts/muck_invitee.rb".freeze, "lib/active_record/acts/muck_inviter.rb".freeze, "lib/muck_invites.rb".freeze, "lib/muck_invites/exceptions.rb".freeze, "lib/muck_invites/initialize_routes.rb".freeze, "lib/muck_invites/tasks.rb".freeze, "locales/ar.yml".freeze, "locales/bg.yml".freeze, "locales/ca.yml".freeze, "locales/cs.yml".freeze, "locales/da.yml".freeze, "locales/de.yml".freeze, "locales/el.yml".freeze, "locales/en.yml".freeze, "locales/es.yml".freeze, "locales/et.yml".freeze, "locales/fa.yml".freeze, "locales/fi.yml".freeze, "locales/fr.yml".freeze, "locales/gl.yml".freeze, "locales/hi.yml".freeze, "locales/hr.yml".freeze, "locales/hu.yml".freeze, "locales/id.yml".freeze, "locales/it.yml".freeze, "locales/iw.yml".freeze, "locales/ja.yml".freeze, "locales/ko.yml".freeze, "locales/lt.yml".freeze, "locales/lv.yml".freeze, "locales/mt.yml".freeze, "locales/nl.yml".freeze, "locales/no.yml".freeze, "locales/pl.yml".freeze, "locales/pt-PT.yml".freeze, "locales/ro.yml".freeze, "locales/ru.yml".freeze, "locales/sk.yml".freeze, "locales/sl.yml".freeze, "locales/sq.yml".freeze, "locales/sr.yml".freeze, "locales/sv.yml".freeze, "locales/th.yml".freeze, "locales/tl.yml".freeze, "locales/tr.yml".freeze, "locales/uk.yml".freeze, "locales/vi.yml".freeze, "locales/zh-CN.yml".freeze, "locales/zh-TW.yml".freeze, "locales/zh.yml".freeze, "muck-invites.gemspec".freeze, "public/stylesheets/muck-invites.css".freeze, "rails/init.rb".freeze, "tasks/muck_invites_tasks.rake".freeze, "test/rails_root/.gitignore".freeze, "test/rails_root/.rake_tasks".freeze, "test/rails_root/Capfile".freeze, "test/rails_root/Rakefile".freeze, "test/rails_root/app/controllers/application_controller.rb".freeze, "test/rails_root/app/controllers/default_controller.rb".freeze, "test/rails_root/app/helpers/application_helper.rb".freeze, "test/rails_root/app/models/.keep".freeze, "test/rails_root/app/models/activity.rb".freeze, "test/rails_root/app/models/invite.rb".freeze, "test/rails_root/app/models/invitee.rb".freeze, "test/rails_root/app/models/user.rb".freeze, "test/rails_root/app/models/user_session.rb".freeze, "test/rails_root/app/views/default/index.html.erb".freeze, "test/rails_root/app/views/layouts/default.html.erb".freeze, "test/rails_root/config/boot.rb".freeze, "test/rails_root/config/database.yml".freeze, "test/rails_root/config/environment.rb".freeze, "test/rails_root/config/environments/cucumber.rb".freeze, "test/rails_root/config/environments/development.rb".freeze, "test/rails_root/config/environments/production.rb".freeze, "test/rails_root/config/environments/test.rb".freeze, "test/rails_root/config/global_config.yml".freeze, "test/rails_root/config/initializers/inflections.rb".freeze, "test/rails_root/config/initializers/mime_types.rb".freeze, "test/rails_root/config/initializers/requires.rb".freeze, "test/rails_root/config/initializers/session_store.rb".freeze, "test/rails_root/config/routes.rb".freeze, "test/rails_root/db/.keep".freeze, "test/rails_root/db/migrate/20090320174818_create_muck_permissions_and_roles.rb".freeze, "test/rails_root/db/migrate/20090402033319_add_muck_activities.rb".freeze, "test/rails_root/db/migrate/20090402234137_create_languages.rb".freeze, "test/rails_root/db/migrate/20090426041056_create_countries.rb".freeze, "test/rails_root/db/migrate/20090426041103_create_states.rb".freeze, "test/rails_root/db/migrate/20090602041838_create_users.rb".freeze, "test/rails_root/db/migrate/20090608073052_create_friends.rb".freeze, "test/rails_root/db/migrate/20090703055724_add_contents.rb".freeze, "test/rails_root/db/migrate/20090704220055_create_slugs.rb".freeze, "test/rails_root/db/migrate/20090928213532_create_invites.rb".freeze, "test/rails_root/db/migrate/20091128170318_make_invites_polymorphic.rb".freeze, "test/rails_root/features/comments.feature".freeze, "test/rails_root/features/step_definitions/comment_steps.rb".freeze, "test/rails_root/features/step_definitions/common_steps.rb".freeze, "test/rails_root/features/step_definitions/webrat_steps.rb".freeze, "test/rails_root/features/support/env.rb".freeze, "test/rails_root/features/support/paths.rb".freeze, "test/rails_root/lib/tasks/cucumber.rake".freeze, "test/rails_root/public/.htaccess".freeze, "test/rails_root/public/404.html".freeze, "test/rails_root/public/422.html".freeze, "test/rails_root/public/500.html".freeze, "test/rails_root/public/dispatch.rb".freeze, "test/rails_root/public/favicon.ico".freeze, "test/rails_root/public/images/arrow_down.gif".freeze, "test/rails_root/public/images/arrow_left.gif".freeze, "test/rails_root/public/images/arrow_right.gif".freeze, "test/rails_root/public/images/arrow_up.gif".freeze, "test/rails_root/public/images/fancybox/fancy_closebox.png".freeze, "test/rails_root/public/images/fancybox/fancy_left.png".freeze, "test/rails_root/public/images/fancybox/fancy_progress.png".freeze, "test/rails_root/public/images/fancybox/fancy_right.png".freeze, "test/rails_root/public/images/fancybox/fancy_shadow_e.png".freeze, "test/rails_root/public/images/fancybox/fancy_shadow_n.png".freeze, "test/rails_root/public/images/fancybox/fancy_shadow_ne.png".freeze, "test/rails_root/public/images/fancybox/fancy_shadow_nw.png".freeze, "test/rails_root/public/images/fancybox/fancy_shadow_s.png".freeze, "test/rails_root/public/images/fancybox/fancy_shadow_se.png".freeze, "test/rails_root/public/images/fancybox/fancy_shadow_sw.png".freeze, "test/rails_root/public/images/fancybox/fancy_shadow_w.png".freeze, "test/rails_root/public/images/fancybox/fancy_title_left.png".freeze, "test/rails_root/public/images/fancybox/fancy_title_main.png".freeze, "test/rails_root/public/images/fancybox/fancy_title_right.png".freeze, "test/rails_root/public/images/icons/accept.png".freeze, "test/rails_root/public/images/icons/add.png".freeze, "test/rails_root/public/images/icons/blue_guy.png".freeze, "test/rails_root/public/images/icons/button_background.png".freeze, "test/rails_root/public/images/icons/cancel.png".freeze, "test/rails_root/public/images/icons/close.png".freeze, "test/rails_root/public/images/icons/comment.png".freeze, "test/rails_root/public/images/icons/delete.png".freeze, "test/rails_root/public/images/icons/exclaim.png".freeze, "test/rails_root/public/images/icons/grey_guy.png".freeze, "test/rails_root/public/images/icons/hide.png".freeze, "test/rails_root/public/images/icons/information.png".freeze, "test/rails_root/public/images/icons/minus.png".freeze, "test/rails_root/public/images/icons/question.png".freeze, "test/rails_root/public/images/icons/search_box.png".freeze, "test/rails_root/public/images/icons/star.png".freeze, "test/rails_root/public/images/icons/stop.png".freeze, "test/rails_root/public/images/icons/thumb_down.png".freeze, "test/rails_root/public/images/icons/thumb_up.png".freeze, "test/rails_root/public/images/icons/vote.png".freeze, "test/rails_root/public/images/loading.gif".freeze, "test/rails_root/public/images/nothing.png".freeze, "test/rails_root/public/images/profile_default.jpg".freeze, "test/rails_root/public/images/rails.png".freeze, "test/rails_root/public/images/spinner.gif".freeze, "test/rails_root/public/images/sprites.png".freeze, "test/rails_root/public/javascripts/application.js".freeze, "test/rails_root/public/javascripts/builder.js".freeze, "test/rails_root/public/javascripts/controls.js".freeze, "test/rails_root/public/javascripts/dragdrop.js".freeze, "test/rails_root/public/javascripts/effects.js".freeze, "test/rails_root/public/javascripts/fancyzoom.min.js".freeze, "test/rails_root/public/javascripts/jquery/jquery-ui.js".freeze, "test/rails_root/public/javascripts/jquery/jquery.easing.js".freeze, "test/rails_root/public/javascripts/jquery/jquery.fancybox.js".freeze, "test/rails_root/public/javascripts/jquery/jquery.form.js".freeze, "test/rails_root/public/javascripts/jquery/jquery.jgrowl.js".freeze, "test/rails_root/public/javascripts/jquery/jquery.js".freeze, "test/rails_root/public/javascripts/jquery/jquery.tips.js".freeze, "test/rails_root/public/javascripts/jquery/jrails.js".freeze, "test/rails_root/public/javascripts/muck.js".freeze, "test/rails_root/public/javascripts/muck_activities.js".freeze, "test/rails_root/public/javascripts/muck_time/en.js".freeze, "test/rails_root/public/javascripts/prototype.js".freeze, "test/rails_root/public/javascripts/scriptaculous.js".freeze, "test/rails_root/public/javascripts/slider.js".freeze, "test/rails_root/public/javascripts/sound.js".freeze, "test/rails_root/public/robots.txt".freeze, "test/rails_root/public/stylesheets/.keep".freeze, "test/rails_root/public/stylesheets/admin.css".freeze, "test/rails_root/public/stylesheets/blueprint/ie.css".freeze, "test/rails_root/public/stylesheets/blueprint/liquid_screen.css".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/buttons/icons/cross.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/buttons/icons/key.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/buttons/icons/tick.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/buttons/readme.txt".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/buttons/screen.css".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/fancy-type/readme.txt".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/fancy-type/screen.css".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/link-icons/icons/doc.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/link-icons/icons/email.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/link-icons/icons/external.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/link-icons/icons/feed.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/link-icons/icons/im.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/link-icons/icons/pdf.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/link-icons/icons/visited.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/link-icons/icons/xls.png".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/link-icons/readme.txt".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/link-icons/screen.css".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/liquid/liquid.css".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/liquid/src/liquid.css".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/rtl/readme.txt".freeze, "test/rails_root/public/stylesheets/blueprint/plugins/rtl/screen.css".freeze, "test/rails_root/public/stylesheets/blueprint/print.css".freeze, "test/rails_root/public/stylesheets/blueprint/screen.css".freeze, "test/rails_root/public/stylesheets/blueprint/sprite.css".freeze, "test/rails_root/public/stylesheets/blueprint/src/forms.css".freeze, "test/rails_root/public/stylesheets/blueprint/src/grid.css".freeze, "test/rails_root/public/stylesheets/blueprint/src/grid.png".freeze, "test/rails_root/public/stylesheets/blueprint/src/ie.css".freeze, "test/rails_root/public/stylesheets/blueprint/src/print.css".freeze, "test/rails_root/public/stylesheets/blueprint/src/reset.css".freeze, "test/rails_root/public/stylesheets/blueprint/src/typography.css".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-thick_15_444444_40x40.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-bg_glass_100_f0f0f0_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-bg_glass_50_99c2ff_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-bg_glass_55_fbf5d0_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-bg_glass_80_e6e6e6_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-bg_glass_95_fef1ec_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-soft_100_e7eef3_1x100.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-icons_222222_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-icons_2694e8_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-icons_2e83ff_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-icons_72a7cf_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-icons_888888_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-icons_cd0a0a_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/images/ui-icons_ffffff_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/cupertino/jquery-ui-1.7.1.custom.css".freeze, "test/rails_root/public/stylesheets/jquery/jquery.fancybox.css".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-bg_flat_55_fbec88_40x100.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-bg_glass_85_dfeffc_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-bg_glass_95_fef1ec_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-icons_217bc0_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-icons_2e83ff_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-icons_469bdd_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-icons_6da8d5_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-icons_cd0a0a_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-icons_d8e7f3_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/images/ui-icons_f9bd01_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/redmond/jquery-ui-1.7.1.custom.css".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-icons_222222_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-icons_2e83ff_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-icons_454545_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-icons_888888_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/smoothness/jquery-ui-1.7.1.custom.css".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-bg_flat_10_000000_40x100.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-icons_222222_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-icons_228ef1_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-icons_ef8c08_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffd27a_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffffff_256x240.png".freeze, "test/rails_root/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.1.custom.css".freeze, "test/rails_root/public/stylesheets/muck-invites.css".freeze, "test/rails_root/public/stylesheets/reset.css".freeze, "test/rails_root/public/stylesheets/styles.css".freeze, "test/rails_root/public/stylesheets/themes/blue/styles.css".freeze, "test/rails_root/public/stylesheets/themes/red/styles.css".freeze, "test/rails_root/script/about".freeze, "test/rails_root/script/breakpointer".freeze, "test/rails_root/script/console".freeze, "test/rails_root/script/create_project.rb".freeze, "test/rails_root/script/cucumber".freeze, "test/rails_root/script/dbconsole".freeze, "test/rails_root/script/destroy".freeze, "test/rails_root/script/generate".freeze, "test/rails_root/script/performance/benchmarker".freeze, "test/rails_root/script/performance/profiler".freeze, "test/rails_root/script/performance/request".freeze, "test/rails_root/script/plugin".freeze, "test/rails_root/script/process/inspector".freeze, "test/rails_root/script/process/reaper".freeze, "test/rails_root/script/process/spawner".freeze, "test/rails_root/script/runner".freeze, "test/rails_root/script/server".freeze, "test/rails_root/test/functional/.keep".freeze, "test/rails_root/test/functional/invites_controller_test.rb".freeze, "test/rails_root/test/test_helper.rb".freeze, "test/rails_root/test/unit/.keep".freeze, "test/rails_root/test/unit/contacts_test.rb".freeze, "test/rails_root/test/unit/invite_mailer_test.rb".freeze, "test/rails_root/test/unit/invite_test.rb".freeze, "test/rails_root/test/unit/invitee_test.rb".freeze, "test/rails_root/test/unit/user_test.rb".freeze, "test/rails_root/vendor/plugins/jrails/CHANGELOG".freeze, "test/rails_root/vendor/plugins/jrails/LICENSE".freeze, "test/rails_root/vendor/plugins/jrails/README.rdoc".freeze, "test/rails_root/vendor/plugins/jrails/Rakefile".freeze, "test/rails_root/vendor/plugins/jrails/VERSION.yml".freeze, "test/rails_root/vendor/plugins/jrails/bin/jrails".freeze, "test/rails_root/vendor/plugins/jrails/init.rb".freeze, "test/rails_root/vendor/plugins/jrails/install.rb".freeze, "test/rails_root/vendor/plugins/jrails/javascripts/jquery-ui.js".freeze, "test/rails_root/vendor/plugins/jrails/javascripts/jquery.js".freeze, "test/rails_root/vendor/plugins/jrails/javascripts/jrails.js".freeze, "test/rails_root/vendor/plugins/jrails/javascripts/sources/jrails.js".freeze, "test/rails_root/vendor/plugins/jrails/jrails.gemspec".freeze, "test/rails_root/vendor/plugins/jrails/lib/jrails.rb".freeze, "test/rails_root/vendor/plugins/jrails/rails/init.rb".freeze, "test/rails_root/vendor/plugins/jrails/tasks/jrails.rake".freeze, "test/rails_root/vendor/plugins/ssl_requirement/README".freeze, "test/rails_root/vendor/plugins/ssl_requirement/lib/ssl_requirement.rb".freeze, "test/rails_root/vendor/plugins/ssl_requirement/test/ssl_requirement_test.rb".freeze, "uninstall.rb".freeze] s.homepage = "http://github.com/tatemae/muck_invites".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The invite engine for the muck system".freeze s.test_files = ["test/rails_root/app/controllers/application_controller.rb".freeze, "test/rails_root/app/controllers/default_controller.rb".freeze, "test/rails_root/app/helpers/application_helper.rb".freeze, "test/rails_root/app/models/activity.rb".freeze, "test/rails_root/app/models/invite.rb".freeze, "test/rails_root/app/models/invitee.rb".freeze, "test/rails_root/app/models/user.rb".freeze, "test/rails_root/app/models/user_session.rb".freeze, "test/rails_root/config/boot.rb".freeze, "test/rails_root/config/environment.rb".freeze, "test/rails_root/config/environments/cucumber.rb".freeze, "test/rails_root/config/environments/development.rb".freeze, "test/rails_root/config/environments/production.rb".freeze, "test/rails_root/config/environments/test.rb".freeze, "test/rails_root/config/initializers/inflections.rb".freeze, "test/rails_root/config/initializers/mime_types.rb".freeze, "test/rails_root/config/initializers/requires.rb".freeze, "test/rails_root/config/initializers/session_store.rb".freeze, "test/rails_root/config/routes.rb".freeze, "test/rails_root/db/migrate/20090320174818_create_muck_permissions_and_roles.rb".freeze, "test/rails_root/db/migrate/20090402033319_add_muck_activities.rb".freeze, "test/rails_root/db/migrate/20090402234137_create_languages.rb".freeze, "test/rails_root/db/migrate/20090426041056_create_countries.rb".freeze, "test/rails_root/db/migrate/20090426041103_create_states.rb".freeze, "test/rails_root/db/migrate/20090602041838_create_users.rb".freeze, "test/rails_root/db/migrate/20090608073052_create_friends.rb".freeze, "test/rails_root/db/migrate/20090703055724_add_contents.rb".freeze, "test/rails_root/db/migrate/20090704220055_create_slugs.rb".freeze, "test/rails_root/db/migrate/20090928213532_create_invites.rb".freeze, "test/rails_root/db/migrate/20091128170318_make_invites_polymorphic.rb".freeze, "test/rails_root/features/step_definitions/comment_steps.rb".freeze, "test/rails_root/features/step_definitions/common_steps.rb".freeze, "test/rails_root/features/step_definitions/webrat_steps.rb".freeze, "test/rails_root/features/support/env.rb".freeze, "test/rails_root/features/support/paths.rb".freeze, "test/rails_root/public/dispatch.rb".freeze, "test/rails_root/script/create_project.rb".freeze, "test/rails_root/test/functional/invites_controller_test.rb".freeze, "test/rails_root/test/test_helper.rb".freeze, "test/rails_root/test/unit/contacts_test.rb".freeze, "test/rails_root/test/unit/invite_mailer_test.rb".freeze, "test/rails_root/test/unit/invite_test.rb".freeze, "test/rails_root/test/unit/invitee_test.rb".freeze, "test/rails_root/test/unit/user_test.rb".freeze, "test/rails_root/vendor/plugins/jrails/init.rb".freeze, "test/rails_root/vendor/plugins/jrails/install.rb".freeze, "test/rails_root/vendor/plugins/jrails/lib/jrails.rb".freeze, "test/rails_root/vendor/plugins/jrails/rails/init.rb".freeze, "test/rails_root/vendor/plugins/ssl_requirement/lib/ssl_requirement.rb".freeze, "test/rails_root/vendor/plugins/ssl_requirement/test/ssl_requirement_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end