# -*- encoding: utf-8 -*- # stub: milia 0.3.31 ruby lib Gem::Specification.new do |s| s.name = "milia".freeze s.version = "0.3.31".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Anderson".freeze] s.date = "2012-11-05" s.description = "Transparent Multi-tenanting for hosted Rails 3.1+/Ruby 1.9.2 applications".freeze s.email = "dsaronin@gmail.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".document".freeze, ".project".freeze, ".rvmrc".freeze, ".slugignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "app/controllers/registrations_controller.rb".freeze, "doc/ref_notes.txt".freeze, "lib/milia.rb".freeze, "lib/milia/base.rb".freeze, "lib/milia/control.rb".freeze, "lib/milia/railtie.rb".freeze, "lib/milia/tasks.rb".freeze, "markdown.rb".freeze, "milia.gemspec".freeze, "test/helper.rb".freeze, "test/rails_app/.gitignore".freeze, "test/rails_app/Gemfile".freeze, "test/rails_app/Gemfile.lock".freeze, "test/rails_app/Procfile".freeze, "test/rails_app/README".freeze, "test/rails_app/Rakefile".freeze, "test/rails_app/app/assets/images/rails.png".freeze, "test/rails_app/app/assets/javascripts/application.js".freeze, "test/rails_app/app/assets/javascripts/home.js.coffee".freeze, "test/rails_app/app/assets/stylesheets/application.css".freeze, "test/rails_app/app/assets/stylesheets/home.css.scss".freeze, "test/rails_app/app/controllers/application_controller.rb".freeze, "test/rails_app/app/controllers/home_controller.rb".freeze, "test/rails_app/app/helpers/application_helper.rb".freeze, "test/rails_app/app/helpers/home_helper.rb".freeze, "test/rails_app/app/mailers/.gitkeep".freeze, "test/rails_app/app/models/.gitkeep".freeze, "test/rails_app/app/models/author.rb".freeze, "test/rails_app/app/models/calendar.rb".freeze, "test/rails_app/app/models/post.rb".freeze, "test/rails_app/app/models/team.rb".freeze, "test/rails_app/app/models/team_asset.rb".freeze, "test/rails_app/app/models/tenant.rb".freeze, "test/rails_app/app/models/user.rb".freeze, "test/rails_app/app/models/zine.rb".freeze, "test/rails_app/app/views/home/index.html.erb".freeze, "test/rails_app/app/views/layouts/application.html.erb".freeze, "test/rails_app/config.ru".freeze, "test/rails_app/config/application.rb".freeze, "test/rails_app/config/boot.rb".freeze, "test/rails_app/config/database.yml".freeze, "test/rails_app/config/environment.rb".freeze, "test/rails_app/config/environments/development.rb".freeze, "test/rails_app/config/environments/production.rb".freeze, "test/rails_app/config/environments/test.rb".freeze, "test/rails_app/config/initializers/backtrace_silencers.rb".freeze, "test/rails_app/config/initializers/devise.rb".freeze, "test/rails_app/config/initializers/inflections.rb".freeze, "test/rails_app/config/initializers/mime_types.rb".freeze, "test/rails_app/config/initializers/secret_token.rb".freeze, "test/rails_app/config/initializers/session_store.rb".freeze, "test/rails_app/config/initializers/wrap_parameters.rb".freeze, "test/rails_app/config/locales/devise.en.yml".freeze, "test/rails_app/config/locales/en.yml".freeze, "test/rails_app/config/routes.rb".freeze, "test/rails_app/db/migrate/20111012050340_devise_create_users.rb".freeze, "test/rails_app/db/migrate/20111012050532_create_tenants.rb".freeze, "test/rails_app/db/migrate/20111012050600_create_tenants_users.rb".freeze, "test/rails_app/db/migrate/20111012060818_add_sessions_table.rb".freeze, "test/rails_app/db/migrate/20111012231923_create_posts.rb".freeze, "test/rails_app/db/migrate/20111013050558_create_calendars.rb".freeze, "test/rails_app/db/migrate/20111013050657_create_zines.rb".freeze, "test/rails_app/db/migrate/20111013050753_create_teams.rb".freeze, "test/rails_app/db/migrate/20111013050837_create_team_assets.rb".freeze, "test/rails_app/db/migrate/20111013053403_create_authors.rb".freeze, "test/rails_app/db/schema.rb".freeze, "test/rails_app/db/seeds.rb".freeze, "test/rails_app/lib/assets/.gitkeep".freeze, "test/rails_app/lib/tasks/.gitkeep".freeze, "test/rails_app/log/.gitkeep".freeze, "test/rails_app/public/404.html".freeze, "test/rails_app/public/422.html".freeze, "test/rails_app/public/500.html".freeze, "test/rails_app/public/favicon.ico".freeze, "test/rails_app/script/rails".freeze, "test/rails_app/test/ctlr_test_helper.rb".freeze, "test/rails_app/test/factories/units_factory.rb".freeze, "test/rails_app/test/fixtures/.gitkeep".freeze, "test/rails_app/test/functional/.gitkeep".freeze, "test/rails_app/test/functional/home_controller_test.rb".freeze, "test/rails_app/test/integration/.gitkeep".freeze, "test/rails_app/test/performance/browsing_test.rb".freeze, "test/rails_app/test/test_helper.rb".freeze, "test/rails_app/test/unit/.gitkeep".freeze, "test/rails_app/test/unit/author_test.rb".freeze, "test/rails_app/test/unit/calendar_test.rb".freeze, "test/rails_app/test/unit/helpers/home_helper_test.rb".freeze, "test/rails_app/test/unit/post_test.rb".freeze, "test/rails_app/test/unit/team_test.rb".freeze, "test/rails_app/test/unit/tenant_test.rb".freeze, "test/rails_app/test/unit/user_test.rb".freeze, "test/rails_app/test/unit/zine_test.rb".freeze, "test/rails_app/vendor/assets/stylesheets/.gitkeep".freeze, "test/rails_app/vendor/plugins/.gitkeep".freeze, "test/rails_app/vendor/plugins/rails_log_stdout/init.rb".freeze, "test/test_milia.rb".freeze] s.homepage = "http://github.com/dsaronin/milia".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Multi-tenanting for hosted Rails 3.1+ applications".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 3.1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.1.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end