mrueg       14/04/25 00:05:58

  Modified:             ChangeLog
  Added:                safe_yaml-1.0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.11                 dev-ruby/safe_yaml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   7 Apr 2014 13:47:20 -0000       1.10
+++ ChangeLog   25 Apr 2014 00:05:58 -0000      1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/safe_yaml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.10 
2014/04/07 13:47:20 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.11 
2014/04/25 00:05:58 mrueg Exp $
+
+*safe_yaml-1.0.3 (25 Apr 2014)
+
+  25 Apr 2014; Manuel RĂ¼ger <[email protected]> +safe_yaml-1.0.3.ebuild:
+  Version bump.
 
 *safe_yaml-1.0.2 (07 Apr 2014)
 



1.1                  dev-ruby/safe_yaml/safe_yaml-1.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.3.ebuild?rev=1.1&content-type=text/plain

Index: safe_yaml-1.0.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.3.ebuild,v 
1.1 2014/04/25 00:05:58 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 jruby"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_RECIPE_TEST="none"

inherit ruby-fakegem

DESCRIPTION="Parse YAML safely, without that pesky arbitrary object 
deserialization vulnerability"
HOMEPAGE="https://dtao.github.com/safe_yaml";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

ruby_add_bdepend "test? ( dev-ruby/hashie
        dev-ruby/heredoc_unindent
        dev-ruby/rspec:2 )"

each_ruby_test() {
        # Run specs with monkeypatch
        ${RUBY} -S rspec --tag ~libraries || die

        # Running specs without monkeypatch
        ${RUBY} -S rspec --tag libraries || die
}




Reply via email to