[DRE-commits] [ruby-toml] branch master updated (0532114 -> 9a08d51)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Jul 23 01:49:46 UTC 2015


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

uwabami-guest pushed a change to branch master
in repository ruby-toml.

      from  0532114   Update debian/changelog
       new  c899531   Update debian/watch: use Github as upstream
      adds  e212064   Imported Upstream version 0.1.1
      adds  21d0ded   Imported Upstream version 0.1.2
       new  569f0b5   Merge tag 'upstream/0.1.2'
       new  04dd6d5   Bump Standard Version: 3.9.6
       new  9a08d51   Update debian/changelog

The 4 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                            |   5 ++
 .travis.yml                           |   6 ++
 CHANGELOG.md                          |  11 ++++
 Rakefile                              |  99 ++------------------------------
 checksums.yaml.gz                     | Bin 268 -> 0 bytes
 debian/changelog                      |  11 ++++
 debian/compat                         |   2 +-
 debian/control                        |   4 +-
 debian/watch                          |   3 +-
 lib/toml.rb                           |   3 +-
 lib/toml/generator.rb                 |  50 +---------------
 lib/toml/monkey_patch.rb              |  87 +++++++++++++++++++++++-----
 lib/toml/parslet.rb                   |   7 ++-
 lib/toml/version.rb                   |   3 +
 metadata.yml                          | 105 ----------------------------------
 script/toml-test-decoder-interface.rb |  50 ++++++++++++++++
 script/toml-test-encoder-interface.rb |  44 ++++++++++++++
 test/test_generator.rb                |  30 ++++++++--
 toml.gemspec                          |  62 +++-----------------
 19 files changed, 253 insertions(+), 329 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 CHANGELOG.md
 delete mode 100644 checksums.yaml.gz
 create mode 100644 lib/toml/version.rb
 delete mode 100644 metadata.yml
 create mode 100755 script/toml-test-decoder-interface.rb
 create mode 100755 script/toml-test-encoder-interface.rb

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



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