Skip to content

Commit 9f75ac2

Browse files
committed
v2.3.0
1 parent b15221c commit 9f75ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

string_pattern.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'string_pattern'
3-
s.version = '2.2.3'
3+
s.version = '2.3.0'
44
s.summary = "Generate easily random strings following a simple pattern or regular expression. '10-20:Xn/x/'.generate #>qBstvc6JN8ra. Also generate words in English or Spanish. Perfect to be used in test data factories."
55
s.description = "Easily generate strings supplying a very simple pattern. '10-20:Xn/x/'.generate #>qBstvc6JN8ra. Generate random strings using a regular expression (Regexp): /[a-z0-9]{2,5}\w+/.gen . Also generate words in English or Spanish. Perfect to be used in test data factories. Also, validate if a text fulfills a specific pattern or even generate a string following a pattern and returning the wrong length, value... for testing your applications."
66
s.authors = ["Mario Ruiz"]

0 commit comments

Comments
 (0)