Sha256: 50034446fd526aaec139ba45d374f114e0bd22a8fe98b4883940d09a9d562623

Contents?: true

Size: 757 Bytes

Versions: 1

Compression:

Stored size: 757 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"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stamp-0.0.1 stamp.gemspec