# -*- encoding: utf-8 -*-
# stub: chronic 0.10.0 ruby lib

Gem::Specification.new do |s|
  s.name = "chronic".freeze
  s.version = "0.10.0".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".freeze, "Lee Jarvis".freeze]
  s.date = "2013-08-25"
  s.description = "Chronic is a natural language date/time parser written in pure Ruby.".freeze
  s.email = ["tom@mojombo.com".freeze, "ljjarvis@gmail.com".freeze]
  s.extra_rdoc_files = ["README.md".freeze, "HISTORY.md".freeze, "LICENSE".freeze]
  s.files = [".gitignore".freeze, ".travis.yml".freeze, "HISTORY.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "chronic.gemspec".freeze, "lib/chronic.rb".freeze, "lib/chronic/date.rb".freeze, "lib/chronic/grabber.rb".freeze, "lib/chronic/handler.rb".freeze, "lib/chronic/handlers.rb".freeze, "lib/chronic/mini_date.rb".freeze, "lib/chronic/numerizer.rb".freeze, "lib/chronic/ordinal.rb".freeze, "lib/chronic/parser.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/season.rb".freeze, "lib/chronic/separator.rb".freeze, "lib/chronic/sign.rb".freeze, "lib/chronic/span.rb".freeze, "lib/chronic/tag.rb".freeze, "lib/chronic/time.rb".freeze, "lib/chronic/time_zone.rb".freeze, "lib/chronic/token.rb".freeze, "test/helper.rb".freeze, "test/test_chronic.rb".freeze, "test/test_daylight_savings.rb".freeze, "test/test_handler.rb".freeze, "test/test_mini_date.rb".freeze, "test/test_numerizer.rb".freeze, "test/test_parsing.rb".freeze, "test/test_repeater_day_name.rb".freeze, "test/test_repeater_day_portion.rb".freeze, "test/test_repeater_fortnight.rb".freeze, "test/test_repeater_hour.rb".freeze, "test/test_repeater_minute.rb".freeze, "test/test_repeater_month.rb".freeze, "test/test_repeater_month_name.rb".freeze, "test/test_repeater_season.rb".freeze, "test/test_repeater_time.rb".freeze, "test/test_repeater_week.rb".freeze, "test/test_repeater_weekday.rb".freeze, "test/test_repeater_weekend.rb".freeze, "test/test_repeater_year.rb".freeze, "test/test_span.rb".freeze, "test/test_token.rb".freeze]
  s.homepage = "http://github.com/mojombo/chronic".freeze
  s.licenses = ["MIT".freeze]
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Natural language date/time parsing.".freeze
  s.test_files = ["test/helper.rb".freeze, "test/test_chronic.rb".freeze, "test/test_daylight_savings.rb".freeze, "test/test_handler.rb".freeze, "test/test_mini_date.rb".freeze, "test/test_numerizer.rb".freeze, "test/test_parsing.rb".freeze, "test/test_repeater_day_name.rb".freeze, "test/test_repeater_day_portion.rb".freeze, "test/test_repeater_fortnight.rb".freeze, "test/test_repeater_hour.rb".freeze, "test/test_repeater_minute.rb".freeze, "test/test_repeater_month.rb".freeze, "test/test_repeater_month_name.rb".freeze, "test/test_repeater_season.rb".freeze, "test/test_repeater_time.rb".freeze, "test/test_repeater_week.rb".freeze, "test/test_repeater_weekday.rb".freeze, "test/test_repeater_weekend.rb".freeze, "test/test_repeater_year.rb".freeze, "test/test_span.rb".freeze, "test/test_token.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<minitest>.freeze, ["~> 5.0".freeze])
end