From 0f8c5ac26f3aaabb572e792d768386467117a269 Mon Sep 17 00:00:00 2001 From: Ermolaev Andrey Date: Sat, 28 Sep 2024 15:06:35 +0300 Subject: [PATCH] bump 1.0.0 --- Gemfile.lock | 2 +- active_dry_form.gemspec | 5 ++--- lib/active_dry_form/version.rb | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1800ad5..4df1c98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GIT PATH remote: . specs: - active_dry_form (0.1.0) + active_dry_form (1.0.0) actionpack activerecord dry-configurable diff --git a/active_dry_form.gemspec b/active_dry_form.gemspec index d596589..deb2c1f 100644 --- a/active_dry_form.gemspec +++ b/active_dry_form.gemspec @@ -43,7 +43,6 @@ Gem::Specification.new do |spec| spec.add_dependency 'dry-configurable' spec.add_dependency 'dry-monads' spec.add_dependency 'dry-validation' - spec.metadata = { - 'rubygems_mfa_required' => 'true', - } + + spec.metadata['rubygems_mfa_required'] = 'true' end diff --git a/lib/active_dry_form/version.rb b/lib/active_dry_form/version.rb index 530a0fe..b94fd74 100644 --- a/lib/active_dry_form/version.rb +++ b/lib/active_dry_form/version.rb @@ -2,6 +2,6 @@ module ActiveDryForm - VERSION = '0.1.0' + VERSION = '1.0.0' end