From 9c3d3fda03bb5198efd350d06071b6e83ee77595 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Wed, 14 Aug 2024 11:04:51 -0500 Subject: [PATCH] bump stable --- lib/transition_through/version.rb | 2 +- transition_through.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/transition_through/version.rb b/lib/transition_through/version.rb index e503812..3d67ee3 100644 --- a/lib/transition_through/version.rb +++ b/lib/transition_through/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TransitionThrough - VERSION = '1.0.0-rc.1' + VERSION = '1.0.0' end diff --git a/transition_through.gemspec b/transition_through.gemspec index 8b65bd2..b8e93c3 100644 --- a/transition_through.gemspec +++ b/transition_through.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.authors = ['Zeke Gabrielse'] spec.email = ['oss@keygen.sh'] spec.summary = 'Assert state changes in sequence. Like change{}, but for asserting multiple changes in RSpec.' - spec.description = 'Assert state changes through multiple values for an object, enabling you to test complex state transitions in sequence.' + spec.description = 'Assert state changes through multiple values for an object, enabling you to test complex state transitions in sequence with RSpec.' spec.homepage = 'https://github.com/keygen-sh/transition_through' spec.license = 'MIT'