--- !ruby/object:Gem::Specification rubygems_version: 0.8.11 specification_version: 1 name: chronic version: !ruby/object:Gem::Version version: 0.1.6 date: 2007-01-15 00:00:00 -08:00 summary: A natural language date parser require_paths: - lib email: ryand-ruby@zenspider.com homepage: "\thttp://chronic.rubyforge.org/" rubyforge_project: chronic description: Chronic is a natural language date/time parser written in pure Ruby. See below for the wide variety of formats Chronic will parse. autorequire: default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: authors: - Ryan Davis files: - History.txt - Manifest.txt - README.txt - Rakefile - lib/chronic.rb - lib/chronic/chronic.rb - lib/chronic/grabber.rb - lib/chronic/handlers.rb - lib/chronic/ordinal.rb - lib/chronic/pointer.rb - lib/chronic/repeater.rb - lib/chronic/repeaters/repeater_day.rb - lib/chronic/repeaters/repeater_day_name.rb - lib/chronic/repeaters/repeater_day_portion.rb - lib/chronic/repeaters/repeater_fortnight.rb - lib/chronic/repeaters/repeater_hour.rb - lib/chronic/repeaters/repeater_minute.rb - lib/chronic/repeaters/repeater_month.rb - lib/chronic/repeaters/repeater_month_name.rb - lib/chronic/repeaters/repeater_season.rb - lib/chronic/repeaters/repeater_season_name.rb - lib/chronic/repeaters/repeater_second.rb - lib/chronic/repeaters/repeater_time.rb - lib/chronic/repeaters/repeater_week.rb - lib/chronic/repeaters/repeater_weekend.rb - lib/chronic/repeaters/repeater_year.rb - lib/chronic/scalar.rb - lib/chronic/separator.rb - test/parse_numbers.rb - test/suite.rb - test/test_Chronic.rb - test/test_Handler.rb - test/test_RepeaterDayName.rb - test/test_RepeaterFortnight.rb - test/test_RepeaterHour.rb - test/test_RepeaterMonth.rb - test/test_RepeaterMonthName.rb - test/test_RepeaterTime.rb - test/test_RepeaterWeek.rb - test/test_RepeaterYear.rb - test/test_Span.rb - test/test_Token.rb - test/test_parsing.rb test_files: - test/test_Chronic.rb - test/test_Handler.rb - test/test_parsing.rb - test/test_RepeaterDayName.rb - test/test_RepeaterFortnight.rb - test/test_RepeaterHour.rb - test/test_RepeaterMonth.rb - test/test_RepeaterMonthName.rb - test/test_RepeaterTime.rb - test/test_RepeaterWeek.rb - test/test_RepeaterWeekend.rb - test/test_RepeaterYear.rb - test/test_Span.rb - test/test_Token.rb rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: [] dependencies: []