--- !ruby/object:Gem::Specification 
name: saucy
version: !ruby/object:Gem::Version 
  hash: 45
  prerelease: 
  segments: 
  - 0
  - 2
  - 29
  version: 0.2.29
platform: ruby
authors: 
- thoughtbot, inc.
- Joe Ferris
- Mike Burns
autorequire: 
bindir: bin
cert_chain: []

date: 2011-02-25 00:00:00 -05:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  type: :runtime
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 11
        segments: 
        - 1
        - 2
        version: "1.2"
  name: formtastic
  version_requirements: *id001
  prerelease: false
- !ruby/object:Gem::Dependency 
  type: :runtime
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 1
        segments: 
        - 3
        - 0
        - 3
        version: 3.0.3
  name: railties
  version_requirements: *id002
  prerelease: false
- !ruby/object:Gem::Dependency 
  type: :runtime
  requirement: &id003 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 19
        segments: 
        - 2
        - 6
        - 2
        version: 2.6.2
  name: braintree
  version_requirements: *id003
  prerelease: false
- !ruby/object:Gem::Dependency 
  type: :runtime
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - "="
      - !ruby/object:Gem::Version 
        hash: 29
        segments: 
        - 1
        - 3
        - 3
        version: 1.3.3
  name: sham_rack
  version_requirements: *id004
  prerelease: false
- !ruby/object:Gem::Dependency 
  type: :runtime
  requirement: &id005 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - "="
      - !ruby/object:Gem::Version 
        hash: 23
        segments: 
        - 1
        - 1
        - 2
        version: 1.1.2
  name: sinatra
  version_requirements: *id005
  prerelease: false
- !ruby/object:Gem::Dependency 
  type: :development
  requirement: &id006 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - "="
      - !ruby/object:Gem::Version 
        hash: 27
        segments: 
        - 0
        - 2
        - 6
        version: 0.2.6
  name: aruba
  version_requirements: *id006
  prerelease: false
description: Clearance-based Rails engine for Software as a Service (Saas) that provides account and project management
email: support@thoughtbot.com
executables: []

extensions: []

extra_rdoc_files: []

files: 
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- config/locales/en.yml
- config/routes.rb
- app/controllers/accounts_controller.rb
- app/controllers/billings_controller.rb
- app/controllers/invitations_controller.rb
- app/controllers/memberships_controller.rb
- app/controllers/plans_controller.rb
- app/controllers/profiles_controller.rb
- app/mailers/billing_mailer.rb
- app/mailers/invitation_mailer.rb
- app/models/invitation.rb
- app/models/limit.rb
- app/models/membership.rb
- app/models/permission.rb
- app/models/signup.rb
- app/views/accounts/_account.html.erb
- app/views/accounts/_blank_slate.html.erb
- app/views/accounts/_projects.html.erb
- app/views/accounts/_tab_bar.html.erb
- app/views/accounts/edit.html.erb
- app/views/accounts/index.html.erb
- app/views/accounts/new.html.erb
- app/views/billing_mailer/expiring_trial.text.erb
- app/views/billing_mailer/problem.html.erb
- app/views/billing_mailer/problem.text.erb
- app/views/billing_mailer/receipt.html.erb
- app/views/billing_mailer/receipt.text.erb
- app/views/billings/_form.html.erb
- app/views/billings/edit.html.erb
- app/views/billings/show.html.erb
- app/views/invitation_mailer/invitation.text.erb
- app/views/invitations/new.html.erb
- app/views/invitations/show.html.erb
- app/views/memberships/edit.html.erb
- app/views/memberships/index.html.erb
- app/views/plans/_plan.html.erb
- app/views/plans/_terms.html.erb
- app/views/plans/edit.html.erb
- app/views/plans/index.html.erb
- app/views/profiles/_inputs.html.erb
- app/views/profiles/edit.html.erb
- app/views/projects/_form.html.erb
- app/views/projects/edit.html.erb
- app/views/projects/index.html.erb
- app/views/projects/new.html.erb
- app/views/projects/show.html.erb
- app/views/shared/_saucy_javascript.html.erb
- lib/generators/saucy/base.rb
- lib/generators/saucy/features/features_generator.rb
- lib/generators/saucy/features/templates/factories.rb
- lib/generators/saucy/features/templates/step_definitions/account_steps.rb
- lib/generators/saucy/features/templates/step_definitions/braintree_steps.rb
- lib/generators/saucy/features/templates/step_definitions/cron_steps.rb
- lib/generators/saucy/features/templates/step_definitions/email_steps.rb
- lib/generators/saucy/features/templates/step_definitions/factory_girl_steps.rb
- lib/generators/saucy/features/templates/step_definitions/html_steps.rb
- lib/generators/saucy/features/templates/step_definitions/plan_steps.rb
- lib/generators/saucy/features/templates/step_definitions/project_steps.rb
- lib/generators/saucy/features/templates/step_definitions/session_steps.rb
- lib/generators/saucy/features/templates/step_definitions/user_steps.rb
- lib/generators/saucy/features/templates/support/braintree.rb
- lib/generators/saucy/install/install_generator.rb
- lib/generators/saucy/install/templates/controllers/projects_controller.rb
- lib/generators/saucy/install/templates/create_saucy_tables.rb
- lib/generators/saucy/install/templates/models/account.rb
- lib/generators/saucy/install/templates/models/plan.rb
- lib/generators/saucy/install/templates/models/project.rb
- lib/generators/saucy/specs/specs_generator.rb
- lib/generators/saucy/specs/templates/support/braintree.rb
- lib/generators/saucy/views/views_generator.rb
- lib/saucy/account.rb
- lib/saucy/account_authorization.rb
- lib/saucy/configuration.rb
- lib/saucy/cron.rb
- lib/saucy/engine.rb
- lib/saucy/fake_braintree.rb
- lib/saucy/layouts.rb
- lib/saucy/plan.rb
- lib/saucy/project.rb
- lib/saucy/projects_controller.rb
- lib/saucy/routing_extensions.rb
- lib/saucy/subscription.rb
- lib/saucy/user.rb
- lib/saucy.rb
- lib/saucy/railties/tasks.rake
- features/run_features.feature
- features/step_definitions/clearance_steps.rb
- features/step_definitions/rails_steps.rb
- features/step_definitions/saucy_steps.rb
- features/support/env.rb
- features/support/file.rb
- lib/generators/saucy/features/templates/features/edit_profile.feature
- lib/generators/saucy/features/templates/features/edit_project_permissions.feature
- lib/generators/saucy/features/templates/features/edit_user_permissions.feature
- lib/generators/saucy/features/templates/features/manage_account.feature
- lib/generators/saucy/features/templates/features/manage_billing.feature
- lib/generators/saucy/features/templates/features/manage_plan.feature
- lib/generators/saucy/features/templates/features/manage_projects.feature
- lib/generators/saucy/features/templates/features/manage_users.feature
- lib/generators/saucy/features/templates/features/new_account.feature
- lib/generators/saucy/features/templates/features/sign_up.feature
- lib/generators/saucy/features/templates/features/sign_up_paid.feature
- lib/generators/saucy/features/templates/features/trial_plans.feature
- lib/generators/saucy/features/templates/README
- spec/controllers/accounts_controller_spec.rb
- spec/controllers/application_controller_spec.rb
- spec/controllers/invitations_controller_spec.rb
- spec/controllers/memberships_controller_spec.rb
- spec/controllers/profiles_controller_spec.rb
- spec/controllers/projects_controller_spec.rb
- spec/environment.rb
- spec/layouts_spec.rb
- spec/models/account_spec.rb
- spec/models/invitation_spec.rb
- spec/models/limit_spec.rb
- spec/models/membership_spec.rb
- spec/models/permission_spec.rb
- spec/models/plan_spec.rb
- spec/models/project_spec.rb
- spec/models/signup_spec.rb
- spec/models/subscription_spec.rb
- spec/models/user_spec.rb
- spec/route_extensions_spec.rb
- spec/saucy_spec.rb
- spec/scaffold/config/routes.rb
- spec/spec_helper.rb
- spec/support/authentication_helpers.rb
- spec/support/authorization_helpers.rb
- spec/support/braintree.rb
- spec/support/clearance_matchers.rb
- spec/views/accounts/_account.html.erb_spec.rb
has_rdoc: true
homepage: http://github.com/thoughtbot/saucy
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.5.2
signing_key: 
specification_version: 3
summary: Clearance-based Rails engine for SaaS
test_files: 
- features/run_features.feature
- features/step_definitions/clearance_steps.rb
- features/step_definitions/rails_steps.rb
- features/step_definitions/saucy_steps.rb
- features/support/env.rb
- features/support/file.rb