From a1d89c280f58862f8ce5edd78f58260b86f89eaa Mon Sep 17 00:00:00 2001 From: dennyabraham Date: Mon, 21 Oct 2024 09:05:23 -0400 Subject: [PATCH] update gemspec --- rantly.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rantly.gemspec b/rantly.gemspec index f0a1b8f..fe5489b 100644 --- a/rantly.gemspec +++ b/rantly.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'rantly' s.summary = 'Ruby Imperative Random Data Generator and Quickcheck' s.homepage = 'https://github.com/rantly-rb/rantly' - s.version = '2.0.0' + s.version = '3.0.0' s.license = 'MIT' s.require_paths = ['lib'] s.authors = ['Ana María Martínez Gómez', 'Howard Yeh', 'Anthony Bargnesi', 'Eric Bischoff']