# -*- encoding: utf-8 -*- # stub: dassets 0.15.0 ruby lib Gem::Specification.new do |s| s.name = "dassets".freeze s.version = "0.15.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 = ["Kelly Redding".freeze, "Collin Redding".freeze] s.date = "2020-12-29" s.description = "Digest and serve HTML asset files".freeze s.email = ["kelly@kellyredding.com".freeze, "collin.redding@me.com".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "dassets.gemspec".freeze, "lib/dassets.rb".freeze, "lib/dassets/asset_file.rb".freeze, "lib/dassets/cache.rb".freeze, "lib/dassets/config.rb".freeze, "lib/dassets/engine.rb".freeze, "lib/dassets/file_store.rb".freeze, "lib/dassets/server.rb".freeze, "lib/dassets/server/request.rb".freeze, "lib/dassets/server/response.rb".freeze, "lib/dassets/source.rb".freeze, "lib/dassets/source_file.rb".freeze, "lib/dassets/source_proxy.rb".freeze, "lib/dassets/version.rb".freeze, "log/.gitkeep".freeze, "test/helper.rb".freeze, "test/support/app.rb".freeze, "test/support/app/assets/file1.txt".freeze, "test/support/app/assets/file2.txt".freeze, "test/support/app/assets/grumpy_cat.jpg".freeze, "test/support/app/assets/nested/a-thing.txt.useless.dumb".freeze, "test/support/app/assets/nested/file3.txt".freeze, "test/support/empty/.gitkeep".freeze, "test/support/factory.rb".freeze, "test/support/linked_source_files/linked_file.txt".freeze, "test/support/source_files/_ignored.txt".freeze, "test/support/source_files/linked".freeze, "test/support/source_files/linked_file2.txt".freeze, "test/support/source_files/nested/_nested_ignored.txt".freeze, "test/support/source_files/nested/test2.txt".freeze, "test/support/source_files/test1.txt".freeze, "test/system/rack_tests.rb".freeze, "test/unit/asset_file_tests.rb".freeze, "test/unit/cache_tests.rb".freeze, "test/unit/config_tests.rb".freeze, "test/unit/dassets_tests.rb".freeze, "test/unit/engine_tests.rb".freeze, "test/unit/file_store_tests.rb".freeze, "test/unit/server/request_tests.rb".freeze, "test/unit/server/response_tests.rb".freeze, "test/unit/server_tests.rb".freeze, "test/unit/source_file_tests.rb".freeze, "test/unit/source_proxy_tests.rb".freeze, "test/unit/source_tests.rb".freeze, "tmp/.gitkeep".freeze] s.homepage = "http://github.com/redding/dassets".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Digested asset files".freeze s.test_files = ["test/helper.rb".freeze, "test/support/app.rb".freeze, "test/support/app/assets/file1.txt".freeze, "test/support/app/assets/file2.txt".freeze, "test/support/app/assets/grumpy_cat.jpg".freeze, "test/support/app/assets/nested/a-thing.txt.useless.dumb".freeze, "test/support/app/assets/nested/file3.txt".freeze, "test/support/empty/.gitkeep".freeze, "test/support/factory.rb".freeze, "test/support/linked_source_files/linked_file.txt".freeze, "test/support/source_files/_ignored.txt".freeze, "test/support/source_files/linked".freeze, "test/support/source_files/linked_file2.txt".freeze, "test/support/source_files/nested/_nested_ignored.txt".freeze, "test/support/source_files/nested/test2.txt".freeze, "test/support/source_files/test1.txt".freeze, "test/system/rack_tests.rb".freeze, "test/unit/asset_file_tests.rb".freeze, "test/unit/cache_tests.rb".freeze, "test/unit/config_tests.rb".freeze, "test/unit/dassets_tests.rb".freeze, "test/unit/engine_tests.rb".freeze, "test/unit/file_store_tests.rb".freeze, "test/unit/server/request_tests.rb".freeze, "test/unit/server/response_tests.rb".freeze, "test/unit/server_tests.rb".freeze, "test/unit/source_file_tests.rb".freeze, "test/unit/source_proxy_tests.rb".freeze, "test/unit/source_tests.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.19.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze]) end