[DRE-commits] [ruby-ipaddress] branch master updated (adb6af9 -> 57c83a3)
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 change to branch master
in repository ruby-ipaddress.
from adb6af9 Run wrap-and-sort on packaging files
adds 8241f96 Imported Upstream version 0.8.3
new ae5406c Merge tag 'upstream/0.8.3'
new 641a2ce d/changelog: new upstream release 0.8.3
new f6074b2 Drop unnecessary 001-fix-tests-strings-encoding patch
new 57c83a3 Prepare version 0.8.3-1 to unstable
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 | 18 +++
.rock.yml | 5 +
CHANGELOG.rdoc | 15 +++
Gemfile | 3 +
LICENSE => LICENSE.txt | 2 +-
README.rdoc | 175 ++++++++++++++++----------
Rakefile | 21 +---
VERSION | 1 -
debian/changelog | 18 +++
debian/patches/001-fix-tests-strings-encoding | 28 -----
debian/patches/series | 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 +-
25 files changed, 673 insertions(+), 328 deletions(-)
create mode 100644 .gitignore
create mode 100644 .rock.yml
create mode 100644 Gemfile
rename LICENSE => LICENSE.txt (96%)
delete mode 100644 VERSION
delete mode 100644 debian/patches/001-fix-tests-strings-encoding
delete mode 100644 debian/patches/series
create mode 100644 lib/ipaddress/mongoid.rb
create mode 100644 lib/ipaddress/version.rb
delete mode 100644 metadata.yml
create mode 100644 test/ipaddress/mongoid_test.rb
--
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