[DRE-commits] [ruby-ice-cube] branch master updated (0f5f06b -> fb3bee3)

Balasankar C balasankarc-guest at moszumanska.debian.org
Tue Jan 20 16:24:39 UTC 2015


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

balasankarc-guest pushed a change to branch master
in repository ruby-ice-cube.

      from  0f5f06b   Fix ice_cube path
      adds  4734291   Imported Upstream version 0.12.1
       new  fb9f0cb   Merge tag 'upstream/0.12.1'
       new  fb3bee3   Upstream update

The 2 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                                    |   1 +
 .travis.yml                                   |   4 +-
 CHANGELOG.md                                  |  18 ++++
 README.md                                     |  28 +++---
 UPGRADING.md                                  |  13 +++
 debian/changelog                              |   7 +-
 ice_cube.gemspec                              |   2 +-
 lib/ice_cube.rb                               |  14 ++-
 lib/ice_cube/deprecated.rb                    |  56 ++++++-----
 lib/ice_cube/errors/count_exceeded.rb         |   2 +-
 lib/ice_cube/errors/until_exceeded.rb         |   2 +-
 lib/ice_cube/flexible_hash.rb                 |  30 ++++--
 lib/ice_cube/occurrence.rb                    |   3 +-
 lib/ice_cube/parsers/hash_parser.rb           |  87 ++++++++++++++++
 lib/ice_cube/parsers/yaml_parser.rb           |  19 ++++
 lib/ice_cube/rule.rb                          |   2 +-
 lib/ice_cube/schedule.rb                      | 138 ++++++++++++++------------
 lib/ice_cube/time_util.rb                     |  27 +++--
 lib/ice_cube/validated_rule.rb                |  24 +++--
 lib/ice_cube/validations/count.rb             |   4 +
 lib/ice_cube/validations/daily_interval.rb    |   8 +-
 lib/ice_cube/validations/day.rb               |   4 +
 lib/ice_cube/validations/day_of_month.rb      |   4 +
 lib/ice_cube/validations/day_of_week.rb       |   4 +
 lib/ice_cube/validations/day_of_year.rb       |   4 +
 lib/ice_cube/validations/hour_of_day.rb       |   4 +
 lib/ice_cube/validations/hourly_interval.rb   |   4 +-
 lib/ice_cube/validations/minute_of_hour.rb    |   4 +
 lib/ice_cube/validations/minutely_interval.rb |   4 +-
 lib/ice_cube/validations/month_of_year.rb     |   4 +
 lib/ice_cube/validations/monthly_interval.rb  |   8 +-
 lib/ice_cube/validations/second_of_minute.rb  |   4 +
 lib/ice_cube/validations/secondly_interval.rb |   4 +-
 lib/ice_cube/validations/until.rb             |   4 +
 lib/ice_cube/validations/weekly_interval.rb   |   8 +-
 lib/ice_cube/validations/yearly_interval.rb   |   9 +-
 lib/ice_cube/version.rb                       |   2 +-
 spec/examples/active_support_spec.rb          |  46 ++++++++-
 spec/examples/daily_rule_spec.rb              |  24 +++++
 spec/examples/dst_spec.rb                     |  32 ++++++
 spec/examples/flexible_hash_spec.rb           |  72 ++++++++++++++
 spec/examples/hash_parser_spec.rb             |  25 +++++
 spec/examples/hourly_rule_spec.rb             |  23 +++++
 spec/examples/ice_cube_spec.rb                |  44 ++++----
 spec/examples/minutely_rule_spec.rb           |  33 +++++-
 spec/examples/monthly_rule_spec.rb            |  29 ++++++
 spec/examples/occurrence_spec.rb              |  17 ++++
 spec/examples/schedule_spec.rb                |  25 +++++
 spec/examples/secondly_rule_spec.rb           |  27 +++++
 spec/examples/serialization_spec.rb           |  36 +++++--
 spec/examples/time_util_spec.rb               |   6 ++
 spec/examples/to_s_spec.rb                    |   2 +-
 spec/examples/to_yaml_spec.rb                 |   4 +-
 spec/examples/weekly_rule_spec.rb             |  24 +++++
 spec/examples/yearly_rule_spec.rb             |  25 +++++
 spec/spec_helper.rb                           |   2 +
 56 files changed, 877 insertions(+), 183 deletions(-)
 create mode 100644 UPGRADING.md
 create mode 100644 lib/ice_cube/parsers/hash_parser.rb
 create mode 100644 lib/ice_cube/parsers/yaml_parser.rb
 create mode 100644 spec/examples/flexible_hash_spec.rb
 create mode 100644 spec/examples/hash_parser_spec.rb
 create mode 100644 spec/examples/secondly_rule_spec.rb

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



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