Sha256: 78b42cb5896703087719cd350065d173867923ab46d2fa2775f0c39695a172df

Contents?: true

Size: 948 Bytes

Versions: 2

Compression:

Stored size: 948 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'html/pipeline/flickr/version'

Gem::Specification.new do |spec|
  spec.name          = "html-pipeline-flickr"
  spec.version       = HTML::Pipeline::Flickr::VERSION
  spec.authors       = ["Stan Luo"]
  spec.email         = ["stan001212@gmail.com"]

  spec.summary       = %q{Flickr filter for html-pipeline}
  spec.description   = %q{A html-pipeline filter that converts flickr url into a linkable image}
  spec.homepage      = "https://github.com/st0012/html-pipeline-flickr"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "html-pipeline", "~> 2.0"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
html-pipeline-flickr-0.1.1 html-pipeline-flickr.gemspec
html-pipeline-flickr-0.1.0 html-pipeline-flickr.gemspec