# -*- encoding: utf-8 -*- # stub: grape-gen 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "grape-gen".freeze s.version = "0.0.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 = ["AMar4enko".freeze] s.date = "2015-01-16" s.email = ["amar4enko@gmail.com".freeze] s.executables = ["grape-gen".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/grape-gen".freeze, "grape-scaffold.gemspec".freeze, "lib/grape/generate.rb".freeze, "lib/grape/generate/version.rb".freeze, "template/Gemfile.tt".freeze, "template/Guardfile".freeze, "template/abilities/api_ability.rb".freeze, "template/api/api_app.rb".freeze, "template/api/mounts/auth.rb.tt".freeze, "template/api/mounts/profile.rb.tt".freeze, "template/config.ru.tt".freeze, "template/config/application.yml.tt".freeze, "template/config/boot.rb.tt".freeze, "template/config/boot_faye.rb".freeze, "template/config/boot_sidekiq.rb.tt".freeze, "template/config/boot_spec.rb.tt".freeze, "template/config/database.rb.tt".freeze, "template/config/database.yml.tt".freeze, "template/config/initializers/carrierwave.rb".freeze, "template/config/initializers/core_ext.rb".freeze, "template/config/initializers/em-patches/carrierwave.rb".freeze, "template/config/initializers/em-patches/faye.rb".freeze, "template/config/initializers/em-patches/lazy_evaluated_pool.rb".freeze, "template/config/initializers/em-patches/mandrill.rb".freeze, "template/config/initializers/em-patches/redis.rb".freeze, "template/config/initializers/em-patches/redis_lazy_evaluated_pool.rb".freeze, "template/config/initializers/em-patches/sidekiq.rb".freeze, "template/config/initializers/em-patches/tire.rb".freeze, "template/config/initializers/faye.rb".freeze, "template/config/initializers/grape.rb".freeze, "template/config/initializers/logging.rb".freeze, "template/config/initializers/mandrill.rb".freeze, "template/config/initializers/patches/redis_namespace.rb".freeze, "template/config/initializers/sidekiq.rb".freeze, "template/config/initializers/tire.rb".freeze, "template/config/initializers/workflow.rb".freeze, "template/config/logging.yml.tt".freeze, "template/config/settings.rb".freeze, "template/config/sidekiq.yml.tt".freeze, "template/faye.ru".freeze, "template/jobs/pong_time.rb".freeze, "template/lib/faye_auth_extension.rb".freeze, "template/lib/faye_publisher.rb".freeze, "template/lib/mongoid/tire_plugin.rb".freeze, "template/lib/warden/token_strategy.rb".freeze, "template/log/.gitkeep".freeze, "template/mailers/registration_mailer.rb".freeze, "template/models/user.rb.tt".freeze, "template/public/faye.html".freeze, "template/search_indexes/search_index.rb".freeze, "template/search_indexes/user_index.rb".freeze, "template/spec/api/mounts/auth_spec.rb.tt".freeze, "template/spec/factories/user.rb".freeze, "template/spec/spec_helper.rb.tt".freeze, "template/tmp/pids/.gitkeep".freeze, "template/uploaders/avatar_uploader.rb".freeze, "template/views/v1/user/profile.json.jbuilder.tt".freeze] s.homepage = "https://github.com/AlexYankee/grape-gen".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Grape-powered rack application generator with batteries included".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.19.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end