This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|