From 33a1a971a9ae0f11bb144c8be37dc0a3ac104ef2 Mon Sep 17 00:00:00 2001 From: jxy_git Date: Fri, 22 Apr 2022 09:48:31 +0800 Subject: [PATCH] Modify changelog and add yaml file --- rubygem-regexp_property_values.spec | 7 +++++-- rubygem-regexp_property_values.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 rubygem-regexp_property_values.yaml diff --git a/rubygem-regexp_property_values.spec b/rubygem-regexp_property_values.spec index a280dfd..9d9ab71 100644 --- a/rubygem-regexp_property_values.spec +++ b/rubygem-regexp_property_values.spec @@ -2,7 +2,7 @@ Name: rubygem-%{gem_name} Version: 1.0.0 -Release: 1 +Release: 2 Summary: Inspect property values supported by Ruby's regex engine License: MIT URL: https://github.com/jaynetics/regexp_property_values @@ -77,5 +77,8 @@ popd %{gem_instdir}/regexp_property_values.gemspec %changelog -* Mon Nov 29 2021 houyingchao - 1.0.0-1 +* Fri Apr 22 2022 jiangxinyu - 1.0.0-2 +- Modify changelog and add yaml file + +* Mon Nov 29 2021 houyingchao - 1.0.0-1 - Init package diff --git a/rubygem-regexp_property_values.yaml b/rubygem-regexp_property_values.yaml new file mode 100644 index 0000000..ae06e69 --- /dev/null +++ b/rubygem-regexp_property_values.yaml @@ -0,0 +1,4 @@ +version_control: rubygems +src_repo: regexp_property_values +tag_prefix: "^v" +separator: "."