--- !ruby/object:Gem::Specification name: adminscaffold version: !ruby/object:Gem::Version version: 1.0.1 platform: ruby authors: - Jian Weihang autorequire: bindir: bin cert_chain: [] date: 2015-02-05 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: pg 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: admin scaffold email: - tonytonyjan@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.rdoc - Rakefile - lib/admin_scaffold.rb - lib/admin_scaffold/version.rb - lib/adminscaffold.rb - lib/generators/admin_scaffold/admin_scaffold_generator.rb - lib/generators/admin_scaffold/install_generator.rb - lib/generators/admin_scaffold/templates/admin.css - lib/generators/admin_scaffold/templates/admin.html.erb.tt - lib/generators/admin_scaffold/templates/admin.js - lib/generators/admin_scaffold/templates/admin_controller.rb - lib/tasks/admin_scaffold_tasks.rake - test/admin_scaffold_test.rb - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/javascripts/admin.js - test/dummy/app/assets/javascripts/admin/books.js - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/admin.css - test/dummy/app/assets/stylesheets/admin/books.css - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/scaffold.css - test/dummy/app/controllers/admin/books_controller.rb - test/dummy/app/controllers/admin_controller.rb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/admin/books_helper.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/models/admin/book.rb - test/dummy/app/models/book.rb - test/dummy/app/views/admin/books/_form.html.erb - test/dummy/app/views/admin/books/edit.html.erb - test/dummy/app/views/admin/books/index.html.erb - test/dummy/app/views/admin/books/new.html.erb - test/dummy/app/views/admin/books/show.html.erb - test/dummy/app/views/layouts/admin.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/bin/setup - 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/db/migrate/20150205063647_create_books.rb - test/dummy/db/schema.rb - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/test/fixtures/books.yml - test/dummy/test/models/book_test.rb - test/dummy/tmp/cache/assets/development/sprockets/01abf17de4892ee0547ad83c30695a01 - test/dummy/tmp/cache/assets/development/sprockets/0e2a64fc0b20a44edef0e893fe02bb8b - test/dummy/tmp/cache/assets/development/sprockets/27184889e78dc5a556f3c7567afbef63 - test/dummy/tmp/cache/assets/development/sprockets/28d0ee5d51a1686dbfab844d57224241 - test/dummy/tmp/cache/assets/development/sprockets/3b33c918bc770b5c08f9a754758bc4e6 - test/dummy/tmp/cache/assets/development/sprockets/5953ddd4e0ec1b5b73fbed29804c11b3 - test/dummy/tmp/cache/assets/development/sprockets/5d4bd56a9d4de4d2e6d0cfb68c8af8e8 - test/dummy/tmp/cache/assets/development/sprockets/6609ee9da4eaea9b8d8137fbcfce6fdd - test/dummy/tmp/cache/assets/development/sprockets/6f2cc8e9b9b8a6b61af4dd957ad61f3e - test/dummy/tmp/cache/assets/development/sprockets/7aa90d1a0cd25a99c81ace73df870a64 - test/dummy/tmp/cache/assets/development/sprockets/7cc8464f262e75d9f3d931e2616dd878 - test/dummy/tmp/cache/assets/development/sprockets/86bf772f4327364a1dad3a4b3051c844 - test/dummy/tmp/cache/assets/development/sprockets/9085b07723908dd6995971c4f3c933ad - test/dummy/tmp/cache/assets/development/sprockets/97a02c0a737b9c49960349900e5474c3 - test/dummy/tmp/cache/assets/development/sprockets/b660bba6001bad109fa661da993b1414 - test/dummy/tmp/cache/assets/development/sprockets/cc70a8a06744e45cd5d774b3f5760aea - test/dummy/tmp/cache/assets/development/sprockets/d125916fa47fe25c811ff41c3e47b1dc - test/dummy/tmp/cache/assets/development/sprockets/e2c4bbeb230c9445cd39fac60f905174 - test/dummy/tmp/cache/assets/development/sprockets/f6db94d89ef810b760500ac4d6d7f631 - test/dummy/tmp/cache/assets/development/sprockets/f8160f91b680b2f94df78cefd5abc06e - test/dummy/tmp/cache/assets/development/sprockets/fdcd9c4f2824a62f9858c5b88e2f8185 - test/dummy/tmp/pids/server.pid - test/test_helper.rb homepage: https://github.com/tonytonyjan/admin_scaffold 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.5 signing_key: specification_version: 4 summary: admin scaffold test_files: - test/admin_scaffold_test.rb - test/dummy/app/assets/javascripts/admin/books.js - test/dummy/app/assets/javascripts/admin.js - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/admin/books.css - test/dummy/app/assets/stylesheets/admin.css - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/scaffold.css - test/dummy/app/controllers/admin/books_controller.rb - test/dummy/app/controllers/admin_controller.rb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/admin/books_helper.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/models/admin/book.rb - test/dummy/app/models/book.rb - test/dummy/app/views/admin/books/_form.html.erb - test/dummy/app/views/admin/books/edit.html.erb - test/dummy/app/views/admin/books/index.html.erb - test/dummy/app/views/admin/books/new.html.erb - test/dummy/app/views/admin/books/show.html.erb - test/dummy/app/views/layouts/admin.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/bin/setup - 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/config.ru - test/dummy/db/migrate/20150205063647_create_books.rb - test/dummy/db/schema.rb - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/test/fixtures/books.yml - test/dummy/test/models/book_test.rb - test/dummy/tmp/cache/assets/development/sprockets/01abf17de4892ee0547ad83c30695a01 - test/dummy/tmp/cache/assets/development/sprockets/0e2a64fc0b20a44edef0e893fe02bb8b - test/dummy/tmp/cache/assets/development/sprockets/27184889e78dc5a556f3c7567afbef63 - test/dummy/tmp/cache/assets/development/sprockets/28d0ee5d51a1686dbfab844d57224241 - test/dummy/tmp/cache/assets/development/sprockets/3b33c918bc770b5c08f9a754758bc4e6 - test/dummy/tmp/cache/assets/development/sprockets/5953ddd4e0ec1b5b73fbed29804c11b3 - test/dummy/tmp/cache/assets/development/sprockets/5d4bd56a9d4de4d2e6d0cfb68c8af8e8 - test/dummy/tmp/cache/assets/development/sprockets/6609ee9da4eaea9b8d8137fbcfce6fdd - test/dummy/tmp/cache/assets/development/sprockets/6f2cc8e9b9b8a6b61af4dd957ad61f3e - test/dummy/tmp/cache/assets/development/sprockets/7aa90d1a0cd25a99c81ace73df870a64 - test/dummy/tmp/cache/assets/development/sprockets/7cc8464f262e75d9f3d931e2616dd878 - test/dummy/tmp/cache/assets/development/sprockets/86bf772f4327364a1dad3a4b3051c844 - test/dummy/tmp/cache/assets/development/sprockets/9085b07723908dd6995971c4f3c933ad - test/dummy/tmp/cache/assets/development/sprockets/97a02c0a737b9c49960349900e5474c3 - test/dummy/tmp/cache/assets/development/sprockets/b660bba6001bad109fa661da993b1414 - test/dummy/tmp/cache/assets/development/sprockets/cc70a8a06744e45cd5d774b3f5760aea - test/dummy/tmp/cache/assets/development/sprockets/d125916fa47fe25c811ff41c3e47b1dc - test/dummy/tmp/cache/assets/development/sprockets/e2c4bbeb230c9445cd39fac60f905174 - test/dummy/tmp/cache/assets/development/sprockets/f6db94d89ef810b760500ac4d6d7f631 - test/dummy/tmp/cache/assets/development/sprockets/f8160f91b680b2f94df78cefd5abc06e - test/dummy/tmp/cache/assets/development/sprockets/fdcd9c4f2824a62f9858c5b88e2f8185 - test/dummy/tmp/pids/server.pid - test/test_helper.rb