Sha256: 060a0046a80ee8c16c0432e8c0079142c5a4fa5a2952432671f81a060ecacdc8
Contents?: true
Size: 967 Bytes
Versions: 3
Compression:
Stored size: 967 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "timeframe/version" Gem::Specification.new do |s| s.name = "timeframe" s.version = Timeframe::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Andy Rossmeissl", "Seamus Abshere", "Derek Kastner"] s.email = ["andy@rossmeissl.net"] s.homepage = "http://github.com/rossmeissl/timeframe" s.summary = %Q{Date intervals} s.description = %Q{A Ruby class for describing and interacting with timeframes.} s.rubyforge_project = "timeframe" 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 "rspec", "~> 1" s.add_development_dependency 'home_run' s.add_dependency 'activesupport', '>=2.3.5' s.add_dependency 'i18n' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
timeframe-0.0.11 | timeframe.gemspec |
timeframe-0.0.10 | timeframe.gemspec |
timeframe-0.0.9 | timeframe.gemspec |