# -*- encoding: utf-8 -*- # stub: sassc-rails 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "sassc-rails".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Boland".freeze] s.date = "2015-07-12" s.description = "Integrate SassC-Ruby into Rails.".freeze s.email = ["bolandryanm@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "gemfiles/rails_4_0.gemfile".freeze, "gemfiles/rails_4_1.gemfile".freeze, "gemfiles/rails_4_2.gemfile".freeze, "gemfiles/sprockets_2_12.gemfile".freeze, "gemfiles/sprockets_3_0.gemfile".freeze, "gemfiles/with_sass_rails.gemfile".freeze, "lib/sassc-rails.rb".freeze, "lib/sassc/rails.rb".freeze, "lib/sassc/rails/compressor.rb".freeze, "lib/sassc/rails/functions.rb".freeze, "lib/sassc/rails/importer.rb".freeze, "lib/sassc/rails/railtie.rb".freeze, "lib/sassc/rails/template.rb".freeze, "lib/sassc/rails/version.rb".freeze, "sassc-rails.gemspec".freeze, "test/dummy/app/assets/fonts/fake-font.ttf".freeze, "test/dummy/app/assets/images/.keep".freeze, "test/dummy/app/assets/images/1x1.png".freeze, "test/dummy/app/assets/images/rails.png".freeze, "test/dummy/app/assets/stylesheets/_top_level_partial.scss".freeze, "test/dummy/app/assets/stylesheets/application.scss".freeze, "test/dummy/app/assets/stylesheets/css_application.css".freeze, "test/dummy/app/assets/stylesheets/css_erb_handler.css.erb".freeze, "test/dummy/app/assets/stylesheets/css_sass_erb_handler.sass.erb".freeze, "test/dummy/app/assets/stylesheets/css_sass_handler.css.sass".freeze, "test/dummy/app/assets/stylesheets/css_scss_erb_handler.scss.erb".freeze, "test/dummy/app/assets/stylesheets/css_scss_handler.css.scss".freeze, "test/dummy/app/assets/stylesheets/erb_render_with_context.css.erb".freeze, "test/dummy/app/assets/stylesheets/glob_test.scss".freeze, "test/dummy/app/assets/stylesheets/globbed/globbed.scss".freeze, "test/dummy/app/assets/stylesheets/globbed/nested/nested_glob.scss".freeze, "test/dummy/app/assets/stylesheets/helpers_test.scss".freeze, "test/dummy/app/assets/stylesheets/imports_test.scss".freeze, "test/dummy/app/assets/stylesheets/partials/_css_sass_import.sass".freeze, "test/dummy/app/assets/stylesheets/partials/_explicit_extension_import.foo".freeze, "test/dummy/app/assets/stylesheets/partials/_sass_import.sass".freeze, "test/dummy/app/assets/stylesheets/partials/_scss_import.scss".freeze, "test/dummy/app/assets/stylesheets/partials/_without_css_ext.scss".freeze, "test/dummy/app/assets/stylesheets/partials/subfolder/_relative_sass.sass".freeze, "test/dummy/app/assets/stylesheets/partials/subfolder/_relative_scss.scss".freeze, "test/dummy/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.scss".freeze, "test/dummy/app/assets/stylesheets/sass_erb_handler.sass.erb".freeze, "test/dummy/app/assets/stylesheets/scss_erb_handler.scss.erb".freeze, "test/dummy/app/assets/stylesheets/special_characters.scss".freeze, "test/dummy/app/assets/stylesheets/subfolder/_defaults.scss".freeze, "test/dummy/app/assets/stylesheets/subfolder/another_plain.css".freeze, "test/dummy/app/assets/stylesheets/subfolder/plain.css".freeze, "test/dummy/app/assets/stylesheets/subfolder/second_level.scss".freeze, "test/dummy/app/assets/stylesheets/syntax_error.scss".freeze, "test/sassc_rails_test.rb".freeze, "test/test_helper.rb".freeze, "test_old/fixtures/alternate_config_project/.gitignore".freeze, "test_old/fixtures/alternate_config_project/Gemfile".freeze, "test_old/fixtures/alternate_config_project/README".freeze, "test_old/fixtures/alternate_config_project/Rakefile".freeze, "test_old/fixtures/alternate_config_project/app/assets/images/1x1.png".freeze, "test_old/fixtures/alternate_config_project/app/assets/images/rails.png".freeze, "test_old/fixtures/alternate_config_project/app/assets/javascripts/application.js".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/_top_level_partial.scss".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/application.scss".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/css_application.css".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/globbed/globbed.scss".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/globbed/nested/nested_glob.scss".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/_sass_import.sass".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/_scss_import.scss".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/_without_css_ext.scss".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_sass.sass".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/_relative_scss.scss".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.scss".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/another_plain.css".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/plain.css".freeze, "test_old/fixtures/alternate_config_project/app/assets/stylesheets/subfolder/second_level.scss".freeze, "test_old/fixtures/alternate_config_project/app/controllers/application_controller.rb".freeze, "test_old/fixtures/alternate_config_project/app/helpers/application_helper.rb".freeze, "test_old/fixtures/alternate_config_project/app/mailers/.gitkeep".freeze, "test_old/fixtures/alternate_config_project/app/models/.gitkeep".freeze, "test_old/fixtures/alternate_config_project/app/views/layouts/application.html.erb".freeze, "test_old/fixtures/alternate_config_project/config.ru".freeze, "test_old/fixtures/alternate_config_project/config/application.rb".freeze, "test_old/fixtures/alternate_config_project/config/boot.rb".freeze, "test_old/fixtures/alternate_config_project/config/database.yml".freeze, "test_old/fixtures/alternate_config_project/config/environment.rb".freeze, "test_old/fixtures/alternate_config_project/config/environments/development.rb".freeze, "test_old/fixtures/alternate_config_project/config/environments/production.rb".freeze, "test_old/fixtures/alternate_config_project/config/environments/test.rb".freeze, "test_old/fixtures/alternate_config_project/config/initializers/backtrace_silencers.rb".freeze, "test_old/fixtures/alternate_config_project/config/initializers/inflections.rb".freeze, "test_old/fixtures/alternate_config_project/config/initializers/mime_types.rb".freeze, "test_old/fixtures/alternate_config_project/config/initializers/secret_token.rb".freeze, "test_old/fixtures/alternate_config_project/config/initializers/session_store.rb".freeze, "test_old/fixtures/alternate_config_project/config/initializers/wrap_parameters.rb".freeze, "test_old/fixtures/alternate_config_project/config/locales/en.yml".freeze, "test_old/fixtures/alternate_config_project/config/routes.rb".freeze, "test_old/fixtures/alternate_config_project/db/seeds.rb".freeze, "test_old/fixtures/alternate_config_project/doc/README_FOR_APP".freeze, "test_old/fixtures/alternate_config_project/lib/tasks/.gitkeep".freeze, "test_old/fixtures/alternate_config_project/log/.gitkeep".freeze, "test_old/fixtures/alternate_config_project/public/404.html".freeze, "test_old/fixtures/alternate_config_project/public/422.html".freeze, "test_old/fixtures/alternate_config_project/public/500.html".freeze, "test_old/fixtures/alternate_config_project/public/favicon.ico".freeze, "test_old/fixtures/alternate_config_project/public/index.html".freeze, "test_old/fixtures/alternate_config_project/public/robots.txt".freeze, "test_old/fixtures/alternate_config_project/script/rails".freeze, "test_old/fixtures/engine_project/.gitignore".freeze, "test_old/fixtures/engine_project/Gemfile".freeze, "test_old/fixtures/engine_project/MIT-LICENSE".freeze, "test_old/fixtures/engine_project/README.rdoc".freeze, "test_old/fixtures/engine_project/Rakefile".freeze, "test_old/fixtures/engine_project/app/assets/images/engine_project/.keep".freeze, "test_old/fixtures/engine_project/app/assets/javascripts/engine_project/application.js".freeze, "test_old/fixtures/engine_project/app/assets/stylesheets/engine_project/application.css".freeze, "test_old/fixtures/engine_project/app/controllers/engine_project/application_controller.rb".freeze, "test_old/fixtures/engine_project/app/helpers/engine_project/application_helper.rb".freeze, "test_old/fixtures/engine_project/app/views/layouts/engine_project/application.html.erb".freeze, "test_old/fixtures/engine_project/config/routes.rb".freeze, "test_old/fixtures/engine_project/engine_project.gemspec".freeze, "test_old/fixtures/engine_project/lib/engine_project.rb".freeze, "test_old/fixtures/engine_project/lib/engine_project/engine.rb".freeze, "test_old/fixtures/engine_project/lib/engine_project/version.rb".freeze, "test_old/fixtures/engine_project/lib/tasks/engine_project_tasks.rake".freeze, "test_old/fixtures/engine_project/script/rails".freeze, "test_old/fixtures/engine_project/test/dummy/README.rdoc".freeze, "test_old/fixtures/engine_project/test/dummy/Rakefile".freeze, "test_old/fixtures/engine_project/test/dummy/app/assets/javascripts/application.js".freeze, "test_old/fixtures/engine_project/test/dummy/app/assets/stylesheets/application.css".freeze, "test_old/fixtures/engine_project/test/dummy/app/controllers/application_controller.rb".freeze, "test_old/fixtures/engine_project/test/dummy/app/controllers/concerns/.keep".freeze, "test_old/fixtures/engine_project/test/dummy/app/helpers/application_helper.rb".freeze, "test_old/fixtures/engine_project/test/dummy/app/mailers/.keep".freeze, "test_old/fixtures/engine_project/test/dummy/app/models/.keep".freeze, "test_old/fixtures/engine_project/test/dummy/app/models/concerns/.keep".freeze, "test_old/fixtures/engine_project/test/dummy/app/views/layouts/application.html.erb".freeze, "test_old/fixtures/engine_project/test/dummy/bin/bundle".freeze, "test_old/fixtures/engine_project/test/dummy/bin/rails".freeze, "test_old/fixtures/engine_project/test/dummy/bin/rake".freeze, "test_old/fixtures/engine_project/test/dummy/config.ru".freeze, "test_old/fixtures/engine_project/test/dummy/config/application.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/boot.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/database.yml".freeze, "test_old/fixtures/engine_project/test/dummy/config/environment.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/environments/development.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/environments/production.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/environments/test.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/initializers/inflections.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/initializers/mime_types.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/initializers/secret_token.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/initializers/session_store.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/initializers/wrap_parameters.rb".freeze, "test_old/fixtures/engine_project/test/dummy/config/locales/en.yml".freeze, "test_old/fixtures/engine_project/test/dummy/config/routes.rb".freeze, "test_old/fixtures/engine_project/test/dummy/lib/assets/.keep".freeze, "test_old/fixtures/engine_project/test/dummy/log/.keep".freeze, "test_old/fixtures/engine_project/test/dummy/public/404.html".freeze, "test_old/fixtures/engine_project/test/dummy/public/422.html".freeze, "test_old/fixtures/engine_project/test/dummy/public/500.html".freeze, "test_old/fixtures/engine_project/test/dummy/public/favicon.ico".freeze, "test_old/fixtures/sass_project/.gitignore".freeze, "test_old/fixtures/sass_project/Gemfile".freeze, "test_old/fixtures/sass_project/README".freeze, "test_old/fixtures/sass_project/Rakefile".freeze, "test_old/fixtures/sass_project/app/assets/images/rails.png".freeze, "test_old/fixtures/sass_project/app/assets/javascripts/application.js".freeze, "test_old/fixtures/sass_project/app/assets/stylesheets/application.css".freeze, "test_old/fixtures/sass_project/app/controllers/application_controller.rb".freeze, "test_old/fixtures/sass_project/app/helpers/application_helper.rb".freeze, "test_old/fixtures/sass_project/app/mailers/.gitkeep".freeze, "test_old/fixtures/sass_project/app/models/.gitkeep".freeze, "test_old/fixtures/sass_project/app/views/layouts/application.html.erb".freeze, "test_old/fixtures/sass_project/config.ru".freeze, "test_old/fixtures/sass_project/config/application.rb".freeze, "test_old/fixtures/sass_project/config/boot.rb".freeze, "test_old/fixtures/sass_project/config/database.yml".freeze, "test_old/fixtures/sass_project/config/environment.rb".freeze, "test_old/fixtures/sass_project/config/environments/development.rb".freeze, "test_old/fixtures/sass_project/config/environments/production.rb".freeze, "test_old/fixtures/sass_project/config/environments/test.rb".freeze, "test_old/fixtures/sass_project/config/initializers/backtrace_silencers.rb".freeze, "test_old/fixtures/sass_project/config/initializers/inflections.rb".freeze, "test_old/fixtures/sass_project/config/initializers/mime_types.rb".freeze, "test_old/fixtures/sass_project/config/initializers/secret_token.rb".freeze, "test_old/fixtures/sass_project/config/initializers/session_store.rb".freeze, "test_old/fixtures/sass_project/config/initializers/wrap_parameters.rb".freeze, "test_old/fixtures/sass_project/config/locales/en.yml".freeze, "test_old/fixtures/sass_project/config/routes.rb".freeze, "test_old/fixtures/sass_project/db/seeds.rb".freeze, "test_old/fixtures/sass_project/doc/README_FOR_APP".freeze, "test_old/fixtures/sass_project/lib/tasks/.gitkeep".freeze, "test_old/fixtures/sass_project/log/.gitkeep".freeze, "test_old/fixtures/sass_project/public/404.html".freeze, "test_old/fixtures/sass_project/public/422.html".freeze, "test_old/fixtures/sass_project/public/500.html".freeze, "test_old/fixtures/sass_project/public/favicon.ico".freeze, "test_old/fixtures/sass_project/public/index.html".freeze, "test_old/fixtures/sass_project/public/robots.txt".freeze, "test_old/fixtures/sass_project/script/rails".freeze, "test_old/fixtures/scss_project/.gitignore".freeze, "test_old/fixtures/scss_project/Gemfile".freeze, "test_old/fixtures/scss_project/README".freeze, "test_old/fixtures/scss_project/Rakefile".freeze, "test_old/fixtures/scss_project/app/assets/images/1x1.png".freeze, "test_old/fixtures/scss_project/app/assets/images/rails.png".freeze, "test_old/fixtures/scss_project/app/assets/javascripts/application.js".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/_top_level_partial.scss".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/application.scss".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/css_application.css".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/css_erb_handler.css.erb".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/css_sass_erb_handler.sass.erb".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/css_scss_erb_handler.scss.erb".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/globbed/globbed.scss".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/globbed/nested/nested_glob.scss".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/import_css_application.scss".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/partials/_css_sass_import.sass".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/partials/_sass_import.sass".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/partials/_scss_import.scss".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/partials/_without_css_ext.scss".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_sass.sass".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/_relative_scss.scss".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.scss".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/sass_erb_handler.sass.erb".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/scss_erb_handler.scss.erb".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/_defaults.scss".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/another_plain.css".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/plain.css".freeze, "test_old/fixtures/scss_project/app/assets/stylesheets/subfolder/second_level.scss".freeze, "test_old/fixtures/scss_project/app/controllers/application_controller.rb".freeze, "test_old/fixtures/scss_project/app/helpers/application_helper.rb".freeze, "test_old/fixtures/scss_project/app/mailers/.gitkeep".freeze, "test_old/fixtures/scss_project/app/models/.gitkeep".freeze, "test_old/fixtures/scss_project/app/views/layouts/application.html.erb".freeze, "test_old/fixtures/scss_project/config.ru".freeze, "test_old/fixtures/scss_project/config/application.rb".freeze, "test_old/fixtures/scss_project/config/boot.rb".freeze, "test_old/fixtures/scss_project/config/database.yml".freeze, "test_old/fixtures/scss_project/config/environment.rb".freeze, "test_old/fixtures/scss_project/config/environments/development.rb".freeze, "test_old/fixtures/scss_project/config/environments/production.rb".freeze, "test_old/fixtures/scss_project/config/environments/test.rb".freeze, "test_old/fixtures/scss_project/config/initializers/backtrace_silencers.rb".freeze, "test_old/fixtures/scss_project/config/initializers/inflections.rb".freeze, "test_old/fixtures/scss_project/config/initializers/mime_types.rb".freeze, "test_old/fixtures/scss_project/config/initializers/postprocessor.rb".freeze, "test_old/fixtures/scss_project/config/initializers/secret_token.rb".freeze, "test_old/fixtures/scss_project/config/initializers/session_store.rb".freeze, "test_old/fixtures/scss_project/config/initializers/wrap_parameters.rb".freeze, "test_old/fixtures/scss_project/config/locales/en.yml".freeze, "test_old/fixtures/scss_project/config/routes.rb".freeze, "test_old/fixtures/scss_project/db/seeds.rb".freeze, "test_old/fixtures/scss_project/doc/README_FOR_APP".freeze, "test_old/fixtures/scss_project/lib/tasks/.gitkeep".freeze, "test_old/fixtures/scss_project/log/.gitkeep".freeze, "test_old/fixtures/scss_project/public/404.html".freeze, "test_old/fixtures/scss_project/public/422.html".freeze, "test_old/fixtures/scss_project/public/500.html".freeze, "test_old/fixtures/scss_project/public/favicon.ico".freeze, "test_old/fixtures/scss_project/public/index.html".freeze, "test_old/fixtures/scss_project/public/robots.txt".freeze, "test_old/fixtures/scss_project/script/rails".freeze, "test_old/sass_rails_test.rb".freeze, "test_old/support/sass_rails_test_case.rb".freeze, "test_old/test_helper.rb".freeze] s.homepage = "https://github.com/bolandrm/sassc-rails".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Integrate SassC-Ruby into Rails.".freeze s.test_files = ["test/dummy/app/assets/fonts/fake-font.ttf".freeze, "test/dummy/app/assets/images/.keep".freeze, "test/dummy/app/assets/images/1x1.png".freeze, "test/dummy/app/assets/images/rails.png".freeze, "test/dummy/app/assets/stylesheets/_top_level_partial.scss".freeze, "test/dummy/app/assets/stylesheets/application.scss".freeze, "test/dummy/app/assets/stylesheets/css_application.css".freeze, "test/dummy/app/assets/stylesheets/css_erb_handler.css.erb".freeze, "test/dummy/app/assets/stylesheets/css_sass_erb_handler.sass.erb".freeze, "test/dummy/app/assets/stylesheets/css_sass_handler.css.sass".freeze, "test/dummy/app/assets/stylesheets/css_scss_erb_handler.scss.erb".freeze, "test/dummy/app/assets/stylesheets/css_scss_handler.css.scss".freeze, "test/dummy/app/assets/stylesheets/erb_render_with_context.css.erb".freeze, "test/dummy/app/assets/stylesheets/glob_test.scss".freeze, "test/dummy/app/assets/stylesheets/globbed/globbed.scss".freeze, "test/dummy/app/assets/stylesheets/globbed/nested/nested_glob.scss".freeze, "test/dummy/app/assets/stylesheets/helpers_test.scss".freeze, "test/dummy/app/assets/stylesheets/imports_test.scss".freeze, "test/dummy/app/assets/stylesheets/partials/_css_sass_import.sass".freeze, "test/dummy/app/assets/stylesheets/partials/_explicit_extension_import.foo".freeze, "test/dummy/app/assets/stylesheets/partials/_sass_import.sass".freeze, "test/dummy/app/assets/stylesheets/partials/_scss_import.scss".freeze, "test/dummy/app/assets/stylesheets/partials/_without_css_ext.scss".freeze, "test/dummy/app/assets/stylesheets/partials/subfolder/_relative_sass.sass".freeze, "test/dummy/app/assets/stylesheets/partials/subfolder/_relative_scss.scss".freeze, "test/dummy/app/assets/stylesheets/partials/subfolder/relative_not_a_partial.scss".freeze, "test/dummy/app/assets/stylesheets/sass_erb_handler.sass.erb".freeze, "test/dummy/app/assets/stylesheets/scss_erb_handler.scss.erb".freeze, "test/dummy/app/assets/stylesheets/special_characters.scss".freeze, "test/dummy/app/assets/stylesheets/subfolder/_defaults.scss".freeze, "test/dummy/app/assets/stylesheets/subfolder/another_plain.css".freeze, "test/dummy/app/assets/stylesheets/subfolder/plain.css".freeze, "test/dummy/app/assets/stylesheets/subfolder/second_level.scss".freeze, "test/dummy/app/assets/stylesheets/syntax_error.scss".freeze, "test/sassc_rails_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 2.11".freeze]) end