[DRE-commits] [ruby-ipaddress] 01/04: Merge tag 'upstream/0.8.3'

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Mar 5 21:40:22 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository ruby-ipaddress.

commit ae5406c7827a3bd902741c3b5af83ddc0b443441
Merge: adb6af9 8241f96
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Mar 5 18:25:31 2016 -0300

    Merge tag 'upstream/0.8.3'
    
    Upstream version 0.8.3
    
    # gpg: Signature made Sat 05 Mar 2016 06:25:28 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 8ED6 C3F8 BAC9 DB7F C130  A870 F823 A272 9883 C97C

 .gitignore                     |  18 +++++
 .rock.yml                      |   5 ++
 CHANGELOG.rdoc                 |  15 ++++
 Gemfile                        |   3 +
 LICENSE => LICENSE.txt         |   2 +-
 README.rdoc                    | 175 +++++++++++++++++++++++++----------------
 Rakefile                       |  21 +----
 VERSION                        |   1 -
 ipaddress.gemspec              |  69 +++++-----------
 lib/ipaddress.rb               |  47 ++++++++---
 lib/ipaddress/ipv4.rb          | 138 ++++++++++++++++++++++++++++----
 lib/ipaddress/ipv6.rb          |   9 +++
 lib/ipaddress/mongoid.rb       |  75 ++++++++++++++++++
 lib/ipaddress/prefix.rb        |   4 +-
 lib/ipaddress/version.rb       |   3 +
 metadata.yml                   |  67 ----------------
 test/ipaddress/ipv4_test.rb    | 114 +++++++++++++++++++++------
 test/ipaddress/ipv6_test.rb    |  50 ++++++------
 test/ipaddress/mongoid_test.rb |  70 +++++++++++++++++
 test/ipaddress/prefix_test.rb  |  14 +---
 test/ipaddress_test.rb         |  41 ++++++++--
 test/test_helper.rb            |  13 ++-
 22 files changed, 655 insertions(+), 299 deletions(-)

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



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