Sha256: f6c5b8f12b51d21f3a3afacdd1bc376cac2aa598fe1f962591d0eacdfa30ff1f

Contents?: true

Size: 1015 Bytes

Versions: 4

Compression:

Stored size: 1015 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'time_will_tell/version'

Gem::Specification.new do |spec|
  spec.name          = "time_will_tell"
  spec.version       = TimeWillTell::VERSION
  spec.authors       = ["Michel Billard"]
  spec.email         = ["michel@mbillard.com"]
  spec.summary       = %q{Specialized conversions of dates and times to strings.}
  # spec.description   = %q{TODO: Write a longer description. Optional.}
  spec.homepage      = "http://github.com/mbillard/time_will_tell"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency 'railties', '>= 3.2'

  spec.add_development_dependency 'bundler', '~> 1.5'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
time_will_tell-0.1.0 time_will_tell.gemspec
time_will_tell-0.0.3 time_will_tell.gemspec
time_will_tell-0.0.2 time_will_tell.gemspec
time_will_tell-0.0.1 time_will_tell.gemspec