Sha256: 0a3eea152da32a580ff14e1e3921a3ba9f9154c583630de39cb14d5c236e0ff4
Contents?: true
Size: 807 Bytes
Versions: 2
Compression:
Stored size: 807 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'fat_period/version' Gem::Specification.new do |spec| spec.name = 'fat_period' spec.version = FatPeriod::VERSION spec.authors = ['Daniel E. Doherty'] spec.email = ['ded@ddoherty.net'] spec.summary = 'Implements a Period class as a Range of Dates.' spec.homepage = 'https://github.com/ddoherty03/fat_period' spec.files = %x(git ls-files -z).split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end # Don't install any executables. # spec.bindir = 'bin' # spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.add_dependency 'fat_core', '>= 5.4' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fat_period-2.1.0 | fat_period.gemspec |
fat_period-2.0.0 | fat_period.gemspec |