Skip to content

Commit

Permalink
🚀 Gem published on rubygems.org & Readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
murat committed Aug 30, 2017
1 parent b3494b7 commit c97d61e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# TorS

[![Licence](https://img.shields.io/github/license/muratbsts/tors.svg)](https://github.com/muratbsts/kaca/blob/master/LICENCE)
[![Release](https://img.shields.io/github/release/muratbsts/tors.svg)](https://github.com/muratbsts/kaca/releases)
[![Build](https://travis-ci.org/muratbsts/tors.svg?branch=master)](https://travis-ci.org/muratbsts/kaca)
[![Issues](https://img.shields.io/github/issues/muratbsts/tors.svg)](https://github.com/muratbsts/kaca/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/muratbsts/tors.svg)](https://github.com/muratbsts/kaca/pulls)

[![Downloads](https://img.shields.io/gem/dt/tors.svg)](https://rubygems.org/gems/kaca)

Yet another torrent searching application for your command line.
But this has an option for automatically download the best torrent.

Expand Down
Binary file added tors-0.1.0.gem
Binary file not shown.
2 changes: 1 addition & 1 deletion tors.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'nokogiri', '~> 1.8.0'
spec.add_dependency 'nokogiri', '~> 1.8', '>= 1.8.0'
spec.add_dependency 'colorize', '~> 0.8.1'
spec.add_dependency 'tty-table', '~> 0.8.0'
spec.add_dependency 'tty-prompt', '~> 0.13.1'
Expand Down

0 comments on commit c97d61e

Please sign in to comment.