# -*- encoding: utf-8 -*- # stub: prop_up 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "prop_up".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 = ["Nathaniel Wroblewski".freeze] s.date = "2013-09-29" s.description = "Prop is a base Rails project that you can upgrade.\nIt is used to get a jump start on a working app.\n".freeze s.email = ["nathanielwroblewski@gmail.com".freeze] s.executables = ["prop".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/prop".freeze, "lib/prop/actions.rb".freeze, "lib/prop/app_builder.rb".freeze, "lib/prop/generators/app_generator.rb".freeze, "lib/prop/version.rb".freeze, "peg-leg-bates.jpg".freeze, "prop.gemspec".freeze, "templates/Gemfile_clean".freeze, "templates/Guardfile".freeze, "templates/Procfile".freeze, "templates/README.md.erb".freeze, "templates/_flashes.html.erb".freeze, "templates/_javascript.html.erb".freeze, "templates/application.css.scss".freeze, "templates/background_jobs_rspec.rb".freeze, "templates/bin_setup".freeze, "templates/config_locales_en.yml".freeze, "templates/database_cleaner_rspec.rb".freeze, "templates/disable_xml_params.rb".freeze, "templates/errors.rb".freeze, "templates/factories_spec.rb".freeze, "templates/factories_spec_rake_task.rb".freeze, "templates/factory_girl_syntax_rspec.rb".freeze, "templates/javascripts/prefilled_input.js".freeze, "templates/postgresql_database.yml.erb".freeze, "templates/prop_gitignore".freeze, "templates/prop_layout.html.erb.erb".freeze, "templates/rack_timeout.rb".freeze, "templates/sample.env".freeze, "templates/smtp.rb".freeze, "templates/spec_helper.rb".freeze, "templates/unicorn.rb".freeze] s.homepage = "https://github.com/NathanielWroblewski/prop".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Generate a Rails app using pre-configured best practices".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 4.0.0".freeze]) end