# -*- encoding: utf-8 -*- # stub: simple_table_for 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "simple_table_for".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andrey Nering".freeze] s.date = "2015-03-31" s.description = "Simple way of creating tables in Rails".freeze s.email = ["andrey.nering@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/simple_table_for.rb".freeze, "lib/simple_table_for/version.rb".freeze, "lib/tasks/simple_table_for_tasks.rake".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/posts.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/posts.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/posts_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/posts_helper.rb".freeze, "test/dummy/app/models/post.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/posts/defaults.html.erb".freeze, "test/dummy/app/views/posts/render.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20150330124236_create_posts.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/RAILS_ENV=test.log".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/test/controllers/posts_controller_test.rb".freeze, "test/dummy/test/fixtures/posts.yml".freeze, "test/dummy/test/models/post_test.rb".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1".freeze, "test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/test/sprockets/416150dc3ac35079c94273cc46e90aa6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/5384ad85f52d3272dbc64d46ef3876a4".freeze, "test/dummy/tmp/cache/assets/test/sprockets/c85016e7bbd4f3adbb7635d01f85d39b".freeze, "test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/test/sprockets/d066c004d1fd26ae76a61303a7a18145".freeze, "test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/fixtures/posts.yml".freeze, "test/simple_table_for_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/andreynering/simple_table_for".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simple way of creating tables in Rails".freeze s.test_files = ["test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/posts.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/posts.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/posts_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/posts_helper.rb".freeze, "test/dummy/app/models/post.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/posts/defaults.html.erb".freeze, "test/dummy/app/views/posts/render.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20150330124236_create_posts.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/RAILS_ENV=test.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/test/controllers/posts_controller_test.rb".freeze, "test/dummy/test/fixtures/posts.yml".freeze, "test/dummy/test/models/post_test.rb".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1".freeze, "test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/test/sprockets/416150dc3ac35079c94273cc46e90aa6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/5384ad85f52d3272dbc64d46ef3876a4".freeze, "test/dummy/tmp/cache/assets/test/sprockets/c85016e7bbd4f3adbb7635d01f85d39b".freeze, "test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/test/sprockets/d066c004d1fd26ae76a61303a7a18145".freeze, "test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/fixtures/posts.yml".freeze, "test/simple_table_for_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) end