# -*- encoding: utf-8 -*- # stub: chronic 0.1.6 ruby lib Gem::Specification.new do |s| s.name = "chronic".freeze s.version = "0.1.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Davis".freeze] s.date = "2007-01-15" s.description = "Chronic is a natural language date/time parser written in pure Ruby. See below for the wide variety of formats Chronic will parse.".freeze s.email = "ryand-ruby@zenspider.com".freeze s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".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_weekend.rb".freeze, "lib/chronic/repeaters/repeater_year.rb".freeze, "lib/chronic/scalar.rb".freeze, "lib/chronic/separator.rb".freeze, "test/parse_numbers.rb".freeze, "test/suite.rb".freeze, "test/test_Chronic.rb".freeze, "test/test_Handler.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_RepeaterWeekend.rb".freeze, "test/test_RepeaterYear.rb".freeze, "test/test_Span.rb".freeze, "test/test_Token.rb".freeze, "test/test_parsing.rb".freeze] s.homepage = "\thttp://chronic.rubyforge.org/".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A natural language date parser".freeze s.test_files = ["test/test_Chronic.rb".freeze, "test/test_Handler.rb".freeze, "test/test_parsing.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_RepeaterWeekend.rb".freeze, "test/test_RepeaterYear.rb".freeze, "test/test_Span.rb".freeze, "test/test_Token.rb".freeze] end