Skip to content

Commit

Permalink
Update vkontakte_client.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Aug 8, 2021
1 parent e74fc26 commit c6a86c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vkontakte_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'vkontakte/version'
Gem::Specification.new do |gem|
gem.authors = ['Anton Maminov']
gem.email = ['[email protected]']
gem.description = 'Unofficial VKontakte Client for Ruby'
gem.summary = 'Unofficial VKontakte Client for Ruby'
gem.description = 'VKontakte API Client for Ruby'
gem.summary = 'Unofficial VKontakte API Client for Ruby'
gem.homepage = 'https://github.com/mamantoha/vkontakte_client'
gem.licenses = ['MIT']

Expand All @@ -18,8 +18,8 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = Vkontakte::VERSION
gem.required_ruby_version = '>= 2.7.0'
gem.add_runtime_dependency('mechanize')
gem.add_runtime_dependency('socksify')
gem.add_development_dependency('pry')
gem.add_development_dependency('rubocop')
gem.add_runtime_dependency 'mechanize', '~> 2.8', '>= 2.8.0'
gem.add_runtime_dependency 'socksify', '~> 1.7', '>= 1.7.0'
gem.add_development_dependency 'pry', '~> 0.14', '>= 0.14.0'
gem.add_development_dependency 'rubocop', '~> 1.18', '>= 1.18.0'
end

0 comments on commit c6a86c9

Please sign in to comment.