Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fizvlad committed Sep 3, 2019
1 parent f14231c commit 9d67a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vk_music.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Gem::Specification.new do |s|
s.name = "vk_music"
s.summary = "Provides interface to work with VK music via HTTP requests"
s.description = "Library to work with audios on popular Russian social network vk.com. VK disabled their public API for audios, so it is now necessary to use parsers instead."
s.version = "2.1.2"
s.version = "2.1.3"
s.author = "Kuznetsov Vladislav"
s.email = "[email protected]"
s.homepage = "https://github.com/fizvlad/vk-music-rb"
s.platform = Gem::Platform::RUBY
s.required_ruby_version = ">=2.3.1"
s.files = Dir[ "lib/**/**", "test/**/**", "LICENSE", "Rakefile", "README.md", "vk_music.gemspec" ]
s.files = Dir[ "bin/**/**", "lib/**/**", "test/**/**", "LICENSE", "Rakefile", "README.md", "vk_music.gemspec" ]
s.test_files = Dir[ "test/test*.rb" ]
s.license = "MIT"

Expand Down

0 comments on commit 9d67a4f

Please sign in to comment.