--- !ruby/object:Gem::Specification name: grape-gen version: !ruby/object:Gem::Version version: 0.0.2 platform: ruby authors: - AMar4enko autorequire: bindir: bin cert_chain: [] date: 2015-01-16 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.19.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.19.1 - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' description: email: - amar4enko@gmail.com executables: - grape-gen extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - LICENSE.txt - README.md - Rakefile - bin/grape-gen - grape-scaffold.gemspec - lib/grape/generate.rb - lib/grape/generate/version.rb - template/Gemfile.tt - template/Guardfile - template/abilities/api_ability.rb - template/api/api_app.rb - template/api/mounts/auth.rb.tt - template/api/mounts/profile.rb.tt - template/config.ru.tt - template/config/application.yml.tt - template/config/boot.rb.tt - template/config/boot_faye.rb - template/config/boot_sidekiq.rb.tt - template/config/boot_spec.rb.tt - template/config/database.rb.tt - template/config/database.yml.tt - template/config/initializers/carrierwave.rb - template/config/initializers/core_ext.rb - template/config/initializers/em-patches/carrierwave.rb - template/config/initializers/em-patches/faye.rb - template/config/initializers/em-patches/lazy_evaluated_pool.rb - template/config/initializers/em-patches/mandrill.rb - template/config/initializers/em-patches/redis.rb - template/config/initializers/em-patches/redis_lazy_evaluated_pool.rb - template/config/initializers/em-patches/sidekiq.rb - template/config/initializers/em-patches/tire.rb - template/config/initializers/faye.rb - template/config/initializers/grape.rb - template/config/initializers/logging.rb - template/config/initializers/mandrill.rb - template/config/initializers/patches/redis_namespace.rb - template/config/initializers/sidekiq.rb - template/config/initializers/tire.rb - template/config/initializers/workflow.rb - template/config/logging.yml.tt - template/config/settings.rb - template/config/sidekiq.yml.tt - template/faye.ru - template/jobs/pong_time.rb - template/lib/faye_auth_extension.rb - template/lib/faye_publisher.rb - template/lib/mongoid/tire_plugin.rb - template/lib/warden/token_strategy.rb - template/mailers/registration_mailer.rb - template/models/user.rb.tt - template/public/faye.html - template/search_indexes/search_index.rb - template/search_indexes/user_index.rb - template/spec/api/mounts/auth_spec.rb.tt - template/spec/factories/user.rb - template/spec/spec_helper.rb.tt - template/uploaders/avatar_uploader.rb - template/views/v1/user/profile.json.jbuilder.tt homepage: https://github.com/AlexYankee/grape-gen licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.4 signing_key: specification_version: 4 summary: Grape-powered rack application generator with batteries included test_files: []