--- !ruby/object:Gem::Specification name: css_splitter version: !ruby/object:Gem::Version version: 0.4.0 platform: ruby authors: - Christian Peters - Jakob Hilden autorequire: bindir: bin cert_chain: [] date: 2014-09-04 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: sprockets requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.0.0 - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.1' description: Gem for splitting up stylesheets that go beyond the IE limit of 4095 selectors, for Rails 3.1+ apps using the Asset Pipeline. email: - christian.peters@zweitag.de - jakobhilden@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - app/helpers/css_splitter/application_helper.rb - config/routes.rb - lib/css_splitter/version.rb - lib/css_splitter/splitter.rb - lib/css_splitter/engine.rb - lib/css_splitter/sprockets_engine.rb - lib/css_splitter.rb - lib/tasks/css_splitter_tasks.rake - MIT-LICENSE - Rakefile - README.md - test/unit/splitter_test.rb - test/unit/too_many_selectors.css - test/unit/helpers/css_splitter/application_helper_test.rb - test/dummy/log/test.log - test/dummy/log/development.log - test/dummy/log/production.log - test/dummy/README.rdoc - test/dummy/app/views/tests/test.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/controllers/tests_controller.rb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/assets/stylesheets/erb_stylesheet_split3.css - test/dummy/app/assets/stylesheets/too_big_stylesheet_split2.css - test/dummy/app/assets/stylesheets/test_stylesheet_with_media_queries_split2.css - test/dummy/app/assets/stylesheets/combined_split2.css - test/dummy/app/assets/stylesheets/combined.css.scss - test/dummy/app/assets/stylesheets/erb_stylesheet_split2.css - test/dummy/app/assets/stylesheets/test_stylesheet_with_media_queries.css - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/green_max.css.scss.erb - test/dummy/app/assets/stylesheets/red_100.css.scss.erb - test/dummy/app/assets/stylesheets/too_big_stylesheet.css.scss - test/dummy/app/assets/stylesheets/erb_stylesheet.css.scss.erb - test/dummy/tmp/cache/sass/b9e4830c729ae51788f53a4d25e9a2159c4d6897/too_big_stylesheet.css.scssc - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/production/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/production/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/production/sprockets/32bab925c6af34ffea7c025aa09d511a - test/dummy/tmp/cache/assets/production/sprockets/0830b343f8968ec4aa8370f868668248 - test/dummy/tmp/cache/assets/production/sprockets/6403010c1ca0cb17615027724c2101f4 - test/dummy/tmp/cache/assets/production/sprockets/c5701cb90862b1e1da20a31c93180ff8 - test/dummy/tmp/cache/assets/production/sprockets/22a5a1651eda39579a0ac9ed19894730 - test/dummy/tmp/cache/assets/production/sprockets/bcf8e6c3b8d95af1ea2fbb57c3429158 - test/dummy/tmp/cache/assets/production/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/production/sprockets/e5609c41f6effb12ebf399a01337457e - test/dummy/tmp/cache/assets/production/sprockets/7808b3f4a805cc4644882be056088fd5 - test/dummy/tmp/cache/assets/production/sprockets/de6e0c2b56f11be6215058985f78fc22 - test/dummy/tmp/cache/assets/production/sprockets/0b721c131ad2142b39a1947ba7186369 - test/dummy/tmp/cache/assets/production/sprockets/39fd278352b772e098112f7f25f70cad - test/dummy/tmp/cache/assets/production/sprockets/5964a02e2bf7bc79ebffb414bfb6df5c - test/dummy/tmp/cache/assets/production/sprockets/48279a0d3bfb1252abd9c35c097c5994 - test/dummy/tmp/cache/assets/production/sprockets/7f49d72527d04af68b22828bfd93a487 - test/dummy/tmp/cache/assets/production/sprockets/e91e9a9bbc721b2440323fdf67823613 - test/dummy/tmp/cache/assets/production/sprockets/c9750dd5995631096c42e0ee2b08bdc2 - test/dummy/tmp/cache/assets/production/sprockets/5c364cce43467cca51d7fee41b38b8d2 - test/dummy/tmp/cache/assets/production/sprockets/e731ba9557bf61573ac4f38a4648a45e - test/dummy/tmp/cache/assets/production/sass/b18a7747d943dd020c4bfdf3754c527fa8524b5b/too_big_stylesheet.css.scssc - test/dummy/tmp/cache/assets/production/sass/b18a7747d943dd020c4bfdf3754c527fa8524b5b/red_100.css.scss.erbc - test/dummy/tmp/cache/assets/production/sass/b18a7747d943dd020c4bfdf3754c527fa8524b5b/combined.css.scssc - test/dummy/tmp/cache/assets/production/sass/b18a7747d943dd020c4bfdf3754c527fa8524b5b/green_max.css.scss.erbc - test/dummy/db/development.sqlite3 - test/dummy/db/test.sqlite3 - test/dummy/script/rails - test/dummy/Rakefile - test/dummy/public/404.html - test/dummy/public/favicon.ico - test/dummy/public/500.html - test/dummy/public/422.html - test/dummy/config.ru - test/dummy/config/locales/en.yml - 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/routes.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/application.rb - test/test_helper.rb - test/integration/navigation_test.rb - test/css_splitter_test.rb homepage: https://github.com/zweilove/css_splitter 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.1.9 signing_key: specification_version: 4 summary: CSS stylesheet splitter for Rails test_files: - test/unit/splitter_test.rb - test/unit/too_many_selectors.css - test/unit/helpers/css_splitter/application_helper_test.rb - test/dummy/log/test.log - test/dummy/log/development.log - test/dummy/log/production.log - test/dummy/README.rdoc - test/dummy/app/views/tests/test.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/controllers/tests_controller.rb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/assets/stylesheets/erb_stylesheet_split3.css - test/dummy/app/assets/stylesheets/too_big_stylesheet_split2.css - test/dummy/app/assets/stylesheets/test_stylesheet_with_media_queries_split2.css - test/dummy/app/assets/stylesheets/combined_split2.css - test/dummy/app/assets/stylesheets/combined.css.scss - test/dummy/app/assets/stylesheets/erb_stylesheet_split2.css - test/dummy/app/assets/stylesheets/test_stylesheet_with_media_queries.css - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/green_max.css.scss.erb - test/dummy/app/assets/stylesheets/red_100.css.scss.erb - test/dummy/app/assets/stylesheets/too_big_stylesheet.css.scss - test/dummy/app/assets/stylesheets/erb_stylesheet.css.scss.erb - test/dummy/tmp/cache/sass/b9e4830c729ae51788f53a4d25e9a2159c4d6897/too_big_stylesheet.css.scssc - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/production/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/production/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/production/sprockets/32bab925c6af34ffea7c025aa09d511a - test/dummy/tmp/cache/assets/production/sprockets/0830b343f8968ec4aa8370f868668248 - test/dummy/tmp/cache/assets/production/sprockets/6403010c1ca0cb17615027724c2101f4 - test/dummy/tmp/cache/assets/production/sprockets/c5701cb90862b1e1da20a31c93180ff8 - test/dummy/tmp/cache/assets/production/sprockets/22a5a1651eda39579a0ac9ed19894730 - test/dummy/tmp/cache/assets/production/sprockets/bcf8e6c3b8d95af1ea2fbb57c3429158 - test/dummy/tmp/cache/assets/production/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/production/sprockets/e5609c41f6effb12ebf399a01337457e - test/dummy/tmp/cache/assets/production/sprockets/7808b3f4a805cc4644882be056088fd5 - test/dummy/tmp/cache/assets/production/sprockets/de6e0c2b56f11be6215058985f78fc22 - test/dummy/tmp/cache/assets/production/sprockets/0b721c131ad2142b39a1947ba7186369 - test/dummy/tmp/cache/assets/production/sprockets/39fd278352b772e098112f7f25f70cad - test/dummy/tmp/cache/assets/production/sprockets/5964a02e2bf7bc79ebffb414bfb6df5c - test/dummy/tmp/cache/assets/production/sprockets/48279a0d3bfb1252abd9c35c097c5994 - test/dummy/tmp/cache/assets/production/sprockets/7f49d72527d04af68b22828bfd93a487 - test/dummy/tmp/cache/assets/production/sprockets/e91e9a9bbc721b2440323fdf67823613 - test/dummy/tmp/cache/assets/production/sprockets/c9750dd5995631096c42e0ee2b08bdc2 - test/dummy/tmp/cache/assets/production/sprockets/5c364cce43467cca51d7fee41b38b8d2 - test/dummy/tmp/cache/assets/production/sprockets/e731ba9557bf61573ac4f38a4648a45e - test/dummy/tmp/cache/assets/production/sass/b18a7747d943dd020c4bfdf3754c527fa8524b5b/too_big_stylesheet.css.scssc - test/dummy/tmp/cache/assets/production/sass/b18a7747d943dd020c4bfdf3754c527fa8524b5b/red_100.css.scss.erbc - test/dummy/tmp/cache/assets/production/sass/b18a7747d943dd020c4bfdf3754c527fa8524b5b/combined.css.scssc - test/dummy/tmp/cache/assets/production/sass/b18a7747d943dd020c4bfdf3754c527fa8524b5b/green_max.css.scss.erbc - test/dummy/db/development.sqlite3 - test/dummy/db/test.sqlite3 - test/dummy/script/rails - test/dummy/Rakefile - test/dummy/public/404.html - test/dummy/public/favicon.ico - test/dummy/public/500.html - test/dummy/public/422.html - test/dummy/config.ru - test/dummy/config/locales/en.yml - 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/routes.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/application.rb - test/test_helper.rb - test/integration/navigation_test.rb - test/css_splitter_test.rb