[DRE-commits] [ruby-chronic] 03/05: Merge tag 'upstream/0.10.2'

Per Andersson avtobiff-guest at moszumanska.debian.org
Tue Jan 28 15:49:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

avtobiff-guest pushed a commit to branch master
in repository ruby-chronic.

commit 2dd27960313f1acfbc88e599bd22865d31176106
Merge: 09ffbb7 d347acd
Author: Per Andersson <avtobiff at gmail.com>
Date:   Tue Jan 28 15:24:24 2014 +0100

    Merge tag 'upstream/0.10.2'
    
    Upstream version 0.10.2

 .gitignore                                    |   6 --
 .travis.yml                                   |   8 --
 HISTORY.md                                    |  21 +++++
 README.md                                     |   8 ++
 Rakefile                                      |  36 ++++++--
 chronic.gemspec                               |  13 +--
 lib/chronic.rb                                |  26 +++---
 lib/chronic/date.rb                           |  82 ++++++++++++++++++
 lib/chronic/handler.rb                        |  59 +++++++------
 lib/chronic/handlers.rb                       |  25 +++++-
 lib/chronic/ordinal.rb                        |  42 +++++-----
 lib/chronic/parser.rb                         |  57 +++++++------
 lib/chronic/repeater.rb                       |  36 ++++----
 lib/chronic/repeaters/repeater_day.rb         |   7 +-
 lib/chronic/repeaters/repeater_day_name.rb    |   9 +-
 lib/chronic/repeaters/repeater_day_portion.rb |   7 +-
 lib/chronic/repeaters/repeater_fortnight.rb   |   7 +-
 lib/chronic/repeaters/repeater_hour.rb        |   7 +-
 lib/chronic/repeaters/repeater_minute.rb      |   7 +-
 lib/chronic/repeaters/repeater_month.rb       |   9 +-
 lib/chronic/repeaters/repeater_month_name.rb  |   7 +-
 lib/chronic/repeaters/repeater_season.rb      |   8 +-
 lib/chronic/repeaters/repeater_second.rb      |   7 +-
 lib/chronic/repeaters/repeater_time.rb        |  60 ++++++++------
 lib/chronic/repeaters/repeater_week.rb        |   7 +-
 lib/chronic/repeaters/repeater_weekday.rb     |   7 +-
 lib/chronic/repeaters/repeater_weekend.rb     |   7 +-
 lib/chronic/repeaters/repeater_year.rb        |   9 +-
 lib/chronic/scalar.rb                         | 103 ++++++++---------------
 lib/chronic/separator.rb                      | 115 ++++++++++++++++++++++++--
 lib/chronic/sign.rb                           |  49 +++++++++++
 lib/chronic/tag.rb                            |   9 +-
 lib/chronic/time.rb                           |  40 +++++++++
 test/helper.rb                                |   4 +-
 test/test_chronic.rb                          |  59 ++++++++++++-
 test/test_handler.rb                          |  20 +++++
 test/test_parsing.rb                          |  78 ++++++++++++++++-
 test/test_repeater_time.rb                    |  18 ++++
 38 files changed, 790 insertions(+), 289 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-chronic.git



More information about the Pkg-ruby-extras-commits mailing list