File: 0002-update-version.patch

package info (click to toggle)
ruby-validates-hostname 1.0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: ruby: 774; makefile: 3
file content (54 lines) | stat: -rw-r--r-- 1,943 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
From 16280e12bae6e0741bd1bb073ea013442d0a33eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kim=20N=C3=B8rgaard?= <kn@netic.dk>
Date: Fri, 14 Oct 2022 10:59:33 +0200
Subject: [PATCH] fix gemspec, update changelog, push 1.0.13

---
 CHANGELOG.rdoc                    | 2 ++
 lib/validates_hostname/version.rb | 2 +-
 validates_hostname.gemspec        | 8 ++++----
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index ce6fbe9..f9634bb 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,2 +1,4 @@
+* 1.0.13 [2022-10-14] - allow for conditional validation, controlled with model method
+* 1.0.11 [2020-08-18] - fixes for ruby 2.7
 * 1.0.0 [2011-01-12]
 * Initial commit
diff --git a/lib/validates_hostname/version.rb b/lib/validates_hostname/version.rb
index c3eedcf..ed0a650 100644
--- a/lib/validates_hostname/version.rb
+++ b/lib/validates_hostname/version.rb
@@ -1,5 +1,5 @@
 module PAK
   module ValidatesHostname
-    VERSION = '1.0.12'
+    VERSION = '1.0.13'
   end
 end
diff --git a/validates_hostname.gemspec b/validates_hostname.gemspec
index 8fe3980..a93929f 100644
--- a/validates_hostname.gemspec
+++ b/validates_hostname.gemspec
@@ -1,14 +1,14 @@
 # -*- encoding: utf-8 -*-
-# stub: validates_hostname 1.0.12 ruby lib
+# stub: validates_hostname 1.0.13 ruby lib
 
 Gem::Specification.new do |s|
   s.name = "validates_hostname".freeze
-  s.version = "1.0.12"
+  s.version = "1.0.13"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
   s.require_paths = ["lib".freeze]
-  s.authors = ["Kim N\u00F8rgaard".freeze]
-  s.date = "2020-02-18"
+  s.authors = ["Kim Nøgaard".freeze]
+  s.date = "2022-10-14"
   s.description = "Extension to ActiveRecord::Base for validating hostnames".freeze
   s.email = "jasen@jasen.dk".freeze
   s.extra_rdoc_files = ["README.rdoc".freeze, "CHANGELOG.rdoc".freeze, "MIT-LICENSE".freeze]