[DRE-commits] [ruby-crack] branch master updated (628ee60 -> 057aae4)

Cédric Boutillier boutil at alioth.debian.org
Thu Oct 3 13:44:19 UTC 2013


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

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

      from  628ee60   target unstable
      adds  9cbc0e7   Imported Upstream version 0.4.1
       new  0e51a95   Merge tag 'upstream/0.4.1'
       new  8c71a97   Build-depend on ruby-minitest instead of ruby-shoulda
       new  b8add98   drop patches, not needed anymore
       new  d68efa4   README is now markdown
       new  057aae4   prepare changelog

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                                         |    8 +
 Gemfile                                            |    6 +
 README.md                                          |   44 +++++
 README.rdoc                                        |   42 ----
 Rakefile                                           |   32 ---
 crack.gemspec                                      |   63 ++----
 debian/changelog                                   |   11 ++
 debian/control                                     |    2 +-
 debian/patches/dont_call_gem                       |   18 --
 debian/patches/no-rubygems-need-rexml.patch        |   20 --
 debian/patches/series                              |    3 -
 debian/patches/use_syck_in_tests_with_ruby19.patch |   23 ---
 debian/ruby-crack.docs                             |    2 +-
 lib/crack.rb                                       |    1 -
 lib/crack/json.rb                                  |   33 +++-
 lib/crack/version.rb                               |    3 +
 lib/crack/xml.rb                                   |   18 +-
 metadata.yml                                       |   84 --------
 script/bootstrap                                   |   21 ++
 script/release                                     |   42 ++++
 script/test                                        |   25 +++
 test/crack_test.rb                                 |    4 -
 test/hash_test.rb                                  |   40 ++--
 test/json_test.rb                                  |   47 ++---
 test/parser_test.rb                                |   26 +--
 test/string_test.rb                                |   34 ++--
 test/test_helper.rb                                |   13 +-
 test/xml_test.rb                                   |  208 +++++++++++---------
 28 files changed, 404 insertions(+), 469 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 Gemfile
 create mode 100644 README.md
 delete mode 100644 README.rdoc
 delete mode 100644 Rakefile
 delete mode 100644 debian/patches/dont_call_gem
 delete mode 100644 debian/patches/no-rubygems-need-rexml.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/use_syck_in_tests_with_ruby19.patch
 create mode 100644 lib/crack/version.rb
 delete mode 100644 metadata.yml
 create mode 100755 script/bootstrap
 create mode 100755 script/release
 create mode 100755 script/test
 delete mode 100644 test/crack_test.rb

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



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