-
Name
-
chronic
-
Version
-
0.9.1
-
Platform
-
ruby
-
Authors
-
Tom Preston-Werner
Lee Jarvis
-
Bindir
-
bin
-
Date
-
2013-02-25 00:00:00 UTC
-
Dependencies
-
rake (>= 0, development)
minitest (>= 0, development)
-
Description
-
Chronic is a natural language date/time parser written in pure Ruby.
-
Email
-
tom@mojombo.com
lee@jarvis.co
-
Extra rdoc files
-
README.md
HISTORY.md
LICENSE
-
Files
-
.gitignore
.travis.yml
HISTORY.md
LICENSE
README.md
Rakefile
chronic.gemspec
lib/chronic.rb
lib/chronic/grabber.rb
lib/chronic/handler.rb
lib/chronic/handlers.rb
lib/chronic/mini_date.rb
lib/chronic/numerizer.rb
lib/chronic/ordinal.rb
lib/chronic/parser.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_weekday.rb
lib/chronic/repeaters/repeater_weekend.rb
lib/chronic/repeaters/repeater_year.rb
lib/chronic/scalar.rb
lib/chronic/season.rb
lib/chronic/separator.rb
lib/chronic/span.rb
lib/chronic/tag.rb
lib/chronic/time_zone.rb
lib/chronic/token.rb
test/helper.rb
test/test_chronic.rb
test/test_daylight_savings.rb
test/test_handler.rb
test/test_mini_date.rb
test/test_numerizer.rb
test/test_parsing.rb
test/test_repeater_day_name.rb
test/test_repeater_day_portion.rb
test/test_repeater_fortnight.rb
test/test_repeater_hour.rb
test/test_repeater_minute.rb
test/test_repeater_month.rb
test/test_repeater_month_name.rb
test/test_repeater_season.rb
test/test_repeater_time.rb
test/test_repeater_week.rb
test/test_repeater_weekday.rb
test/test_repeater_weekend.rb
test/test_repeater_year.rb
test/test_span.rb
test/test_token.rb
-
Homepage
-
http://github.com/mojombo/chronic
-
Rdoc options
-
--charset=UTF-8
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubyforge project
-
chronic
-
Rubygems version
-
2.0.0
-
Specification version
-
4
-
Summary
-
Natural language date/time parsing.
-
Test files
-
test/helper.rb
test/test_chronic.rb
test/test_daylight_savings.rb
test/test_handler.rb
test/test_mini_date.rb
test/test_numerizer.rb
test/test_parsing.rb
test/test_repeater_day_name.rb
test/test_repeater_day_portion.rb
test/test_repeater_fortnight.rb
test/test_repeater_hour.rb
test/test_repeater_minute.rb
test/test_repeater_month.rb
test/test_repeater_month_name.rb
test/test_repeater_season.rb
test/test_repeater_time.rb
test/test_repeater_week.rb
test/test_repeater_weekday.rb
test/test_repeater_weekend.rb
test/test_repeater_year.rb
test/test_span.rb
test/test_token.rb
-
Original platform
-
ruby
-
New platform
-
ruby