# -*- encoding: utf-8 -*- # stub: middleman-clowncar 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "middleman-clowncar".freeze s.version = "0.0.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 = ["Thomas Reynolds".freeze] s.date = "2013-11-03" s.description = "Adds ClownCar to Middleman".freeze s.email = ["me@tdreyno.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "features/clowncar_tag_build.feature".freeze, "features/clowncar_tag_preview.feature".freeze, "features/generate_clowncar_build.feature".freeze, "features/generate_clowncar_preview.feature".freeze, "features/step_definitions/server_steps.rb".freeze, "features/support/env.rb".freeze, "fixtures/clowncar-app/config.rb".freeze, "fixtures/clowncar-app/source/images/logo-with-fallback/big.png".freeze, "fixtures/clowncar-app/source/images/logo-with-fallback/fallback.png".freeze, "fixtures/clowncar-app/source/images/logo-with-fallback/medium.png".freeze, "fixtures/clowncar-app/source/images/logo-with-fallback/small.png".freeze, "fixtures/clowncar-app/source/images/logo/big.png".freeze, "fixtures/clowncar-app/source/images/logo/fallback.png".freeze, "fixtures/clowncar-app/source/images/logo/medium.png".freeze, "fixtures/clowncar-app/source/images/logo/small.png".freeze, "fixtures/clowncar-app/source/index.html.erb".freeze, "lib/middleman-clowncar.rb".freeze, "lib/middleman-clowncar/extension.rb".freeze, "lib/middleman-clowncar/fastimage.rb".freeze, "lib/middleman-clowncar/version.rb".freeze, "lib/middleman_extension.rb".freeze, "middleman-clowncar.gemspec".freeze] s.homepage = "https://github.com/middleman/middleman-clowncar".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Adds ClownCar to Middleman".freeze s.test_files = ["features/clowncar_tag_build.feature".freeze, "features/clowncar_tag_preview.feature".freeze, "features/generate_clowncar_build.feature".freeze, "features/generate_clowncar_preview.feature".freeze, "features/step_definitions/server_steps.rb".freeze, "features/support/env.rb".freeze, "fixtures/clowncar-app/config.rb".freeze, "fixtures/clowncar-app/source/images/logo-with-fallback/big.png".freeze, "fixtures/clowncar-app/source/images/logo-with-fallback/fallback.png".freeze, "fixtures/clowncar-app/source/images/logo-with-fallback/medium.png".freeze, "fixtures/clowncar-app/source/images/logo-with-fallback/small.png".freeze, "fixtures/clowncar-app/source/images/logo/big.png".freeze, "fixtures/clowncar-app/source/images/logo/fallback.png".freeze, "fixtures/clowncar-app/source/images/logo/medium.png".freeze, "fixtures/clowncar-app/source/images/logo/small.png".freeze, "fixtures/clowncar-app/source/index.html.erb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.1.5".freeze]) end