public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/safe_yaml: safe_yaml-1.0.1.ebuild ChangeLog
@ 2014-02-19  1:31 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-02-19  1:31 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/02/19 01:31:27

  Modified:             ChangeLog
  Added:                safe_yaml-1.0.1.ebuild
  Log:
  Version bump from ruby-overlay. Thanks to Peter Wilmott (p8952).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.8                  dev-ruby/safe_yaml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	20 Nov 2013 14:48:15 -0000	1.7
+++ ChangeLog	19 Feb 2014 01:31:27 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/safe_yaml
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.7 2013/11/20 14:48:15 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.8 2014/02/19 01:31:27 mrueg Exp $
+
+*safe_yaml-1.0.1 (19 Feb 2014)
+
+  19 Feb 2014;  <mrueg@gentoo.org> +safe_yaml-1.0.1.ebuild:
+  Version bump from ruby-overlay. Thanks to Peter Wilmott (p8952).
 
 *safe_yaml-0.9.7-r2 (20 Nov 2013)
 



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

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

Index: safe_yaml-1.0.1.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.1.ebuild,v 1.1 2014/02/19 01:31:27 mrueg Exp $

EAPI=5

USE_RUBY="ruby18 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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-19  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19  1:31 [gentoo-commits] gentoo-x86 commit in dev-ruby/safe_yaml: safe_yaml-1.0.1.ebuild ChangeLog Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox