[DRE-commits] [ruby-safe-yaml] branch master updated (e61875d -> 44a3a9c)

Cédric Boutillier boutil at moszumanska.debian.org
Thu May 15 22:33:11 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  e61875d   target unstable
      adds  742dc58   Imported Upstream version 1.0.3
       new  728c358   Merge tag 'upstream/1.0.3'
       new  cd9b726   install bin_safe_yaml as an example
       new  39ae852   fix load_path in safe_yaml binary
       new  30ab201   refresh use_ruby-indentation.patch
       new  20ad68b   prepare changelog
       new  44a3a9c   remove the whole usr/bin directory

The 6 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 -
 CHANGES.md                                |  19 ++++++++
 README.md                                 |   1 +
 bin/safe_yaml                             |  75 ++++++++++++++++++++++++++++++
 checksums.yaml.gz                         | Bin 268 -> 267 bytes
 debian/changelog                          |   9 ++++
 debian/patches/fix_bin_safe_yaml.patch    |  16 +++++++
 debian/patches/series                     |   1 +
 debian/patches/use_ruby-indentation.patch |  10 ++--
 debian/ruby-safe-yaml.examples            |   1 +
 debian/rules                              |   4 ++
 lib/safe_yaml.rb                          |  14 +++---
 lib/safe_yaml/libyaml_checker.rb          |  36 ++++++++++++++
 lib/safe_yaml/load.rb                     |  50 ++++++++++----------
 lib/safe_yaml/parse/date.rb               |   2 +-
 lib/safe_yaml/version.rb                  |   2 +-
 metadata.yml                              |  13 ++++--
 safe_yaml.gemspec                         |   1 +
 spec/libyaml_checker_spec.rb              |  69 +++++++++++++++++++++++++++
 spec/psych_resolver_spec.rb               |   2 +-
 spec/resolver_specs.rb                    |  27 ++++++++++-
 spec/safe_yaml_spec.rb                    |  10 +---
 spec/spec_helper.rb                       |  23 +++++++--
 spec/syck_resolver_spec.rb                |   2 +-
 spec/transform/base64_spec.rb             |   2 +-
 spec/transform/to_date_spec.rb            |   4 +-
 spec/transform/to_float_spec.rb           |   2 +-
 spec/transform/to_integer_spec.rb         |   2 +-
 spec/transform/to_symbol_spec.rb          |   2 +-
 spec/yaml_spec.rb                         |   2 +-
 30 files changed, 332 insertions(+), 70 deletions(-)
 create mode 100755 bin/safe_yaml
 create mode 100644 debian/patches/fix_bin_safe_yaml.patch
 create mode 100644 debian/ruby-safe-yaml.examples
 create mode 100644 lib/safe_yaml/libyaml_checker.rb
 create mode 100644 spec/libyaml_checker_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