Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwellll committed Oct 5, 2024
1 parent 97d7138 commit dbb4978
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions valerie.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'valerie'
s.version = '0.0.1'
s.summary = 'VCard (Contact Card) parser and generator.'
s.version = '0.0.2'
s.summary = 'Easily parse and generate VCard (Contact Card) objects that can be exported to other systems with ease.'
s.description = 'VCard (Contact Card) parser and generator.'
s.authors = ['Hellotext', 'Ahmed Khattab']
s.files = 'lib/valerie.rb'
Expand All @@ -10,6 +10,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 3.3.0'

s.add_development_dependency 'minitest'
s.add_development_dependency 'rake'
s.add_development_dependency 'minitest', '~> 5.14'
s.add_development_dependency 'rake', '~> 13.0'
end

0 comments on commit dbb4978

Please sign in to comment.