# -*- encoding: utf-8 -*- # stub: gitlab-chronic 0.10.4 ruby lib Gem::Specification.new do |s| s.name = "gitlab-chronic".freeze s.version = "0.10.4".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 = "2019-11-24" 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, ".gitlab-ci.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "HISTORY.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "chronic.gemspec".freeze, "lib/chronic/date.rb".freeze, "lib/chronic/definition.rb".freeze, "lib/chronic/dictionary.rb".freeze, "lib/chronic/handler.rb".freeze, "lib/chronic/handlers.rb".freeze, "lib/chronic/mini_date.rb".freeze, "lib/chronic/parser.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_quarter.rb".freeze, "lib/chronic/repeaters/repeater_quarter_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/season.rb".freeze, "lib/chronic/span.rb".freeze, "lib/chronic/tag.rb".freeze, "lib/chronic/tags/grabber.rb".freeze, "lib/chronic/tags/ordinal.rb".freeze, "lib/chronic/tags/pointer.rb".freeze, "lib/chronic/tags/repeater.rb".freeze, "lib/chronic/tags/scalar.rb".freeze, "lib/chronic/tags/separator.rb".freeze, "lib/chronic/tags/sign.rb".freeze, "lib/chronic/tags/time_zone.rb".freeze, "lib/chronic/time.rb".freeze, "lib/chronic/token.rb".freeze, "lib/chronic/tokenizer.rb".freeze, "lib/chronic/version.rb".freeze, "lib/gitlab-chronic.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_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_quarter.rb".freeze, "test/test_repeater_quarter_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 = "https://gitlab.com/gitlab-org/gitlab-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_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_quarter.rb".freeze, "test/test_repeater_quarter_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_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 10".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4".freeze]) end