[DRE-commits] [ruby-safe-yaml] branch master updated (1f04baa -> e61875d)

Cédric Boutillier boutil at moszumanska.debian.org
Fri Jan 10 06:57:07 UTC 2014


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

boutil pushed a change to branch master
in repository ruby-safe-yaml.

      from  1f04baa   prepare changelog
      adds  424b43a   Imported Upstream version 1.0.1
       new  7338ee4   Merge tag 'upstream/1.0.1'
       new  f0d318a   debian/control: update Homepage field
       new  9056592   bump Standards-Version to 3.9.5 (no changes needed)
       new  371cdb7   Refresh use_ruby-indentation.patch
       new  e61875d   target unstable

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:
 .travis.yml                               |   1 +
 README.md                                 |  57 +++++----
 Rakefile                                  |  16 ++-
 bundle_install_all_ruby_versions.sh       |  21 ++++
 checksums.yaml.gz                         | Bin 268 -> 268 bytes
 debian/changelog                          |  10 ++
 debian/control                            |   4 +-
 debian/patches/use_ruby-indentation.patch |   6 +-
 lib/safe_yaml.rb                          | 203 +++---------------------------
 lib/{safe_yaml.rb => safe_yaml/load.rb}   | 106 ++--------------
 lib/safe_yaml/parse/date.rb               |  10 +-
 lib/safe_yaml/psych_handler.rb            |   6 +-
 lib/safe_yaml/safe_to_ruby_visitor.rb     |  14 ++-
 lib/safe_yaml/transform/to_date.rb        |   2 +
 lib/safe_yaml/transform/to_integer.rb     |   5 +-
 lib/safe_yaml/version.rb                  |   2 +-
 metadata.yml                              |  17 ++-
 run_specs_all_ruby_versions.sh            |  32 +++--
 safe_yaml.gemspec                         |   4 +-
 spec/issue49.yml                          |   0
 spec/resolver_specs.rb                    |   5 +
 spec/safe_yaml_spec.rb                    |  14 ++-
 spec/spec_helper.rb                       |  11 +-
 spec/transform/to_date_spec.rb            |  26 ++++
 spec/transform/to_integer_spec.rb         |   5 +
 spec/yaml_spec.rb                         |  15 +++
 26 files changed, 252 insertions(+), 340 deletions(-)
 create mode 100755 bundle_install_all_ruby_versions.sh
 copy lib/{safe_yaml.rb => safe_yaml/load.rb} (61%)
 create mode 100644 spec/issue49.yml
 create mode 100644 spec/yaml_spec.rb

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



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