From bb913a459f95ec7ff148a00bc023b8cd120a7d6a Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 19 Sep 2014 07:48:18 -0600 Subject: [PATCH] Update to Asciidoctor 1.5.1 --- .gitignore | 1 + rubygem-asciidoctor.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 775585b..6252074 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /asciidoctor-0.1.4.gem /asciidoctor-1.5.0.gem +/asciidoctor-1.5.1.gem diff --git a/rubygem-asciidoctor.spec b/rubygem-asciidoctor.spec index 47f5419..fc3c223 100644 --- a/rubygem-asciidoctor.spec +++ b/rubygem-asciidoctor.spec @@ -5,7 +5,7 @@ Summary: A fast, open source AsciiDoc implementation in Ruby Name: rubygem-%{gem_name} -Version: 1.5.0 +Version: 1.5.1 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -118,6 +118,9 @@ cp -pa .%{gem_instdir}/compat/* \ %doc %{gem_docdir} %changelog +* Fri Sep 19 2014 Ken Dreyer - 1.5.1-1 +- Update to Asciidoctor 1.5.1 + * Tue Sep 09 2014 Ken Dreyer - 1.5.0-1 - Update to Asciidoctor 1.5.0 final diff --git a/sources b/sources index 575ce78..efd224d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df97ac4da2ab311655a9de6ca7535e41 asciidoctor-1.5.0.gem +ed27b042bac9d6de0c10cf0325e5182d asciidoctor-1.5.1.gem