README.md in awesome_bot-1.0.0 vs README.md in awesome_bot-1.1.0

- old
+ new

@@ -9,19 +9,19 @@ [![Build Status](https://travis-ci.org/dkhamsing/awesome_bot.svg)](https://travis-ci.org/dkhamsing/awesome_bot) [![Gem Version](https://badge.fury.io/rb/awesome_bot.svg)](https://badge.fury.io/rb/awesome_bot) ## Installation -Add this line to your application's Gemfile: +Add this line to your application's Gemfile - gem 'awesome_bot', '~> 0.1' + gem 'awesome_bot' -And then execute: +And then execute $ bundle -Or install it yourself as: +Or install it yourself as $ gem install awesome_bot ## Usage @@ -36,11 +36,11 @@ => [false, [{"url"=>"http://gph.is/1gU5itl", "status"=>301},..] # returning false, statuses and dupes if there are errors # otherwise returning true ``` -More information at [rubydoc](http://www.rubydoc.info/gems/awesome_bot/0.1.0). +More information at [rubydoc](http://www.rubydoc.info/gems/awesome_bot/1.1.0). ### Command Line awesome_bot <file> [--allow-dupe] [--white-list item1,item2,..] @@ -108,16 +108,12 @@ ``` language: ruby rvm: - 2.2 before_script: - - wget https://codeload.github.com/dkhamsing/awesome_bot/tar.gz/master -O /tmp/temp.tar.gz - - tar -xvf /tmp/temp.tar.gz - - export PATH=$PATH:$PWD/awesome_bot-master/bin/ - - cd awesome_bot-master - - bundle install -script: - - awesome_bot ../README.md + - gem install awesome_bot +script: + - awesome_bot README.md ``` ## Credits - `faraday`, `parallel` and [more](awesome_bot.gemspec)