# -*- encoding: utf-8 -*- # stub: epuber-stylus 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "epuber-stylus".freeze s.version = "1.1.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 = ["Lucas Mazza".freeze] s.date = "2016-03-08" s.description = "Bridge library to compile .styl stylesheets from ruby code.".freeze s.email = ["luc4smazza@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE".freeze, "README.md".freeze, "lib/epuber-stylus.rb".freeze, "lib/epuber-stylus/import_processor.rb".freeze, "lib/epuber-stylus/railtie.rb".freeze, "lib/epuber-stylus/runtime.rb".freeze, "lib/epuber-stylus/runtime/compiler.js".freeze, "lib/epuber-stylus/runtime/runner.js".freeze, "lib/epuber-stylus/sprockets.rb".freeze, "lib/epuber-stylus/tilt.rb".freeze, "lib/epuber-stylus/tilt/rails.rb".freeze, "lib/epuber-stylus/tilt/stylus.rb".freeze, "lib/epuber-stylus/version.rb".freeze, "lib/rails/generators/epuber-stylus/assets/assets_generator.rb".freeze, "lib/rails/generators/epuber-stylus/assets/templates/stylesheet.css.styl".freeze, "lib/rails/generators/epuber-stylus/scaffold/scaffold_generator.rb".freeze, "spec/generators/assets_generator_spec.rb".freeze, "spec/generators/controller_generator_spec.rb".freeze, "spec/generators/scaffold_generator_spec.rb".freeze, "spec/import_processor_spec.rb".freeze, "spec/rails_spec.rb".freeze, "spec/runtime_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/sprockets_spec.rb".freeze, "spec/stylus_spec.rb".freeze, "spec/support/generators/test_case.rb".freeze, "spec/support/generators/tmp/app/controllers/posts_controller.rb".freeze, "spec/support/generators/tmp/app/helpers/posts_helper.rb".freeze, "spec/support/generators/tmp/config/routes.rb".freeze, "spec/support/helpers.rb".freeze, "spec/support/matchers.rb".freeze, "spec/tilt/rails_spec.rb".freeze, "spec/tilt/stylus_spec.rb".freeze] s.homepage = "https://github.com/lucasmazza/ruby-stylus".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Stylus Compiler".freeze s.test_files = ["spec/generators/assets_generator_spec.rb".freeze, "spec/generators/controller_generator_spec.rb".freeze, "spec/generators/scaffold_generator_spec.rb".freeze, "spec/import_processor_spec.rb".freeze, "spec/rails_spec.rb".freeze, "spec/runtime_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/sprockets_spec.rb".freeze, "spec/stylus_spec.rb".freeze, "spec/support/generators/test_case.rb".freeze, "spec/support/generators/tmp/app/controllers/posts_controller.rb".freeze, "spec/support/generators/tmp/app/helpers/posts_helper.rb".freeze, "spec/support/generators/tmp/config/routes.rb".freeze, "spec/support/helpers.rb".freeze, "spec/support/matchers.rb".freeze, "spec/tilt/rails_spec.rb".freeze, "spec/tilt/stylus_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.8.0".freeze]) end