Sha256: 3ac0fadef67c5b09994c57a54cc5f698d3b28c4891870af7887b00031037dff0

Contents?: true

Size: 782 Bytes

Versions: 3

Compression:

Stored size: 782 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "timeparser"
  s.version     = Timeparser::VERSION
  s.authors     = ["Marcel Scherf"]
  s.email       = ["marcel.scherf@epicteams.com"]
  s.homepage    = "http://github.com/the-architect/timeparser"
  s.summary     = %q{Parses time information from strings.}
  s.description = %q{Parses time information from strings.}

  s.rubyforge_project = "timeparser"

  s.add_runtime_dependency "treetop"

  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"]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
timeparser-0.0.3 timeparser.gemspec
timeparser-0.0.2 timeparser.gemspec
timeparser-0.0.1 timeparser.gemspec