# -*- encoding: utf-8 -*- # stub: jdl-chronic 0.3.0.2 ruby lib Gem::Specification.new do |s| s.name = "jdl-chronic".freeze s.version = "0.3.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tom Preston-Werner (modified with DST bug fixes by JDL)".freeze] s.autorequire = "chronic".freeze s.date = "2010-12-01" s.email = "tom@rubyisawesome.com".freeze s.extra_rdoc_files = ["README".freeze] s.files = ["README".freeze, "lib/chronic.rb".freeze, "lib/chronic/chronic.rb".freeze, "lib/chronic/grabber.rb".freeze, "lib/chronic/handlers.rb".freeze, "lib/chronic/ordinal.rb".freeze, "lib/chronic/pointer.rb".freeze, "lib/chronic/repeater.rb".freeze, "lib/chronic/repeaters/repeater_day.rb".freeze, "lib/chronic/repeaters/repeater_day_name.rb".freeze, "lib/chronic/repeaters/repeater_day_portion.rb".freeze, "lib/chronic/repeaters/repeater_fortnight.rb".freeze, "lib/chronic/repeaters/repeater_hour.rb".freeze, "lib/chronic/repeaters/repeater_minute.rb".freeze, "lib/chronic/repeaters/repeater_month.rb".freeze, "lib/chronic/repeaters/repeater_month_name.rb".freeze, "lib/chronic/repeaters/repeater_season.rb".freeze, "lib/chronic/repeaters/repeater_season_name.rb".freeze, "lib/chronic/repeaters/repeater_second.rb".freeze, "lib/chronic/repeaters/repeater_time.rb".freeze, "lib/chronic/repeaters/repeater_week.rb".freeze, "lib/chronic/repeaters/repeater_weekday.rb".freeze, "lib/chronic/repeaters/repeater_weekend.rb".freeze, "lib/chronic/repeaters/repeater_year.rb".freeze, "lib/chronic/scalar.rb".freeze, "lib/chronic/separator.rb".freeze, "lib/chronic/time_zone.rb".freeze, "lib/numerizer/numerizer.rb".freeze, "test/suite.rb".freeze, "test/test_Chronic.rb".freeze, "test/test_Handler.rb".freeze, "test/test_Numerizer.rb".freeze, "test/test_RepeaterDayName.rb".freeze, "test/test_RepeaterFortnight.rb".freeze, "test/test_RepeaterHour.rb".freeze, "test/test_RepeaterMonth.rb".freeze, "test/test_RepeaterMonthName.rb".freeze, "test/test_RepeaterTime.rb".freeze, "test/test_RepeaterWeek.rb".freeze, "test/test_RepeaterWeekday.rb".freeze, "test/test_RepeaterWeekend.rb".freeze, "test/test_RepeaterYear.rb".freeze, "test/test_Span.rb".freeze, "test/test_Time.rb".freeze, "test/test_Token.rb".freeze, "test/test_parsing.rb".freeze] s.homepage = "http://chronic.rubyforge.org".freeze s.rdoc_options = ["--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A natural language date parser with timezone support".freeze s.test_files = ["test/suite.rb".freeze] end