[DRE-commits] [ruby-chronic] branch master updated (180e512 -> ba7cf89)

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 change to branch master
in repository ruby-chronic.

      from  180e512   merge	debian/watch
       new  4ad877c   Bump Standards-Version to 3.9.5, no changes needed
       new  09ffbb7   Build-depend on gem2deb >= 0.6.1
      adds  d347acd   Imported Upstream version 0.10.2
       new  2dd2796   Merge tag 'upstream/0.10.2'
       new  37d848b   Prepare changelog for release
       new  ba7cf89   Update debian/copyright

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                    |   6 --
 .travis.yml                                   |   8 --
 HISTORY.md                                    |  21 +++++
 README.md                                     |   8 ++
 Rakefile                                      |  36 ++++++--
 chronic.gemspec                               |  13 +--
 debian/changelog                              |  12 +++
 debian/control                                |   4 +-
 debian/copyright                              |  30 +++----
 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 ++++
 41 files changed, 814 insertions(+), 311 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 create mode 100644 lib/chronic/date.rb
 create mode 100644 lib/chronic/sign.rb
 create mode 100644 lib/chronic/time.rb

-- 
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