--- !ruby/object:Gem::Specification name: json_voorhees version: !ruby/object:Gem::Version version: 0.3.6 platform: ruby authors: - Cleophus Robinson autorequire: bindir: bin cert_chain: [] date: 2014-09-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 4.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 4.0.0 - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Builds out a json api using a series of best practices. It allows any project to go from 0 to 100 and ramp up very quickly. email: - CleoR41@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - Rakefile - app/assets/javascripts/json_voorhees/application.js - app/assets/stylesheets/json_voorhees/application.css - app/controllers/json_voorhees/application_controller.rb - app/helpers/json_voorhees/application_helper.rb - app/views/layouts/json_voorhees/application.html.erb - config/routes.rb - lib/generators/json_voorhees/app_make_admin/USAGE - lib/generators/json_voorhees/app_make_admin/app_make_admin_generator.rb - lib/generators/json_voorhees/app_make_admin/templates/views/_footer.html.erb - lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb - lib/generators/json_voorhees/app_make_admin/templates/views/admin_home_no_user - lib/generators/json_voorhees/app_make_admin/templates/views/admin_home_with_user - lib/generators/json_voorhees/app_make_admin/templates/views/application - lib/generators/json_voorhees/app_make_admin/templates/views/application.css.scss - lib/generators/json_voorhees/app_make_authorizations/USAGE - lib/generators/json_voorhees/app_make_authorizations/app_make_authorizations_generator.rb - lib/generators/json_voorhees/app_make_authorizations/templates/auth_file.rb.erb - lib/generators/json_voorhees/app_make_tests/USAGE - lib/generators/json_voorhees/app_make_tests/app_make_tests_generator.rb - lib/generators/json_voorhees/app_make_tests/templates/factory.rb.erb - lib/generators/json_voorhees/app_make_tests/templates/model.rb.erb - lib/generators/json_voorhees/app_make_tests/templates/no_auth_request.rb.erb - lib/generators/json_voorhees/app_make_tests/templates/request.rb.erb - lib/generators/json_voorhees/app_make_tests/templates/routing.rb.erb - lib/generators/json_voorhees/app_make_user/USAGE - lib/generators/json_voorhees/app_make_user/app_make_user_generator.rb - lib/generators/json_voorhees/app_make_user/templates/user/include_authorization.rb - lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb - lib/generators/json_voorhees/app_make_user/templates/user/specs/model_specs.rb - lib/generators/json_voorhees/app_make_user/templates/user/specs/request_specs.rb - lib/generators/json_voorhees/app_make_user/templates/user/specs/route_specs.rb - lib/generators/json_voorhees/app_make_user/templates/user/user_authorizations.rb - lib/generators/json_voorhees/app_make_user/templates/user/user_controller.rb - lib/generators/json_voorhees/app_make_user/templates/user/user_model.rb - lib/generators/json_voorhees/app_make_user/templates/user/user_routes.rb - lib/generators/json_voorhees/app_make_user/templates/user/user_serializer.rb - lib/generators/json_voorhees/app_scaffold/USAGE - lib/generators/json_voorhees/app_scaffold/app_scaffold_generator.rb - lib/generators/json_voorhees/engine_create_controller/USAGE - lib/generators/json_voorhees/engine_create_controller/engine_create_controller_generator.rb - lib/generators/json_voorhees/engine_create_controller/templates/controller_template.rb.erb - lib/generators/json_voorhees/engine_create_controller/templates/no_auth_controller_template.rb.erb - lib/generators/json_voorhees/engine_create_model/USAGE - lib/generators/json_voorhees/engine_create_model/engine_create_model_generator.rb - lib/generators/json_voorhees/engine_create_model/templates/model.rb - lib/generators/json_voorhees/engine_create_serializer/USAGE - lib/generators/json_voorhees/engine_create_serializer/engine_create_serializer_generator.rb - lib/generators/json_voorhees/engine_create_serializer/templates/serializer.rb.erb - lib/generators/json_voorhees/engine_scaffold/USAGE - lib/generators/json_voorhees/engine_scaffold/engine_scaffold_generator.rb - lib/generators/json_voorhees/massive_scaffold/USAGE - lib/generators/json_voorhees/massive_scaffold/massive_scaffold_generator.rb - lib/generators/json_voorhees/setup_app/USAGE - lib/generators/json_voorhees/setup_app/setup_app_generator.rb - lib/generators/json_voorhees/setup_app/templates/api_controller_no_arcadex.rb - lib/generators/json_voorhees/setup_app/templates/api_controller_with_arcadex.rb - lib/generators/json_voorhees/setup_app/templates/app_index_controller.rb - lib/generators/json_voorhees/setup_app/templates/hidden_rspec.rb - lib/generators/json_voorhees/setup_app/templates/json_helpers.rb - lib/generators/json_voorhees/setup_app/templates/rspec_factory_girl.rb - lib/generators/json_voorhees/setup_app/templates/views/app - lib/generators/json_voorhees/setup_app/templates/views/app_index - lib/generators/json_voorhees/setup_engine/USAGE - lib/generators/json_voorhees/setup_engine/setup_engine_generator.rb - lib/generators/json_voorhees/setup_engine/templates/api_controller.rb.erb - lib/generators/json_voorhees/setup_engine/templates/application_controller.rb.erb - lib/json_voorhees.rb - lib/json_voorhees/engine.rb - lib/json_voorhees/version.rb - lib/tasks/json_voorhees_tasks.rake - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/fresh_copy/test_app/Gemfile - test/fresh_copy/test_app/Gemfile.lock - test/fresh_copy/test_app/README.rdoc - test/fresh_copy/test_app/Rakefile - test/fresh_copy/test_app/app/assets/javascripts/application.js - test/fresh_copy/test_app/app/assets/stylesheets/application.css - test/fresh_copy/test_app/app/controllers/application_controller.rb - test/fresh_copy/test_app/app/helpers/application_helper.rb - test/fresh_copy/test_app/app/views/layouts/application.html.erb - test/fresh_copy/test_app/bin/bundle - test/fresh_copy/test_app/bin/rails - test/fresh_copy/test_app/bin/rake - test/fresh_copy/test_app/config.ru - test/fresh_copy/test_app/config/application.rb - test/fresh_copy/test_app/config/boot.rb - test/fresh_copy/test_app/config/database.yml - test/fresh_copy/test_app/config/environment.rb - test/fresh_copy/test_app/config/environments/development.rb - test/fresh_copy/test_app/config/environments/production.rb - test/fresh_copy/test_app/config/environments/test.rb - test/fresh_copy/test_app/config/initializers/backtrace_silencers.rb - test/fresh_copy/test_app/config/initializers/filter_parameter_logging.rb - test/fresh_copy/test_app/config/initializers/inflections.rb - test/fresh_copy/test_app/config/initializers/mime_types.rb - test/fresh_copy/test_app/config/initializers/secret_token.rb - test/fresh_copy/test_app/config/initializers/session_store.rb - test/fresh_copy/test_app/config/initializers/wrap_parameters.rb - test/fresh_copy/test_app/config/locales/en.yml - test/fresh_copy/test_app/config/routes.rb - test/fresh_copy/test_app/db/seeds.rb - test/fresh_copy/test_app/public/404.html - test/fresh_copy/test_app/public/422.html - test/fresh_copy/test_app/public/500.html - test/fresh_copy/test_app/public/favicon.ico - test/fresh_copy/test_app/public/robots.txt - test/fresh_copy/test_app/test/test_helper.rb - test/integration/navigation_test.rb - test/json_voorhees_test.rb - test/lib/generators/json_voorhees/app_make_admin_generator_test.rb - test/lib/generators/json_voorhees/app_make_user_generator_test.rb - test/lib/generators/json_voorhees/app_scaffold_generator_test.rb - test/lib/generators/json_voorhees/engine_create_model_generator_test.rb - test/lib/generators/json_voorhees/engine_make_model_generator_test.rb - test/lib/generators/json_voorhees/engine_scaffold_generator_test.rb - test/lib/generators/json_voorhees/engine_serializer_generator_test.rb - test/lib/generators/json_voorhees/massive_scaffold_generator_test.rb - test/test_helper.rb homepage: https://github.com/cleor41/json_voorhees 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.1 signing_key: specification_version: 4 summary: Generators to build up a json api. test_files: - test/integration/navigation_test.rb - test/lib/generators/json_voorhees/engine_create_model_generator_test.rb - test/lib/generators/json_voorhees/app_make_user_generator_test.rb - test/lib/generators/json_voorhees/engine_make_model_generator_test.rb - test/lib/generators/json_voorhees/app_scaffold_generator_test.rb - test/lib/generators/json_voorhees/engine_scaffold_generator_test.rb - test/lib/generators/json_voorhees/massive_scaffold_generator_test.rb - test/lib/generators/json_voorhees/app_make_admin_generator_test.rb - test/lib/generators/json_voorhees/engine_serializer_generator_test.rb - test/json_voorhees_test.rb - test/dummy/bin/rake - test/dummy/bin/rails - test/dummy/bin/bundle - test/dummy/public/404.html - test/dummy/public/favicon.ico - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/config.ru - test/dummy/config/locales/en.yml - test/dummy/config/application.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/routes.rb - test/dummy/config/environment.rb - test/dummy/config/database.yml - test/dummy/config/boot.rb - test/dummy/config/environments/test.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/secrets.yml - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/app/controllers/application_controller.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/log/development.log - test/test_helper.rb - test/fresh_copy/test_app/Gemfile.lock - test/fresh_copy/test_app/bin/rake - test/fresh_copy/test_app/bin/rails - test/fresh_copy/test_app/bin/bundle - test/fresh_copy/test_app/test/test_helper.rb - test/fresh_copy/test_app/public/robots.txt - test/fresh_copy/test_app/public/404.html - test/fresh_copy/test_app/public/favicon.ico - test/fresh_copy/test_app/public/422.html - test/fresh_copy/test_app/public/500.html - test/fresh_copy/test_app/config.ru - test/fresh_copy/test_app/config/locales/en.yml - test/fresh_copy/test_app/config/application.rb - test/fresh_copy/test_app/config/initializers/mime_types.rb - test/fresh_copy/test_app/config/initializers/secret_token.rb - test/fresh_copy/test_app/config/initializers/inflections.rb - test/fresh_copy/test_app/config/initializers/session_store.rb - test/fresh_copy/test_app/config/initializers/filter_parameter_logging.rb - test/fresh_copy/test_app/config/initializers/backtrace_silencers.rb - test/fresh_copy/test_app/config/initializers/wrap_parameters.rb - test/fresh_copy/test_app/config/routes.rb - test/fresh_copy/test_app/config/environment.rb - test/fresh_copy/test_app/config/database.yml - test/fresh_copy/test_app/config/boot.rb - test/fresh_copy/test_app/config/environments/test.rb - test/fresh_copy/test_app/config/environments/development.rb - test/fresh_copy/test_app/config/environments/production.rb - test/fresh_copy/test_app/db/seeds.rb - test/fresh_copy/test_app/Rakefile - test/fresh_copy/test_app/README.rdoc - test/fresh_copy/test_app/Gemfile - test/fresh_copy/test_app/app/controllers/application_controller.rb - test/fresh_copy/test_app/app/views/layouts/application.html.erb - test/fresh_copy/test_app/app/helpers/application_helper.rb - test/fresh_copy/test_app/app/assets/javascripts/application.js - test/fresh_copy/test_app/app/assets/stylesheets/application.css