Sha256: b5d35df82b3260038854bf5e93129be670d2ced133fa7206e2f0d1b9f970fd0a

Contents?: true

Size: 795 Bytes

Versions: 7

Compression:

Stored size: 795 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "stamp"
  s.version     = Stamp::VERSION
  s.authors     = ["Jeremy Weiskotten"]
  s.email       = ["jeremy@weiskotten.com"]
  s.homepage    = "https://github.com/jeremyw/stamp"
  s.summary     = %Q{Date and time formatting for humans.}
  s.description = %Q{Format dates and times based on examples, not arcane strftime directives.}

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency "cucumber"
  s.add_development_dependency "rake"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stamp-0.1.4 stamp.gemspec
stamp-0.1.3 stamp.gemspec
stamp-0.1.2 stamp.gemspec
stamp-0.1.1 stamp.gemspec
stamp-0.1.0 stamp.gemspec
stamp-0.0.3 stamp.gemspec
stamp-0.0.2 stamp.gemspec