Sha256: 47430e01eae9b9cbec9c5c627529c82db844c7063f3b5ce55d2e12f5c3081954

Contents?: true

Size: 1014 Bytes

Versions: 2

Compression:

Stored size: 1014 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'holidays_img'
  spec.version       = HolidaysImg::VERSION
  spec.authors       = ['Zoran Pesic']
  spec.email         = ['zoran1991@gmail.com']

  spec.summary       = %q{A holiday-aware image_tag wrapper.}
  spec.homepage      = 'https://github.com/zokioki/holidays_img'
  spec.license       = 'MIT'

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

  spec.required_ruby_version = '>= 2.0.0'

  spec.add_runtime_dependency 'holidays', '~> 5.0'

  spec.add_development_dependency 'bundler', '~> 1.13'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 3.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
holidays_img-1.1.0 holidays_img.gemspec
holidays_img-1.0.0 holidays_img.gemspec