# -*- encoding: utf-8 -*- # stub: pah 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "pah".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mauro George".freeze] s.date = "2013-07-05" s.description = "A rails application template which born from Startup DEV and now is used to start most projects at HE:labs.".freeze s.email = ["maurogot@gmail.com".freeze] s.executables = ["pah".freeze] s.files = [".gitignore".freeze, ".rvmrc".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/pah".freeze, "lib/pah/files/.gitignore".freeze, "lib/pah/files/.rvmrc".freeze, "lib/pah/files/Gemfile".freeze, "lib/pah/files/Procfile".freeze, "lib/pah/files/app/assets/stylesheets/application.css.scss".freeze, "lib/pah/files/app/assets/stylesheets/reset.css".freeze, "lib/pah/files/app/views/layouts/application.html.haml".freeze, "lib/pah/files/config/database.yml".freeze, "lib/pah/files/config/initializers/omniauth.rb".freeze, "lib/pah/files/config/locales/pt-BR.yml".freeze, "lib/pah/files/config/unicorn.rb".freeze, "lib/pah/files/lib/tasks/integration.rake".freeze, "lib/pah/files/lib/tasks/tasks.rake".freeze, "lib/pah/files/spec/acceptance/dummy_spec.rb".freeze, "lib/pah/files/spec/spec_helper.rb".freeze, "lib/pah/files/spec/support/README".freeze, "lib/pah/files/spec/support/acceptance_helpers.rb".freeze, "lib/pah/files/spec/support/acceptance_macros.rb".freeze, "lib/pah/files/spec/support/capybara.rb".freeze, "lib/pah/files/spec/support/deferred_garbage_collection.rb".freeze, "lib/pah/files/spec/support/http_basic_auth.rb".freeze, "lib/pah/files/spec/support/matchers.rb".freeze, "lib/pah/files/spec/support/omniauth.rb".freeze, "lib/pah/files/spec/support/paperclip.rb".freeze, "lib/pah/files/spec/support/shared_connection.rb".freeze, "lib/pah/files/spec/support/suppress_log.rb".freeze, "lib/pah/files/spec/support/uploaded_file.rb".freeze, "lib/pah/files/spec/support/vcr.rb".freeze, "lib/pah/partials/_canonical_host.rb".freeze, "lib/pah/partials/_capybara.rb".freeze, "lib/pah/partials/_cleanup.rb".freeze, "lib/pah/partials/_database.rb".freeze, "lib/pah/partials/_default.rb".freeze, "lib/pah/partials/_finish.rb".freeze, "lib/pah/partials/_gems.rb".freeze, "lib/pah/partials/_generators.rb".freeze, "lib/pah/partials/_git.rb".freeze, "lib/pah/partials/_heroku.rb".freeze, "lib/pah/partials/_integration.rb".freeze, "lib/pah/partials/_letter_opener.rb".freeze, "lib/pah/partials/_omniauth.rb".freeze, "lib/pah/partials/_rspec.rb".freeze, "lib/pah/partials/_rvm.rb".freeze, "lib/pah/partials/_secure_headers.rb".freeze, "lib/pah/partials/_stylesheets.rb".freeze, "lib/pah/partials/_unicorn.rb".freeze, "lib/pah/template.rb".freeze, "lib/pah/version.rb".freeze, "pah.gemspec".freeze] s.homepage = "https://github.com/Helabs/pah".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A rails application template which born from Startup DEV and now is used to start most projects at HE:labs.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 3.2.13".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.11.3.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end