[DRE-commits] [ruby-base62] branch master updated (a517cb0 -> 76bbf18)

Thomas Bechtold toabctl at moszumanska.debian.org
Sat Feb 8 08:34:28 UTC 2014


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

toabctl pushed a change to branch master
in repository ruby-base62.

      from  a517cb0   * Release to unstable * Fix short description * Add VCS-FIelds
       new  b64cf8d   Imported Upstream version 1.0.0
       new  b85f69e   Merge tag 'upstream/1.0.0'
       new  76bbf18   New upstream release.

The 3 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                  |   2 +
 History.txt => CHANGELOG.md |  10 ++--
 Gemfile                     |   4 ++
 LICENSE.txt                 |  22 ++++++++
 README.md                   |  37 ++++++++++++
 README.rdoc                 |  47 ----------------
 README.txt                  |  47 ----------------
 Rakefile                    |  10 ++++
 base62.gemspec              |  25 +++++++++
 checksums.yaml.gz           | Bin 0 -> 426 bytes
 debian/changelog            |  13 +++++
 debian/control              |   9 ++-
 debian/ruby-base62.docs     |   2 +-
 debian/ruby-test-files.yaml |   3 -
 debian/ruby-tests.rb        |   2 +
 lib/base62.rb               | 115 +++++++++-----------------------------
 lib/base62/integer.rb       |   5 ++
 lib/base62/string.rb        |   5 ++
 lib/base62/version.rb       |   6 +-
 metadata.yml                | 133 ++++++++++++++++++++++++--------------------
 test/base62_test.rb         |  52 +++++++++++++++++
 test/test_base62.rb         |  17 ------
 test/test_helper.rb         |   4 +-
 23 files changed, 291 insertions(+), 279 deletions(-)
 create mode 100644 .gitignore
 rename History.txt => CHANGELOG.md (66%)
 create mode 100644 Gemfile
 create mode 100644 LICENSE.txt
 create mode 100644 README.md
 delete mode 100644 README.rdoc
 delete mode 100644 README.txt
 create mode 100644 Rakefile
 create mode 100644 base62.gemspec
 create mode 100644 checksums.yaml.gz
 delete mode 100644 debian/ruby-test-files.yaml
 create mode 100644 debian/ruby-tests.rb
 create mode 100644 lib/base62/integer.rb
 create mode 100644 lib/base62/string.rb
 create mode 100644 test/base62_test.rb
 delete mode 100644 test/test_base62.rb

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



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