Sha256: b8f7d8f07c2ef8699f31b4d90447dac7d03cb8a38b312afe73b7d24731b73900

Contents?: true

Size: 916 Bytes

Versions: 1

Compression:

Stored size: 916 Bytes

Contents

$LOAD_PATH << File.join(File.dirname(__FILE__), "lib")
require 'shoulda/whenever/version'

Gem::Specification.new do |s|
  s.name        = "shoulda-whenever"
  s.version     = Shoulda::Whenever::VERSION.dup
  s.authors     = ["Matthew Gerrior"]
  s.date        = Time.now.strftime("%Y-%m-%d")
  s.email       = "gerrior.matthew@gmail.com"
  s.homepage    = "http://rubygems.org/gems/shoulda-whenever"
  s.summary     = "Shoulda style matchers for whenever gem"
  s.license     = "MIT"
  s.description = "This gem is designed to make it easier to test that the schedule you built with the 'whenever' gem is accurate."

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]

  s.required_ruby_version = '>= 1.9.3'

  s.add_development_dependency "rspec", "~> 3.3.0"
  s.add_development_dependency "whenever", "~> 0.9.4"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoulda-whenever-0.0.1 shoulda-whenever.gemspec