Sha256: 63f1a97ec6dbbc80ac13389f5b5700d059807ac037dd2854c936e8e8f9046f95

Contents?: true

Size: 541 Bytes

Versions: 2

Compression:

Stored size: 541 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)
require 'iso8601/version'

Gem::Specification.new do |s|
  s.name = 'iso8601-basic'
  s.version = ISO8601::VERSION
  s.date = Time.now.strftime('%Y-%m-%d')
  s.authors = ['Oliver Morgan']
  s.email = 'olly@ticketinghub.com'
  s.homepage = 'https://github.com/ticketinghub/iso8601-basic'
  s.description = s.summary = "Very basic implementation of the ISO8601 spec - http://en.wikipedia.org/wiki/ISO_8601"
  s.license = 'MIT'

  s.files = `git ls-files`.split("\n")
  s.require_paths = ['lib']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iso8601-basic-0.1.1 iso8601-basic.gemspec
iso8601-basic-0.1.0 iso8601-basic.gemspec