Sha256: 2fb214644ea74994501d780a2f33766197fe3dfe191b55c269c31e6fac102a6c

Contents?: true

Size: 1.25 KB

Versions: 8

Compression:

Stored size: 1.25 KB

Contents

# frozen_string_literal: true

require_relative "lib/anti_image_reflow/version"

Gem::Specification.new do |spec|
  spec.name = "anti_image_reflow"
  spec.version = AntiImageReflow::VERSION
  spec.authors = ["Zachary Smith"]
  spec.email = ["zachsmith.dev@gmail.com"]

  spec.summary = "Lazy load images without reflowing the page."
  spec.homepage = "https://github.com/cutwell/jekyll-anti-image-reflow"
  spec.license = "MIT"
  spec.required_ruby_version = ">= 2.6.0"

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = "https://github.com/cutwell/jekyll-anti-image-reflow"
  spec.metadata["changelog_uri"] = "https://github.com/Cutwell/jekyll-anti-image-reflow/blob/main/CHANGELOG.md"

  # Specify which files should be added to the gem when it is released.
  spec.files = Dir["LICENSE.*", "Rakefile", "{lib,spec}/**/*", "*.gemspec", "*.md"]
  spec.test_files = spec.files.grep(%r!^(test|spec|features)/!)

  spec.platform = Gem::Platform::RUBY
  spec.add_runtime_dependency "jekyll", "~> 4.3"
  spec.add_runtime_dependency "nokogiri", '~> 1.14'
  spec.add_runtime_dependency "fastimage", '~> 2.2.6'

  # For more information and examples about making a new gem, check out our
  # guide at: https://bundler.io/guides/creating_gem.html
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
anti_image_reflow-0.1.9 anti_image_reflow.gemspec
anti_image_reflow-0.1.8 anti_image_reflow.gemspec
anti_image_reflow-0.1.7 anti_image_reflow.gemspec
anti_image_reflow-0.1.6 anti_image_reflow.gemspec
anti_image_reflow-0.1.5 anti_image_reflow.gemspec
anti_image_reflow-0.1.4 anti_image_reflow.gemspec
anti_image_reflow-0.1.3 anti_image_reflow.gemspec
anti_image_reflow-0.1.2 anti_image_reflow.gemspec