Sha256: 3e301e83570b73e2dbf0ee409bcbeb87ce6344764da490d7ae16253164d4d9f0

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "interpret_date"
  spec.version       = InterpretDate::VERSION
  spec.authors       = ["Squaremouth"]
  spec.email         = ["developers@squaremouth.com"]
  spec.summary       = %q{Mixin for easily parsing American formatted date strings into Date objects.}
  spec.description   = %q{Module to provide helper methods for interpreting American formatted date strings.}
  spec.homepage      = "https://github.com/sqm/interpret_date"
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec", "~> 3.2"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
interpret_date-1.1.1 interpret_date.gemspec
interpret_date-1.1.0 interpret_date.gemspec
interpret_date-1.0.1 interpret_date.gemspec
interpret_date-1.0.0 interpret_date.gemspec