Skip to content

Commit

Permalink
bump 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ermolaev committed Sep 28, 2024
1 parent 2e27490 commit 0f8c5ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GIT
PATH
remote: .
specs:
active_dry_form (0.1.0)
active_dry_form (1.0.0)
actionpack
activerecord
dry-configurable
Expand Down
5 changes: 2 additions & 3 deletions active_dry_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/active_dry_form/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveDryForm

VERSION = '0.1.0'
VERSION = '1.0.0'

end

0 comments on commit 0f8c5ac

Please sign in to comment.