--- !ruby/object:Gem::Specification name: simple_table_for version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Andrey Nering autorequire: bindir: bin cert_chain: [] date: 2015-03-30 00:00:00.000000000 Z dependencies: - !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' - !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 description: Simple way of creating tables in Rails email: - andrey.nering@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - Rakefile - lib/simple_table_for.rb - lib/simple_table_for/version.rb - lib/tasks/simple_table_for_tasks.rake - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/posts.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/posts.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/posts_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/posts_helper.rb - test/dummy/app/models/post.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/posts/defaults.html.erb - test/dummy/app/views/posts/render.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/development.sqlite3 - test/dummy/db/migrate/20150330124236_create_posts.rb - test/dummy/db/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/RAILS_ENV=test.log - 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/controllers/posts_controller_test.rb - test/dummy/test/fixtures/posts.yml - test/dummy/test/models/post_test.rb - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1 - test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6 - test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4 - test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/test/sprockets/416150dc3ac35079c94273cc46e90aa6 - test/dummy/tmp/cache/assets/test/sprockets/5384ad85f52d3272dbc64d46ef3876a4 - test/dummy/tmp/cache/assets/test/sprockets/c85016e7bbd4f3adbb7635d01f85d39b - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/test/sprockets/d066c004d1fd26ae76a61303a7a18145 - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/fixtures/posts.yml - test/simple_table_for_test.rb - test/test_helper.rb homepage: https://github.com/andreynering/simple_table_for 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: Simple way of creating tables in Rails test_files: - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/posts.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/posts.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/posts_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/posts_helper.rb - test/dummy/app/models/post.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/posts/defaults.html.erb - test/dummy/app/views/posts/render.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/development.sqlite3 - test/dummy/db/migrate/20150330124236_create_posts.rb - test/dummy/db/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/development.log - test/dummy/log/RAILS_ENV=test.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/controllers/posts_controller_test.rb - test/dummy/test/fixtures/posts.yml - test/dummy/test/models/post_test.rb - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1 - test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6 - test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4 - test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/test/sprockets/416150dc3ac35079c94273cc46e90aa6 - test/dummy/tmp/cache/assets/test/sprockets/5384ad85f52d3272dbc64d46ef3876a4 - test/dummy/tmp/cache/assets/test/sprockets/c85016e7bbd4f3adbb7635d01f85d39b - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/test/sprockets/d066c004d1fd26ae76a61303a7a18145 - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/fixtures/posts.yml - test/simple_table_for_test.rb - test/test_helper.rb