Sha256: 30ccc60dd7e3fe9e5af5a91949ecb00f9e811a2ca813b416cc91abc59cbc1c71

Contents?: true

Size: 814 Bytes

Versions: 5

Compression:

Stored size: 814 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "timeliness/version"

Gem::Specification.new do |s|
  s.name        = "timeliness"
  s.version     = Timeliness::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Adam Meehan"]
  s.email       = %q{adam.meehan@gmail.com}
  s.homepage    = %q{http://github.com/adzap/timeliness}
  s.summary     = %q{Date/time parsing for the control freak.}
  s.description = %q{Fast date/time parser with customisable formats, timezone and I18n support.}

  s.rubyforge_project = %q{timeliness}

  s.files            = `git ls-files`.split("\n")
  s.files            = `git ls-files`.split("\n") - %w{ .gitignore .rspec Gemfile Gemfile.lock }
  s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc"]
  s.require_paths    = ["lib"]
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/timeliness-0.3.7/timeliness.gemspec
timeliness-0.3.7 timeliness.gemspec
timeliness-0.3.6 timeliness.gemspec
timeliness-0.3.5 timeliness.gemspec
timeliness-0.3.4 timeliness.gemspec