awesome_bot 1.16.0 → 1.16.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9af72ee336b052bf87a013c876f0a9bdafc25c70
4
- data.tar.gz: 756eb8577b75cdb81e284a862ec3db91b52f246a
3
+ metadata.gz: fec710af38ac546981bf0701c1d72a5960a1a9e7
4
+ data.tar.gz: 68960166120b68f208bd5d8a4668a4a01e15d832
5
5
  SHA512:
6
- metadata.gz: 48ed0e912d2bb3f92f00f7cc712065c249763e4f5e8e33c5ff7e4cd72d8744d26eb028278d17dbe27f391bb91fcf5c05e2139f2b48171df1a4d8fba518c0d01b
7
- data.tar.gz: 189249162e3449417fcf5c408bf68f2d8fcf11f86f30b1da6a812fc4f3cb265368df15144ae824383b6c812839432762a17d6c78e2acc2449dc58742e5c35d49
6
+ metadata.gz: 88bce7b601dbc7c8e111cd4105477b0be7543428e05b7738746f92c8e653c86e31353cbd9cf2843afd6c554758ba9765947eccfbf1a51d524c85402ea3546250
7
+ data.tar.gz: b1eada79f6138649ee188b7f171cbc8cc37b1aa046ad97edd5cf52d8d1b9131a704ead4b67fa8b8cada24caebc17f2f288e554e5e6832ba48d6dd1623ce8283f
@@ -1,6 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2
3
+ - ruby-2.4.1
4
4
  before_script:
5
5
  - rake install
6
6
  script:
@@ -2,6 +2,10 @@
2
2
 
3
3
  Changes by [Daniel Khamsing][] unless otherwise noted.
4
4
 
5
+ # 1.16.1
6
+
7
+ - update dependencies
8
+
5
9
  # 1.16.0
6
10
 
7
11
  - add `--base-url` option (check markdown relative links)
data/Gemfile CHANGED
@@ -1,5 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
- gem 'rspec_junit_formatter', '0.2.2' # test meta data / ci
5
- gem 'rspec', '~> 3.4.0' # tests'
4
+ gem 'rspec_junit_formatter', '0.2.3' # test meta data / ci
5
+ gem 'rspec', '3.6.0' # tests'
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
21
21
 
22
22
  spec.required_ruby_version = '>= 2.0.0'
23
23
 
24
- spec.add_runtime_dependency 'parallel', '~> 1.8' # threading
24
+ spec.add_runtime_dependency 'parallel', '1.11.2' # threading
25
25
  end
data/circle.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  machine:
2
2
  ruby:
3
- version: 2.2.0
3
+ version: 2.4.1
4
4
  test:
5
5
  override:
6
6
  - bundle exec rspec -fd --color -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
@@ -5,5 +5,5 @@ module AwesomeBot
5
5
  'Great for "awesome" projects.'
6
6
  PROJECT_URL = 'https://github.com/dkhamsing/awesome_bot'
7
7
 
8
- VERSION = '1.16.0'
8
+ VERSION = '1.16.1'
9
9
  end
@@ -1,114 +1,127 @@
1
1
  tiimgreen/github-cheat-sheet
2
2
  vsouza/awesome-ios
3
- bayandin/awesome-awesomeness
4
3
  enaqx/awesome-react
4
+ bayandin/awesome-awesomeness
5
+ toddmotto/public-apis
5
6
  herrbischoff/awesome-osx-command-line
6
7
  ziadoz/awesome-php
7
- toddmotto/public-apis
8
8
  matteocrippa/awesome-swift
9
9
  wsargent/docker-cheat-sheet
10
- cjwirth/awesome-ios-ui
11
10
  alebcay/awesome-shell
11
+ cjwirth/awesome-ios-ui
12
12
  abhishekbanthia/Public-APIs
13
13
  gztchan/awesome-design
14
14
  veggiemonk/awesome-docker
15
15
  hangtwenty/dive-into-machine-learning
16
- neutraltone/awesome-stock-resources
17
16
  iCHAIT/awesome-macOS
17
+ neutraltone/awesome-stock-resources
18
18
  pcqpcq/open-source-android-apps
19
- hsavit1/Awesome-Swift-Education
20
19
  rosarior/awesome-django
20
+ kdeldycke/awesome-falsehood
21
21
  n1trux/awesome-sysadmin
22
+ hsavit1/Awesome-Swift-Education
23
+ k4m4/terminals-are-sexy
22
24
  chiraggude/awesome-laravel
23
- ellisonleao/magictools
25
+ AngularClass/awesome-angular
24
26
  JStumpp/awesome-android
25
- humiaozuzu/awesome-flask
27
+ ellisonleao/magictools
26
28
  j-delaney/easy-application
27
- AngularClass/awesome-angular
28
29
  chentsulin/awesome-graphql
29
- willianjusten/awesome-svg
30
- dhamaniasad/awesome-postgres
31
- dariubs/GoBooks
30
+ humiaozuzu/awesome-flask
32
31
  mfornos/awesome-microservices
33
32
  bnb/awesome-hyper
33
+ dariubs/GoBooks
34
+ dhamaniasad/awesome-postgres
35
+ willianjusten/awesome-svg
34
36
  unixorn/awesome-zsh-plugins
37
+ mmccaff/PlacesToPostYourStartup
38
+ rshipp/awesome-malware-analysis
35
39
  pazguille/offline-first
36
40
  isRuslan/awesome-elm
37
- rshipp/awesome-malware-analysis
41
+ viatsko/awesome-vscode
38
42
  ashishb/android-security-awesome
39
43
  webpro/awesome-dotfiles
44
+ uraimo/Awesome-Swift-Playgrounds
40
45
  arslanbilal/git-cheat-sheet
41
46
  greatghoul/remote-working
42
- dahlia/awesome-sqlalchemy
47
+ KotlinBy/awesome-kotlin
43
48
  ekremkaraca/awesome-rails
44
- lerrua/remote-jobs-brazil
45
- uraimo/Awesome-Swift-Playgrounds
49
+ dahlia/awesome-sqlalchemy
46
50
  lnishan/awesome-competitive-programming
47
- sitepoint/awesome-symfony
48
- KotlinBy/awesome-kotlin
51
+ lerrua/remote-jobs-brazil
52
+ willianjusten/awesome-audio-visualization
53
+ sitepoint-editors/awesome-symfony
49
54
  fasouto/awesome-dataviz
50
- wbinnssmith/awesome-promises
51
- sotayamashita/awesome-css
52
55
  matiassingers/awesome-readme
53
- watson/awesome-computer-history
54
- stefanbuck/awesome-browser-extensions-for-github
55
- kciter/awesome-style-guide
56
+ sotayamashita/awesome-css
56
57
  ramitsurana/awesome-kubernetes
57
- diegocard/awesome-html5
58
+ wbinnssmith/awesome-promises
59
+ nikgraf/awesome-draft-js
60
+ stefanbuck/awesome-browser-extensions-for-github
61
+ watson/awesome-computer-history
58
62
  HQarroum/awesome-iot
59
63
  hackerkid/Mind-Expanding-Books
64
+ AchoArnold/discount-for-student-dev
60
65
  caesar0301/awesome-pcaptools
61
- dotfiles/dotfiles.github.com
66
+ diegocard/awesome-html5
67
+ kciter/awesome-style-guide
62
68
  afonsopacifer/awesome-flexbox
63
- AchoArnold/discount-for-student-dev
69
+ dotfiles/dotfiles.github.com
64
70
  RichardLitt/awesome-conferences
65
71
  FriendsOfCake/awesome-cakephp
66
- matteofigus/awesome-speaking
72
+ arbox/nlp-with-ruby
67
73
  aleksandar-todorovic/awesome-c
68
74
  ipfs/awesome-ipfs
75
+ benoitjadinon/awesome-xamarin
76
+ matteofigus/awesome-speaking
69
77
  burningtree/awesome-json
70
- vredniy/awesome-newsletters
71
78
  ahkscript/awesome-AutoHotkey
72
- benoitjadinon/awesome-xamarin
79
+ vredniy/awesome-newsletters
73
80
  brunopulis/awesome-a11y
74
81
  jbucaran/awesome-fish
75
82
  hackerkid/bots
83
+ arbox/machine-learning-with-ruby
76
84
  uralbash/awesome-pyramid
77
- sergeyklay/awesome-phalcon
78
- phillipadsmith/awesome-github
79
- yenchenlin1994/awesome-watchos
85
+ phalcon/awesome-phalcon
80
86
  Fr0sT-Brutal/awesome-delphi
81
- iJackUA/awesome-vagrant
87
+ phillipadsmith/awesome-github
88
+ yenchenlin/awesome-watchos
82
89
  mark-rushakoff/awesome-influxdb
90
+ aviaryan/awesome-no-login-web-apps
91
+ arbox/ruby-style-guide
92
+ iJackUA/awesome-vagrant
83
93
  deanhume/typography
84
94
  vinkla/awesome-fuse
85
- aviaryan/awesome-no-login-web-apps
86
95
  notthetup/awesome-webaudio
87
- MakinGiants/awesome-android-learner
88
96
  brabadu/awesome-fonts
89
- christian-bromann/awesome-selenium
90
- filipelinhares/awesome-slack
91
97
  tedyoung/awesome-java8
98
+ MakinGiants/awesome-android-learner
99
+ christian-bromann/awesome-selenium
100
+ busterc/awesome-cordova
92
101
  jjaderg/awesome-postcss
102
+ jakoch/awesome-composer
103
+ filipelinhares/awesome-slack
93
104
  shime/creative-commons-media
94
105
  unixorn/git-extra-commands
95
- jakoch/awesome-composer
106
+ joubertredrat/awesome-devops
96
107
  J2TeaM/awesome-AutoIt
108
+ arbox/rails-style-guide
97
109
  neueda/awesome-neo4j
98
110
  RichardLitt/endangered-languages
111
+ cugu/awesome-forensics
99
112
  rabbiabram/awesome-fortran
100
- joubertredrat/awesome-devops
101
113
  vkarampinis/awesome-icons
102
- yangshun/awesome-spinners
103
114
  wfhio/awesome-job-boards
104
- Jolg42/awesome-typography
115
+ yangshun/awesome-spinners
105
116
  sjfricke/awesome-webgl
117
+ Jolg42/awesome-typography
106
118
  GoogleCloudPlatform/awesome-google-cloud
107
119
  stve/awesome-dropwizard
120
+ stve/awesome-dropwizard
108
121
  ramitsurana/awesome-openstack
122
+ Nipher/awesome-hacktivism
109
123
  ipfs/newsletter
110
124
  ellerbrock/awesome-typescript
111
125
  cdleon/awesome-front-end
112
126
  adriagalin/tools
113
127
  arthurwayne/awesome-pentester
114
- kdeldycke/awesome-falsehood
@@ -1,121 +1,134 @@
1
- # Awesome Status
1
+ # Awesome Status
2
2
 
3
- Build status for **114** projects using https://github.com/dkhamsing/awesome_bot
3
+ Build status for **128** projects using https://github.com/dkhamsing/awesome_bot
4
4
 
5
- Status | Config | Repo
6
- --- | --- | ---
7
- [![Build Status](https://travis-ci.org/tiimgreen/github-cheat-sheet.svg)](https://travis-ci.org/tiimgreen/github-cheat-sheet) | [`config`](https://github.com/tiimgreen/github-cheat-sheet/blob/master/.travis.yml) | [tiimgreen/github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)
8
- [![Build Status](https://travis-ci.org/vsouza/awesome-ios.svg)](https://travis-ci.org/vsouza/awesome-ios) | [`config`](https://github.com/vsouza/awesome-ios/blob/master/.travis.yml) | [vsouza/awesome-ios](https://github.com/vsouza/awesome-ios)
9
- [![Build Status](https://travis-ci.org/bayandin/awesome-awesomeness.svg)](https://travis-ci.org/bayandin/awesome-awesomeness) | [`config`](https://github.com/bayandin/awesome-awesomeness/blob/master/.travis.yml) | [bayandin/awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)
10
- [![Build Status](https://travis-ci.org/enaqx/awesome-react.svg)](https://travis-ci.org/enaqx/awesome-react) | [`config`](https://github.com/enaqx/awesome-react/blob/master/.travis.yml) | [enaqx/awesome-react](https://github.com/enaqx/awesome-react)
11
- [![Build Status](https://travis-ci.org/herrbischoff/awesome-osx-command-line.svg)](https://travis-ci.org/herrbischoff/awesome-osx-command-line) | [`config`](https://github.com/herrbischoff/awesome-osx-command-line/blob/master/.travis.yml) | [herrbischoff/awesome-osx-command-line](https://github.com/herrbischoff/awesome-osx-command-line)
12
- [![Build Status](https://travis-ci.org/ziadoz/awesome-php.svg)](https://travis-ci.org/ziadoz/awesome-php) | [`config`](https://github.com/ziadoz/awesome-php/blob/master/.travis.yml) | [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
13
- [![Build Status](https://travis-ci.org/toddmotto/public-apis.svg)](https://travis-ci.org/toddmotto/public-apis) | [`config`](https://github.com/toddmotto/public-apis/blob/master/.travis.yml) | [toddmotto/public-apis](https://github.com/toddmotto/public-apis)
14
- [![Build Status](https://travis-ci.org/matteocrippa/awesome-swift.svg)](https://travis-ci.org/matteocrippa/awesome-swift) | [`config`](https://github.com/matteocrippa/awesome-swift/blob/master/.travis.yml) | [matteocrippa/awesome-swift](https://github.com/matteocrippa/awesome-swift)
15
- [![Build Status](https://travis-ci.org/wsargent/docker-cheat-sheet.svg)](https://travis-ci.org/wsargent/docker-cheat-sheet) | [`config`](https://github.com/wsargent/docker-cheat-sheet/blob/master/.travis.yml) | [wsargent/docker-cheat-sheet](https://github.com/wsargent/docker-cheat-sheet)
16
- [![Build Status](https://travis-ci.org/cjwirth/awesome-ios-ui.svg)](https://travis-ci.org/cjwirth/awesome-ios-ui) | [`config`](https://github.com/cjwirth/awesome-ios-ui/blob/master/.travis.yml) | [cjwirth/awesome-ios-ui](https://github.com/cjwirth/awesome-ios-ui)
17
- [![Build Status](https://travis-ci.org/alebcay/awesome-shell.svg)](https://travis-ci.org/alebcay/awesome-shell) | [`config`](https://github.com/alebcay/awesome-shell/blob/master/.travis.yml) | [alebcay/awesome-shell](https://github.com/alebcay/awesome-shell)
18
- [![Build Status](https://travis-ci.org/abhishekbanthia/Public-APIs.svg)](https://travis-ci.org/abhishekbanthia/Public-APIs) | [`config`](https://github.com/abhishekbanthia/Public-APIs/blob/master/.travis.yml) | [abhishekbanthia/Public-APIs](https://github.com/abhishekbanthia/Public-APIs)
19
- [![Build Status](https://travis-ci.org/gztchan/awesome-design.svg)](https://travis-ci.org/gztchan/awesome-design) | [`config`](https://github.com/gztchan/awesome-design/blob/master/.travis.yml) | [gztchan/awesome-design](https://github.com/gztchan/awesome-design)
20
- [![Build Status](https://travis-ci.org/veggiemonk/awesome-docker.svg)](https://travis-ci.org/veggiemonk/awesome-docker) | [`config`](https://github.com/veggiemonk/awesome-docker/blob/master/.travis.yml) | [veggiemonk/awesome-docker](https://github.com/veggiemonk/awesome-docker)
21
- [![Build Status](https://travis-ci.org/hangtwenty/dive-into-machine-learning.svg)](https://travis-ci.org/hangtwenty/dive-into-machine-learning) | [`config`](https://github.com/hangtwenty/dive-into-machine-learning/blob/master/.travis.yml) | [hangtwenty/dive-into-machine-learning](https://github.com/hangtwenty/dive-into-machine-learning)
22
- [![Build Status](https://travis-ci.org/neutraltone/awesome-stock-resources.svg)](https://travis-ci.org/neutraltone/awesome-stock-resources) | [`config`](https://github.com/neutraltone/awesome-stock-resources/blob/master/.travis.yml) | [neutraltone/awesome-stock-resources](https://github.com/neutraltone/awesome-stock-resources)
23
- [![Build Status](https://travis-ci.org/iCHAIT/awesome-macOS.svg)](https://travis-ci.org/iCHAIT/awesome-macOS) | [`config`](https://github.com/iCHAIT/awesome-macOS/blob/master/.travis.yml) | [iCHAIT/awesome-macOS](https://github.com/iCHAIT/awesome-macOS)
24
- [![Build Status](https://travis-ci.org/pcqpcq/open-source-android-apps.svg)](https://travis-ci.org/pcqpcq/open-source-android-apps) | [`config`](https://github.com/pcqpcq/open-source-android-apps/blob/master/.travis.yml) | [pcqpcq/open-source-android-apps](https://github.com/pcqpcq/open-source-android-apps)
25
- [![Build Status](https://travis-ci.org/hsavit1/Awesome-Swift-Education.svg)](https://travis-ci.org/hsavit1/Awesome-Swift-Education) | [`config`](https://github.com/hsavit1/Awesome-Swift-Education/blob/master/.travis.yml) | [hsavit1/Awesome-Swift-Education](https://github.com/hsavit1/Awesome-Swift-Education)
26
- [![Build Status](https://travis-ci.org/rosarior/awesome-django.svg)](https://travis-ci.org/rosarior/awesome-django) | [`config`](https://github.com/rosarior/awesome-django/blob/master/.travis.yml) | [rosarior/awesome-django](https://github.com/rosarior/awesome-django)
27
- [![Build Status](https://travis-ci.org/n1trux/awesome-sysadmin.svg)](https://travis-ci.org/n1trux/awesome-sysadmin) | [`config`](https://github.com/n1trux/awesome-sysadmin/blob/master/.travis.yml) | [n1trux/awesome-sysadmin](https://github.com/n1trux/awesome-sysadmin)
28
- [![Build Status](https://travis-ci.org/chiraggude/awesome-laravel.svg)](https://travis-ci.org/chiraggude/awesome-laravel) | [`config`](https://github.com/chiraggude/awesome-laravel/blob/master/.travis.yml) | [chiraggude/awesome-laravel](https://github.com/chiraggude/awesome-laravel)
29
- [![Build Status](https://travis-ci.org/ellisonleao/magictools.svg)](https://travis-ci.org/ellisonleao/magictools) | [`config`](https://github.com/ellisonleao/magictools/blob/master/.travis.yml) | [ellisonleao/magictools](https://github.com/ellisonleao/magictools)
30
- [![Build Status](https://travis-ci.org/JStumpp/awesome-android.svg)](https://travis-ci.org/JStumpp/awesome-android) | [`config`](https://github.com/JStumpp/awesome-android/blob/master/.travis.yml) | [JStumpp/awesome-android](https://github.com/JStumpp/awesome-android)
31
- [![Build Status](https://travis-ci.org/humiaozuzu/awesome-flask.svg)](https://travis-ci.org/humiaozuzu/awesome-flask) | [`config`](https://github.com/humiaozuzu/awesome-flask/blob/master/.travis.yml) | [humiaozuzu/awesome-flask](https://github.com/humiaozuzu/awesome-flask)
32
- [![Build Status](https://travis-ci.org/j-delaney/easy-application.svg)](https://travis-ci.org/j-delaney/easy-application) | [`config`](https://github.com/j-delaney/easy-application/blob/master/.travis.yml) | [j-delaney/easy-application](https://github.com/j-delaney/easy-application)
33
- [![Build Status](https://travis-ci.org/AngularClass/awesome-angular.svg)](https://travis-ci.org/AngularClass/awesome-angular) | [`config`](https://github.com/AngularClass/awesome-angular/blob/gh-pages/.travis.yml) | [AngularClass/awesome-angular](https://github.com/AngularClass/awesome-angular)
34
- [![Build Status](https://travis-ci.org/chentsulin/awesome-graphql.svg)](https://travis-ci.org/chentsulin/awesome-graphql) | [`config`](https://github.com/chentsulin/awesome-graphql/blob/master/.travis.yml) | [chentsulin/awesome-graphql](https://github.com/chentsulin/awesome-graphql)
35
- [![Build Status](https://travis-ci.org/willianjusten/awesome-svg.svg)](https://travis-ci.org/willianjusten/awesome-svg) | [`config`](https://github.com/willianjusten/awesome-svg/blob/master/.travis.yml) | [willianjusten/awesome-svg](https://github.com/willianjusten/awesome-svg)
36
- [![Build Status](https://travis-ci.org/dhamaniasad/awesome-postgres.svg)](https://travis-ci.org/dhamaniasad/awesome-postgres) | [`config`](https://github.com/dhamaniasad/awesome-postgres/blob/master/.travis.yml) | [dhamaniasad/awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
37
- [![Build Status](https://travis-ci.org/dariubs/GoBooks.svg)](https://travis-ci.org/dariubs/GoBooks) | [`config`](https://github.com/dariubs/GoBooks/blob/master/.travis.yml) | [dariubs/GoBooks](https://github.com/dariubs/GoBooks)
38
- [![Build Status](https://travis-ci.org/mfornos/awesome-microservices.svg)](https://travis-ci.org/mfornos/awesome-microservices) | [`config`](https://github.com/mfornos/awesome-microservices/blob/master/.travis.yml) | [mfornos/awesome-microservices](https://github.com/mfornos/awesome-microservices)
39
- [![Build Status](https://travis-ci.org/bnb/awesome-hyper.svg)](https://travis-ci.org/bnb/awesome-hyper) | [`config`](https://github.com/bnb/awesome-hyper/blob/master/.travis.yml) | [bnb/awesome-hyper](https://github.com/bnb/awesome-hyper)
40
- [![Build Status](https://travis-ci.org/unixorn/awesome-zsh-plugins.svg)](https://travis-ci.org/unixorn/awesome-zsh-plugins) | [`config`](https://github.com/unixorn/awesome-zsh-plugins/blob/master/.travis.yml) | [unixorn/awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins)
41
- [![Build Status](https://travis-ci.org/pazguille/offline-first.svg)](https://travis-ci.org/pazguille/offline-first) | [`config`](https://github.com/pazguille/offline-first/blob/master/.travis.yml) | [pazguille/offline-first](https://github.com/pazguille/offline-first)
42
- [![Build Status](https://travis-ci.org/isRuslan/awesome-elm.svg)](https://travis-ci.org/isRuslan/awesome-elm) | [`config`](https://github.com/isRuslan/awesome-elm/blob/master/.travis.yml) | [isRuslan/awesome-elm](https://github.com/isRuslan/awesome-elm)
43
- [![Build Status](https://travis-ci.org/rshipp/awesome-malware-analysis.svg)](https://travis-ci.org/rshipp/awesome-malware-analysis) | [`config`](https://github.com/rshipp/awesome-malware-analysis/blob/master/.travis.yml) | [rshipp/awesome-malware-analysis](https://github.com/rshipp/awesome-malware-analysis)
44
- [![Build Status](https://travis-ci.org/ashishb/android-security-awesome.svg)](https://travis-ci.org/ashishb/android-security-awesome) | [`config`](https://github.com/ashishb/android-security-awesome/blob/master/.travis.yml) | [ashishb/android-security-awesome](https://github.com/ashishb/android-security-awesome)
45
- [![Build Status](https://travis-ci.org/webpro/awesome-dotfiles.svg)](https://travis-ci.org/webpro/awesome-dotfiles) | [`config`](https://github.com/webpro/awesome-dotfiles/blob/master/.travis.yml) | [webpro/awesome-dotfiles](https://github.com/webpro/awesome-dotfiles)
46
- [![Build Status](https://travis-ci.org/arslanbilal/git-cheat-sheet.svg)](https://travis-ci.org/arslanbilal/git-cheat-sheet) | [`config`](https://github.com/arslanbilal/git-cheat-sheet/blob/master/.travis.yml) | [arslanbilal/git-cheat-sheet](https://github.com/arslanbilal/git-cheat-sheet)
47
- [![Build Status](https://travis-ci.org/greatghoul/remote-working.svg)](https://travis-ci.org/greatghoul/remote-working) | [`config`](https://github.com/greatghoul/remote-working/blob/master/.travis.yml) | [greatghoul/remote-working](https://github.com/greatghoul/remote-working)
48
- [![Build Status](https://travis-ci.org/dahlia/awesome-sqlalchemy.svg)](https://travis-ci.org/dahlia/awesome-sqlalchemy) | [`config`](https://github.com/dahlia/awesome-sqlalchemy/blob/master/.travis.yml) | [dahlia/awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy)
49
- [![Build Status](https://travis-ci.org/ekremkaraca/awesome-rails.svg)](https://travis-ci.org/ekremkaraca/awesome-rails) | [`config`](https://github.com/ekremkaraca/awesome-rails/blob/master/.travis.yml) | [ekremkaraca/awesome-rails](https://github.com/ekremkaraca/awesome-rails)
50
- [![Build Status](https://travis-ci.org/lerrua/remote-jobs-brazil.svg)](https://travis-ci.org/lerrua/remote-jobs-brazil) | [`config`](https://github.com/lerrua/remote-jobs-brazil/blob/master/.travis.yml) | [lerrua/remote-jobs-brazil](https://github.com/lerrua/remote-jobs-brazil)
51
- [![Build Status](https://travis-ci.org/uraimo/Awesome-Swift-Playgrounds.svg)](https://travis-ci.org/uraimo/Awesome-Swift-Playgrounds) | [`config`](https://github.com/uraimo/Awesome-Swift-Playgrounds/blob/master/.travis.yml) | [uraimo/Awesome-Swift-Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds)
52
- [![Build Status](https://travis-ci.org/lnishan/awesome-competitive-programming.svg)](https://travis-ci.org/lnishan/awesome-competitive-programming) | [`config`](https://github.com/lnishan/awesome-competitive-programming/blob/master/.travis.yml) | [lnishan/awesome-competitive-programming](https://github.com/lnishan/awesome-competitive-programming)
53
- [![Build Status](https://travis-ci.org/sitepoint/awesome-symfony.svg)](https://travis-ci.org/sitepoint/awesome-symfony) | [`config`](https://github.com/sitepoint/awesome-symfony/blob/master/.travis.yml) | [sitepoint/awesome-symfony](https://github.com/sitepoint/awesome-symfony)
54
- [![Build Status](https://travis-ci.org/KotlinBy/awesome-kotlin.svg)](https://travis-ci.org/KotlinBy/awesome-kotlin) | [`config`](https://github.com/KotlinBy/awesome-kotlin/blob/master/.travis.yml) | [KotlinBy/awesome-kotlin](https://github.com/KotlinBy/awesome-kotlin)
55
- [![Build Status](https://travis-ci.org/fasouto/awesome-dataviz.svg)](https://travis-ci.org/fasouto/awesome-dataviz) | [`config`](https://github.com/fasouto/awesome-dataviz/blob/master/.travis.yml) | [fasouto/awesome-dataviz](https://github.com/fasouto/awesome-dataviz)
56
- [![Build Status](https://travis-ci.org/wbinnssmith/awesome-promises.svg)](https://travis-ci.org/wbinnssmith/awesome-promises) | [`config`](https://github.com/wbinnssmith/awesome-promises/blob/master/.travis.yml) | [wbinnssmith/awesome-promises](https://github.com/wbinnssmith/awesome-promises)
57
- [![Build Status](https://travis-ci.org/sotayamashita/awesome-css.svg)](https://travis-ci.org/sotayamashita/awesome-css) | [`config`](https://github.com/sotayamashita/awesome-css/blob/master/.travis.yml) | [sotayamashita/awesome-css](https://github.com/sotayamashita/awesome-css)
58
- [![Build Status](https://travis-ci.org/matiassingers/awesome-readme.svg)](https://travis-ci.org/matiassingers/awesome-readme) | [`config`](https://github.com/matiassingers/awesome-readme/blob/master/.travis.yml) | [matiassingers/awesome-readme](https://github.com/matiassingers/awesome-readme)
59
- [![Build Status](https://travis-ci.org/watson/awesome-computer-history.svg)](https://travis-ci.org/watson/awesome-computer-history) | [`config`](https://github.com/watson/awesome-computer-history/blob/master/.travis.yml) | [watson/awesome-computer-history](https://github.com/watson/awesome-computer-history)
60
- [![Build Status](https://travis-ci.org/stefanbuck/awesome-browser-extensions-for-github.svg)](https://travis-ci.org/stefanbuck/awesome-browser-extensions-for-github) | [`config`](https://github.com/stefanbuck/awesome-browser-extensions-for-github/blob/master/.travis.yml) | [stefanbuck/awesome-browser-extensions-for-github](https://github.com/stefanbuck/awesome-browser-extensions-for-github)
61
- [![Build Status](https://travis-ci.org/kciter/awesome-style-guide.svg)](https://travis-ci.org/kciter/awesome-style-guide) | [`config`](https://github.com/kciter/awesome-style-guide/blob/master/.travis.yml) | [kciter/awesome-style-guide](https://github.com/kciter/awesome-style-guide)
62
- [![Build Status](https://travis-ci.org/ramitsurana/awesome-kubernetes.svg)](https://travis-ci.org/ramitsurana/awesome-kubernetes) | [`config`](https://github.com/ramitsurana/awesome-kubernetes/blob/master/.travis.yml) | [ramitsurana/awesome-kubernetes](https://github.com/ramitsurana/awesome-kubernetes)
63
- [![Build Status](https://travis-ci.org/diegocard/awesome-html5.svg)](https://travis-ci.org/diegocard/awesome-html5) | [`config`](https://github.com/diegocard/awesome-html5/blob/master/.travis.yml) | [diegocard/awesome-html5](https://github.com/diegocard/awesome-html5)
64
- [![Build Status](https://travis-ci.org/HQarroum/awesome-iot.svg)](https://travis-ci.org/HQarroum/awesome-iot) | [`config`](https://github.com/HQarroum/awesome-iot/blob/master/.travis.yml) | [HQarroum/awesome-iot](https://github.com/HQarroum/awesome-iot)
65
- [![Build Status](https://travis-ci.org/hackerkid/Mind-Expanding-Books.svg)](https://travis-ci.org/hackerkid/Mind-Expanding-Books) | [`config`](https://github.com/hackerkid/Mind-Expanding-Books/blob/master/.travis.yml) | [hackerkid/Mind-Expanding-Books](https://github.com/hackerkid/Mind-Expanding-Books)
66
- [![Build Status](https://travis-ci.org/caesar0301/awesome-pcaptools.svg)](https://travis-ci.org/caesar0301/awesome-pcaptools) | [`config`](https://github.com/caesar0301/awesome-pcaptools/blob/master/.travis.yml) | [caesar0301/awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools)
67
- [![Build Status](https://travis-ci.org/dotfiles/dotfiles.github.com.svg)](https://travis-ci.org/dotfiles/dotfiles.github.com) | [`config`](https://github.com/dotfiles/dotfiles.github.com/blob/master/.travis.yml) | [dotfiles/dotfiles.github.com](https://github.com/dotfiles/dotfiles.github.com)
68
- [![Build Status](https://travis-ci.org/afonsopacifer/awesome-flexbox.svg)](https://travis-ci.org/afonsopacifer/awesome-flexbox) | [`config`](https://github.com/afonsopacifer/awesome-flexbox/blob/master/.travis.yml) | [afonsopacifer/awesome-flexbox](https://github.com/afonsopacifer/awesome-flexbox)
69
- [![Build Status](https://travis-ci.org/AchoArnold/discount-for-student-dev.svg)](https://travis-ci.org/AchoArnold/discount-for-student-dev) | [`config`](https://github.com/AchoArnold/discount-for-student-dev/blob/master/.travis.yml) | [AchoArnold/discount-for-student-dev](https://github.com/AchoArnold/discount-for-student-dev)
70
- [![Build Status](https://travis-ci.org/RichardLitt/awesome-conferences.svg)](https://travis-ci.org/RichardLitt/awesome-conferences) | [`config`](https://github.com/RichardLitt/awesome-conferences/blob/master/.travis.yml) | [RichardLitt/awesome-conferences](https://github.com/RichardLitt/awesome-conferences)
71
- [![Build Status](https://travis-ci.org/FriendsOfCake/awesome-cakephp.svg)](https://travis-ci.org/FriendsOfCake/awesome-cakephp) | [`config`](https://github.com/FriendsOfCake/awesome-cakephp/blob/master/.travis.yml) | [FriendsOfCake/awesome-cakephp](https://github.com/FriendsOfCake/awesome-cakephp)
72
- [![Build Status](https://travis-ci.org/matteofigus/awesome-speaking.svg)](https://travis-ci.org/matteofigus/awesome-speaking) | [`config`](https://github.com/matteofigus/awesome-speaking/blob/master/.travis.yml) | [matteofigus/awesome-speaking](https://github.com/matteofigus/awesome-speaking)
73
- [![Build Status](https://travis-ci.org/aleksandar-todorovic/awesome-c.svg)](https://travis-ci.org/aleksandar-todorovic/awesome-c) | [`config`](https://github.com/aleksandar-todorovic/awesome-c/blob/master/.travis.yml) | [aleksandar-todorovic/awesome-c](https://github.com/aleksandar-todorovic/awesome-c)
74
- [![Build Status](https://travis-ci.org/ipfs/awesome-ipfs.svg)](https://travis-ci.org/ipfs/awesome-ipfs) | [`config`](https://github.com/ipfs/awesome-ipfs/blob/master/.travis.yml) | [ipfs/awesome-ipfs](https://github.com/ipfs/awesome-ipfs)
75
- [![Build Status](https://travis-ci.org/burningtree/awesome-json.svg)](https://travis-ci.org/burningtree/awesome-json) | [`config`](https://github.com/burningtree/awesome-json/blob/master/.travis.yml) | [burningtree/awesome-json](https://github.com/burningtree/awesome-json)
76
- [![Build Status](https://travis-ci.org/vredniy/awesome-newsletters.svg)](https://travis-ci.org/vredniy/awesome-newsletters) | [`config`](https://github.com/vredniy/awesome-newsletters/blob/master/.travis.yml) | [vredniy/awesome-newsletters](https://github.com/vredniy/awesome-newsletters)
77
- [![Build Status](https://travis-ci.org/ahkscript/awesome-AutoHotkey.svg)](https://travis-ci.org/ahkscript/awesome-AutoHotkey) | [`config`](https://github.com/ahkscript/awesome-AutoHotkey/blob/master/.travis.yml) | [ahkscript/awesome-AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey)
78
- [![Build Status](https://travis-ci.org/benoitjadinon/awesome-xamarin.svg)](https://travis-ci.org/benoitjadinon/awesome-xamarin) | [`config`](https://github.com/benoitjadinon/awesome-xamarin/blob/master/.travis.yml) | [benoitjadinon/awesome-xamarin](https://github.com/benoitjadinon/awesome-xamarin)
79
- [![Build Status](https://travis-ci.org/brunopulis/awesome-a11y.svg)](https://travis-ci.org/brunopulis/awesome-a11y) | [`config`](https://github.com/brunopulis/awesome-a11y/blob/master/.travis.yml) | [brunopulis/awesome-a11y](https://github.com/brunopulis/awesome-a11y)
80
- [![Build Status](https://travis-ci.org/jbucaran/awesome-fish.svg)](https://travis-ci.org/jbucaran/awesome-fish) | [`config`](https://github.com/jbucaran/awesome-fish/blob/master/.travis.yml) | [jbucaran/awesome-fish](https://github.com/jbucaran/awesome-fish)
81
- [![Build Status](https://travis-ci.org/hackerkid/bots.svg)](https://travis-ci.org/hackerkid/bots) | [`config`](https://github.com/hackerkid/bots/blob/master/.travis.yml) | [hackerkid/bots](https://github.com/hackerkid/bots)
82
- [![Build Status](https://travis-ci.org/uralbash/awesome-pyramid.svg)](https://travis-ci.org/uralbash/awesome-pyramid) | [`config`](https://github.com/uralbash/awesome-pyramid/blob/master/.travis.yml) | [uralbash/awesome-pyramid](https://github.com/uralbash/awesome-pyramid)
83
- [![Build Status](https://travis-ci.org/sergeyklay/awesome-phalcon.svg)](https://travis-ci.org/sergeyklay/awesome-phalcon) | [`config`](https://github.com/sergeyklay/awesome-phalcon/blob/master/.travis.yml) | [sergeyklay/awesome-phalcon](https://github.com/sergeyklay/awesome-phalcon)
84
- [![Build Status](https://travis-ci.org/phillipadsmith/awesome-github.svg)](https://travis-ci.org/phillipadsmith/awesome-github) | [`config`](https://github.com/phillipadsmith/awesome-github/blob/master/.travis.yml) | [phillipadsmith/awesome-github](https://github.com/phillipadsmith/awesome-github)
85
- [![Build Status](https://travis-ci.org/yenchenlin1994/awesome-watchos.svg)](https://travis-ci.org/yenchenlin1994/awesome-watchos) | [`config`](https://github.com/yenchenlin1994/awesome-watchos/blob/master/.travis.yml) | [yenchenlin1994/awesome-watchos](https://github.com/yenchenlin1994/awesome-watchos)
86
- [![Build Status](https://travis-ci.org/Fr0sT-Brutal/awesome-delphi.svg)](https://travis-ci.org/Fr0sT-Brutal/awesome-delphi) | [`config`](https://github.com/Fr0sT-Brutal/awesome-delphi/blob/master/.travis.yml) | [Fr0sT-Brutal/awesome-delphi](https://github.com/Fr0sT-Brutal/awesome-delphi)
87
- [![Build Status](https://travis-ci.org/iJackUA/awesome-vagrant.svg)](https://travis-ci.org/iJackUA/awesome-vagrant) | [`config`](https://github.com/iJackUA/awesome-vagrant/blob/master/.travis.yml) | [iJackUA/awesome-vagrant](https://github.com/iJackUA/awesome-vagrant)
88
- [![Build Status](https://travis-ci.org/mark-rushakoff/awesome-influxdb.svg)](https://travis-ci.org/mark-rushakoff/awesome-influxdb) | [`config`](https://github.com/mark-rushakoff/awesome-influxdb/blob/master/.travis.yml) | [mark-rushakoff/awesome-influxdb](https://github.com/mark-rushakoff/awesome-influxdb)
89
- [![Build Status](https://travis-ci.org/deanhume/typography.svg)](https://travis-ci.org/deanhume/typography) | [`config`](https://github.com/deanhume/typography/blob/master/.travis.yml) | [deanhume/typography](https://github.com/deanhume/typography)
90
- [![Build Status](https://travis-ci.org/vinkla/awesome-fuse.svg)](https://travis-ci.org/vinkla/awesome-fuse) | [`config`](https://github.com/vinkla/awesome-fuse/blob/master/.travis.yml) | [vinkla/awesome-fuse](https://github.com/vinkla/awesome-fuse)
91
- [![Build Status](https://travis-ci.org/aviaryan/awesome-no-login-web-apps.svg)](https://travis-ci.org/aviaryan/awesome-no-login-web-apps) | [`config`](https://github.com/aviaryan/awesome-no-login-web-apps/blob/master/.travis.yml) | [aviaryan/awesome-no-login-web-apps](https://github.com/aviaryan/awesome-no-login-web-apps)
92
- [![Build Status](https://travis-ci.org/notthetup/awesome-webaudio.svg)](https://travis-ci.org/notthetup/awesome-webaudio) | [`config`](https://github.com/notthetup/awesome-webaudio/blob/master/.travis.yml) | [notthetup/awesome-webaudio](https://github.com/notthetup/awesome-webaudio)
93
- [![Build Status](https://travis-ci.org/MakinGiants/awesome-android-learner.svg)](https://travis-ci.org/MakinGiants/awesome-android-learner) | [`config`](https://github.com/MakinGiants/awesome-android-learner/blob/master/.travis.yml) | [MakinGiants/awesome-android-learner](https://github.com/MakinGiants/awesome-android-learner)
94
- [![Build Status](https://travis-ci.org/brabadu/awesome-fonts.svg)](https://travis-ci.org/brabadu/awesome-fonts) | [`config`](https://github.com/brabadu/awesome-fonts/blob/master/.travis.yml) | [brabadu/awesome-fonts](https://github.com/brabadu/awesome-fonts)
95
- [![Build Status](https://travis-ci.org/christian-bromann/awesome-selenium.svg)](https://travis-ci.org/christian-bromann/awesome-selenium) | [`config`](https://github.com/christian-bromann/awesome-selenium/blob/master/.travis.yml) | [christian-bromann/awesome-selenium](https://github.com/christian-bromann/awesome-selenium)
96
- [![Build Status](https://travis-ci.org/filipelinhares/awesome-slack.svg)](https://travis-ci.org/filipelinhares/awesome-slack) | [`config`](https://github.com/filipelinhares/awesome-slack/blob/master/.travis.yml) | [filipelinhares/awesome-slack](https://github.com/filipelinhares/awesome-slack)
97
- [![Build Status](https://travis-ci.org/tedyoung/awesome-java8.svg)](https://travis-ci.org/tedyoung/awesome-java8) | [`config`](https://github.com/tedyoung/awesome-java8/blob/master/.travis.yml) | [tedyoung/awesome-java8](https://github.com/tedyoung/awesome-java8)
98
- [![Build Status](https://travis-ci.org/jjaderg/awesome-postcss.svg)](https://travis-ci.org/jjaderg/awesome-postcss) | [`config`](https://github.com/jjaderg/awesome-postcss/blob/master/.travis.yml) | [jjaderg/awesome-postcss](https://github.com/jjaderg/awesome-postcss)
99
- [![Build Status](https://travis-ci.org/shime/creative-commons-media.svg)](https://travis-ci.org/shime/creative-commons-media) | [`config`](https://github.com/shime/creative-commons-media/blob/master/.travis.yml) | [shime/creative-commons-media](https://github.com/shime/creative-commons-media)
100
- [![Build Status](https://travis-ci.org/unixorn/git-extra-commands.svg)](https://travis-ci.org/unixorn/git-extra-commands) | [`config`](https://github.com/unixorn/git-extra-commands/blob/master/.travis.yml) | [unixorn/git-extra-commands](https://github.com/unixorn/git-extra-commands)
101
- [![Build Status](https://travis-ci.org/jakoch/awesome-composer.svg)](https://travis-ci.org/jakoch/awesome-composer) | [`config`](https://github.com/jakoch/awesome-composer/blob/master/.travis.yml) | [jakoch/awesome-composer](https://github.com/jakoch/awesome-composer)
102
- [![Build Status](https://travis-ci.org/J2TeaM/awesome-AutoIt.svg)](https://travis-ci.org/J2TeaM/awesome-AutoIt) | [`config`](https://github.com/J2TeaM/awesome-AutoIt/blob/master/.travis.yml) | [J2TeaM/awesome-AutoIt](https://github.com/J2TeaM/awesome-AutoIt)
103
- [![Build Status](https://travis-ci.org/neueda/awesome-neo4j.svg)](https://travis-ci.org/neueda/awesome-neo4j) | [`config`](https://github.com/neueda/awesome-neo4j/blob/master/.travis.yml) | [neueda/awesome-neo4j](https://github.com/neueda/awesome-neo4j)
104
- [![Build Status](https://travis-ci.org/RichardLitt/endangered-languages.svg)](https://travis-ci.org/RichardLitt/endangered-languages) | [`config`](https://github.com/RichardLitt/endangered-languages/blob/master/.travis.yml) | [RichardLitt/endangered-languages](https://github.com/RichardLitt/endangered-languages)
105
- [![Build Status](https://travis-ci.org/rabbiabram/awesome-fortran.svg)](https://travis-ci.org/rabbiabram/awesome-fortran) | [`config`](https://github.com/rabbiabram/awesome-fortran/blob/master/.travis.yml) | [rabbiabram/awesome-fortran](https://github.com/rabbiabram/awesome-fortran)
106
- [![Build Status](https://travis-ci.org/joubertredrat/awesome-devops.svg)](https://travis-ci.org/joubertredrat/awesome-devops) | [`config`](https://github.com/joubertredrat/awesome-devops/blob/master/.travis.yml) | [joubertredrat/awesome-devops](https://github.com/joubertredrat/awesome-devops)
107
- [![Build Status](https://travis-ci.org/vkarampinis/awesome-icons.svg)](https://travis-ci.org/vkarampinis/awesome-icons) | [`config`](https://github.com/vkarampinis/awesome-icons/blob/master/.travis.yml) | [vkarampinis/awesome-icons](https://github.com/vkarampinis/awesome-icons)
108
- [![Build Status](https://travis-ci.org/yangshun/awesome-spinners.svg)](https://travis-ci.org/yangshun/awesome-spinners) | [`config`](https://github.com/yangshun/awesome-spinners/blob/master/.travis.yml) | [yangshun/awesome-spinners](https://github.com/yangshun/awesome-spinners)
109
- [![Build Status](https://travis-ci.org/wfhio/awesome-job-boards.svg)](https://travis-ci.org/wfhio/awesome-job-boards) | [`config`](https://github.com/wfhio/awesome-job-boards/blob/master/.travis.yml) | [wfhio/awesome-job-boards](https://github.com/wfhio/awesome-job-boards)
110
- [![Build Status](https://travis-ci.org/Jolg42/awesome-typography.svg)](https://travis-ci.org/Jolg42/awesome-typography) | [`config`](https://github.com/Jolg42/awesome-typography/blob/master/.travis.yml) | [Jolg42/awesome-typography](https://github.com/Jolg42/awesome-typography)
111
- [![Build Status](https://travis-ci.org/sjfricke/awesome-webgl.svg)](https://travis-ci.org/sjfricke/awesome-webgl) | [`config`](https://github.com/sjfricke/awesome-webgl/blob/master/.travis.yml) | [sjfricke/awesome-webgl](https://github.com/sjfricke/awesome-webgl)
112
- [![Build Status](https://travis-ci.org/GoogleCloudPlatform/awesome-google-cloud.svg)](https://travis-ci.org/GoogleCloudPlatform/awesome-google-cloud) | [`config`](https://github.com/GoogleCloudPlatform/awesome-google-cloud/blob/master/.travis.yml) | [GoogleCloudPlatform/awesome-google-cloud](https://github.com/GoogleCloudPlatform/awesome-google-cloud)
113
- [![Build Status](https://travis-ci.org/stve/awesome-dropwizard.svg)](https://travis-ci.org/stve/awesome-dropwizard) | [`config`](https://github.com/stve/awesome-dropwizard/blob/master/.travis.yml) | [stve/awesome-dropwizard](https://github.com/stve/awesome-dropwizard)
114
- [![Build Status](https://travis-ci.org/ramitsurana/awesome-openstack.svg)](https://travis-ci.org/ramitsurana/awesome-openstack) | [`config`](https://github.com/ramitsurana/awesome-openstack/blob/master/.travis.yml) | [ramitsurana/awesome-openstack](https://github.com/ramitsurana/awesome-openstack)
115
- [![Build Status](https://travis-ci.org/ipfs/newsletter.svg)](https://travis-ci.org/ipfs/newsletter) | [`config`](https://github.com/ipfs/newsletter/blob/master/.travis.yml) | [ipfs/newsletter](https://github.com/ipfs/newsletter)
116
- [![Build Status](https://travis-ci.org/ellerbrock/awesome-typescript.svg)](https://travis-ci.org/ellerbrock/awesome-typescript) | [`config`](https://github.com/ellerbrock/awesome-typescript/blob/master/.travis.yml) | [ellerbrock/awesome-typescript](https://github.com/ellerbrock/awesome-typescript)
117
- [![Build Status](https://travis-ci.org/cdleon/awesome-front-end.svg)](https://travis-ci.org/cdleon/awesome-front-end) | [`config`](https://github.com/cdleon/awesome-front-end/blob/master/.travis.yml) | [cdleon/awesome-front-end](https://github.com/cdleon/awesome-front-end)
118
- [![Build Status](https://travis-ci.org/adriagalin/tools.svg)](https://travis-ci.org/adriagalin/tools) | [`config`](https://github.com/adriagalin/tools/blob/master/.travis.yml) | [adriagalin/tools](https://github.com/adriagalin/tools)
119
- [![Build Status](https://travis-ci.org/arthurwayne/awesome-pentester.svg)](https://travis-ci.org/arthurwayne/awesome-pentester) | [`config`](https://github.com/arthurwayne/awesome-pentester/blob/master/.travis.yml) | [arthurwayne/awesome-pentester](https://github.com/arthurwayne/awesome-pentester)
120
- [![Circle CI](https://img.shields.io/circleci/project/tmcw/awesome-geojson.svg)](https://circleci.com/gh/tmcw/awesome-geojson) | [`config`](https://github.com/tmcw/awesome-geojson/blob/master/circle.yml) | [tmcw/awesome-geojson](https://github.com/tmcw/awesome-geojson)
121
- [![Build Status](https://travis-ci.org/kdeldycke/awesome-falsehood.svg?branch=master)](https://travis-ci.org/kdeldycke/awesome-falsehood) | [`config`](https://github.com/kdeldycke/awesome-falsehood/blob/master/.travis.yml) | [kdeldycke/awesome-falsehood](https://github.com/kdeldycke/awesome-falsehood)
5
+ Status | Config | Repo
6
+ --- | --- | ---
7
+ [![Build Status](https://travis-ci.org/tiimgreen/github-cheat-sheet.svg)](https://travis-ci.org/tiimgreen/github-cheat-sheet) | [`config`](https://github.com/tiimgreen/github-cheat-sheet/blob/master/.travis.yml) | [tiimgreen/github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)
8
+ [![Build Status](https://travis-ci.org/vsouza/awesome-ios.svg)](https://travis-ci.org/vsouza/awesome-ios) | [`config`](https://github.com/vsouza/awesome-ios/blob/master/.travis.yml) | [vsouza/awesome-ios](https://github.com/vsouza/awesome-ios)
9
+ [![Build Status](https://travis-ci.org/enaqx/awesome-react.svg)](https://travis-ci.org/enaqx/awesome-react) | [`config`](https://github.com/enaqx/awesome-react/blob/master/.travis.yml) | [enaqx/awesome-react](https://github.com/enaqx/awesome-react)
10
+ [![Build Status](https://travis-ci.org/bayandin/awesome-awesomeness.svg)](https://travis-ci.org/bayandin/awesome-awesomeness) | [`config`](https://github.com/bayandin/awesome-awesomeness/blob/master/.travis.yml) | [bayandin/awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)
11
+ [![Build Status](https://travis-ci.org/toddmotto/public-apis.svg)](https://travis-ci.org/toddmotto/public-apis) | [`config`](https://github.com/toddmotto/public-apis/blob/master/.travis.yml) | [toddmotto/public-apis](https://github.com/toddmotto/public-apis)
12
+ [![Build Status](https://travis-ci.org/herrbischoff/awesome-osx-command-line.svg)](https://travis-ci.org/herrbischoff/awesome-osx-command-line) | [`config`](https://github.com/herrbischoff/awesome-osx-command-line/blob/master/.travis.yml) | [herrbischoff/awesome-osx-command-line](https://github.com/herrbischoff/awesome-osx-command-line)
13
+ [![Build Status](https://travis-ci.org/ziadoz/awesome-php.svg)](https://travis-ci.org/ziadoz/awesome-php) | [`config`](https://github.com/ziadoz/awesome-php/blob/master/.travis.yml) | [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
14
+ [![Build Status](https://travis-ci.org/matteocrippa/awesome-swift.svg)](https://travis-ci.org/matteocrippa/awesome-swift) | [`config`](https://github.com/matteocrippa/awesome-swift/blob/master/.travis.yml) | [matteocrippa/awesome-swift](https://github.com/matteocrippa/awesome-swift)
15
+ [![Build Status](https://travis-ci.org/wsargent/docker-cheat-sheet.svg)](https://travis-ci.org/wsargent/docker-cheat-sheet) | [`config`](https://github.com/wsargent/docker-cheat-sheet/blob/master/.travis.yml) | [wsargent/docker-cheat-sheet](https://github.com/wsargent/docker-cheat-sheet)
16
+ [![Build Status](https://travis-ci.org/alebcay/awesome-shell.svg)](https://travis-ci.org/alebcay/awesome-shell) | [`config`](https://github.com/alebcay/awesome-shell/blob/master/.travis.yml) | [alebcay/awesome-shell](https://github.com/alebcay/awesome-shell)
17
+ [![Build Status](https://travis-ci.org/cjwirth/awesome-ios-ui.svg)](https://travis-ci.org/cjwirth/awesome-ios-ui) | [`config`](https://github.com/cjwirth/awesome-ios-ui/blob/master/.travis.yml) | [cjwirth/awesome-ios-ui](https://github.com/cjwirth/awesome-ios-ui)
18
+ [![Build Status](https://travis-ci.org/abhishekbanthia/Public-APIs.svg)](https://travis-ci.org/abhishekbanthia/Public-APIs) | [`config`](https://github.com/abhishekbanthia/Public-APIs/blob/master/.travis.yml) | [abhishekbanthia/Public-APIs](https://github.com/abhishekbanthia/Public-APIs)
19
+ [![Build Status](https://travis-ci.org/gztchan/awesome-design.svg)](https://travis-ci.org/gztchan/awesome-design) | [`config`](https://github.com/gztchan/awesome-design/blob/master/.travis.yml) | [gztchan/awesome-design](https://github.com/gztchan/awesome-design)
20
+ [![Build Status](https://travis-ci.org/veggiemonk/awesome-docker.svg)](https://travis-ci.org/veggiemonk/awesome-docker) | [`config`](https://github.com/veggiemonk/awesome-docker/blob/master/.travis.yml) | [veggiemonk/awesome-docker](https://github.com/veggiemonk/awesome-docker)
21
+ [![Build Status](https://travis-ci.org/hangtwenty/dive-into-machine-learning.svg)](https://travis-ci.org/hangtwenty/dive-into-machine-learning) | [`config`](https://github.com/hangtwenty/dive-into-machine-learning/blob/master/.travis.yml) | [hangtwenty/dive-into-machine-learning](https://github.com/hangtwenty/dive-into-machine-learning)
22
+ [![Build Status](https://travis-ci.org/iCHAIT/awesome-macOS.svg)](https://travis-ci.org/iCHAIT/awesome-macOS) | [`config`](https://github.com/iCHAIT/awesome-macOS/blob/master/.travis.yml) | [iCHAIT/awesome-macOS](https://github.com/iCHAIT/awesome-macOS)
23
+ [![Build Status](https://travis-ci.org/neutraltone/awesome-stock-resources.svg)](https://travis-ci.org/neutraltone/awesome-stock-resources) | [`config`](https://github.com/neutraltone/awesome-stock-resources/blob/master/.travis.yml) | [neutraltone/awesome-stock-resources](https://github.com/neutraltone/awesome-stock-resources)
24
+ [![Build Status](https://travis-ci.org/pcqpcq/open-source-android-apps.svg)](https://travis-ci.org/pcqpcq/open-source-android-apps) | [`config`](https://github.com/pcqpcq/open-source-android-apps/blob/master/.travis.yml) | [pcqpcq/open-source-android-apps](https://github.com/pcqpcq/open-source-android-apps)
25
+ [![Build Status](https://travis-ci.org/rosarior/awesome-django.svg)](https://travis-ci.org/rosarior/awesome-django) | [`config`](https://github.com/rosarior/awesome-django/blob/master/.travis.yml) | [rosarior/awesome-django](https://github.com/rosarior/awesome-django)
26
+ [![Build Status](https://travis-ci.org/kdeldycke/awesome-falsehood.svg)](https://travis-ci.org/kdeldycke/awesome-falsehood) | [`config`](https://github.com/kdeldycke/awesome-falsehood/blob/master/.travis.yml) | [kdeldycke/awesome-falsehood](https://github.com/kdeldycke/awesome-falsehood)
27
+ [![Build Status](https://travis-ci.org/n1trux/awesome-sysadmin.svg)](https://travis-ci.org/n1trux/awesome-sysadmin) | [`config`](https://github.com/n1trux/awesome-sysadmin/blob/master/.travis.yml) | [n1trux/awesome-sysadmin](https://github.com/n1trux/awesome-sysadmin)
28
+ [![Build Status](https://travis-ci.org/hsavit1/Awesome-Swift-Education.svg)](https://travis-ci.org/hsavit1/Awesome-Swift-Education) | [`config`](https://github.com/hsavit1/Awesome-Swift-Education/blob/master/.travis.yml) | [hsavit1/Awesome-Swift-Education](https://github.com/hsavit1/Awesome-Swift-Education)
29
+ [![Build Status](https://travis-ci.org/k4m4/terminals-are-sexy.svg)](https://travis-ci.org/k4m4/terminals-are-sexy) | [`config`](https://github.com/k4m4/terminals-are-sexy/blob/master/.travis.yml) | [k4m4/terminals-are-sexy](https://github.com/k4m4/terminals-are-sexy)
30
+ [![Build Status](https://travis-ci.org/chiraggude/awesome-laravel.svg)](https://travis-ci.org/chiraggude/awesome-laravel) | [`config`](https://github.com/chiraggude/awesome-laravel/blob/master/.travis.yml) | [chiraggude/awesome-laravel](https://github.com/chiraggude/awesome-laravel)
31
+ [![Build Status](https://travis-ci.org/AngularClass/awesome-angular.svg)](https://travis-ci.org/AngularClass/awesome-angular) | [`config`](https://github.com/AngularClass/awesome-angular/blob/master/.travis.yml) | [AngularClass/awesome-angular](https://github.com/AngularClass/awesome-angular)
32
+ [![Build Status](https://travis-ci.org/JStumpp/awesome-android.svg)](https://travis-ci.org/JStumpp/awesome-android) | [`config`](https://github.com/JStumpp/awesome-android/blob/master/.travis.yml) | [JStumpp/awesome-android](https://github.com/JStumpp/awesome-android)
33
+ [![Build Status](https://travis-ci.org/ellisonleao/magictools.svg)](https://travis-ci.org/ellisonleao/magictools) | [`config`](https://github.com/ellisonleao/magictools/blob/master/.travis.yml) | [ellisonleao/magictools](https://github.com/ellisonleao/magictools)
34
+ [![Build Status](https://travis-ci.org/j-delaney/easy-application.svg)](https://travis-ci.org/j-delaney/easy-application) | [`config`](https://github.com/j-delaney/easy-application/blob/master/.travis.yml) | [j-delaney/easy-application](https://github.com/j-delaney/easy-application)
35
+ [![Build Status](https://travis-ci.org/chentsulin/awesome-graphql.svg)](https://travis-ci.org/chentsulin/awesome-graphql) | [`config`](https://github.com/chentsulin/awesome-graphql/blob/master/.travis.yml) | [chentsulin/awesome-graphql](https://github.com/chentsulin/awesome-graphql)
36
+ [![Build Status](https://travis-ci.org/humiaozuzu/awesome-flask.svg)](https://travis-ci.org/humiaozuzu/awesome-flask) | [`config`](https://github.com/humiaozuzu/awesome-flask/blob/master/.travis.yml) | [humiaozuzu/awesome-flask](https://github.com/humiaozuzu/awesome-flask)
37
+ [![Build Status](https://travis-ci.org/mfornos/awesome-microservices.svg)](https://travis-ci.org/mfornos/awesome-microservices) | [`config`](https://github.com/mfornos/awesome-microservices/blob/master/.travis.yml) | [mfornos/awesome-microservices](https://github.com/mfornos/awesome-microservices)
38
+ [![Build Status](https://travis-ci.org/bnb/awesome-hyper.svg)](https://travis-ci.org/bnb/awesome-hyper) | [`config`](https://github.com/bnb/awesome-hyper/blob/master/.travis.yml) | [bnb/awesome-hyper](https://github.com/bnb/awesome-hyper)
39
+ [![Build Status](https://travis-ci.org/dariubs/GoBooks.svg)](https://travis-ci.org/dariubs/GoBooks) | [`config`](https://github.com/dariubs/GoBooks/blob/master/.travis.yml) | [dariubs/GoBooks](https://github.com/dariubs/GoBooks)
40
+ [![Build Status](https://travis-ci.org/dhamaniasad/awesome-postgres.svg)](https://travis-ci.org/dhamaniasad/awesome-postgres) | [`config`](https://github.com/dhamaniasad/awesome-postgres/blob/master/.travis.yml) | [dhamaniasad/awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
41
+ [![Build Status](https://travis-ci.org/willianjusten/awesome-svg.svg)](https://travis-ci.org/willianjusten/awesome-svg) | [`config`](https://github.com/willianjusten/awesome-svg/blob/master/.travis.yml) | [willianjusten/awesome-svg](https://github.com/willianjusten/awesome-svg)
42
+ [![Build Status](https://travis-ci.org/unixorn/awesome-zsh-plugins.svg)](https://travis-ci.org/unixorn/awesome-zsh-plugins) | [`config`](https://github.com/unixorn/awesome-zsh-plugins/blob/master/.travis.yml) | [unixorn/awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins)
43
+ [![Build Status](https://travis-ci.org/mmccaff/PlacesToPostYourStartup.svg)](https://travis-ci.org/mmccaff/PlacesToPostYourStartup) | [`config`](https://github.com/mmccaff/PlacesToPostYourStartup/blob/master/.travis.yml) | [mmccaff/PlacesToPostYourStartup](https://github.com/mmccaff/PlacesToPostYourStartup)
44
+ [![Build Status](https://travis-ci.org/rshipp/awesome-malware-analysis.svg)](https://travis-ci.org/rshipp/awesome-malware-analysis) | [`config`](https://github.com/rshipp/awesome-malware-analysis/blob/master/.travis.yml) | [rshipp/awesome-malware-analysis](https://github.com/rshipp/awesome-malware-analysis)
45
+ [![Build Status](https://travis-ci.org/pazguille/offline-first.svg)](https://travis-ci.org/pazguille/offline-first) | [`config`](https://github.com/pazguille/offline-first/blob/master/.travis.yml) | [pazguille/offline-first](https://github.com/pazguille/offline-first)
46
+ [![Build Status](https://travis-ci.org/isRuslan/awesome-elm.svg)](https://travis-ci.org/isRuslan/awesome-elm) | [`config`](https://github.com/isRuslan/awesome-elm/blob/master/.travis.yml) | [isRuslan/awesome-elm](https://github.com/isRuslan/awesome-elm)
47
+ [![Build Status](https://travis-ci.org/viatsko/awesome-vscode.svg)](https://travis-ci.org/viatsko/awesome-vscode) | [`config`](https://github.com/viatsko/awesome-vscode/blob/master/.travis.yml) | [viatsko/awesome-vscode](https://github.com/viatsko/awesome-vscode)
48
+ [![Build Status](https://travis-ci.org/ashishb/android-security-awesome.svg)](https://travis-ci.org/ashishb/android-security-awesome) | [`config`](https://github.com/ashishb/android-security-awesome/blob/master/.travis.yml) | [ashishb/android-security-awesome](https://github.com/ashishb/android-security-awesome)
49
+ [![Build Status](https://travis-ci.org/webpro/awesome-dotfiles.svg)](https://travis-ci.org/webpro/awesome-dotfiles) | [`config`](https://github.com/webpro/awesome-dotfiles/blob/master/.travis.yml) | [webpro/awesome-dotfiles](https://github.com/webpro/awesome-dotfiles)
50
+ [![Build Status](https://travis-ci.org/uraimo/Awesome-Swift-Playgrounds.svg)](https://travis-ci.org/uraimo/Awesome-Swift-Playgrounds) | [`config`](https://github.com/uraimo/Awesome-Swift-Playgrounds/blob/master/.travis.yml) | [uraimo/Awesome-Swift-Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds)
51
+ [![Build Status](https://travis-ci.org/arslanbilal/git-cheat-sheet.svg)](https://travis-ci.org/arslanbilal/git-cheat-sheet) | [`config`](https://github.com/arslanbilal/git-cheat-sheet/blob/master/.travis.yml) | [arslanbilal/git-cheat-sheet](https://github.com/arslanbilal/git-cheat-sheet)
52
+ [![Build Status](https://travis-ci.org/greatghoul/remote-working.svg)](https://travis-ci.org/greatghoul/remote-working) | [`config`](https://github.com/greatghoul/remote-working/blob/master/.travis.yml) | [greatghoul/remote-working](https://github.com/greatghoul/remote-working)
53
+ [![Build Status](https://travis-ci.org/KotlinBy/awesome-kotlin.svg)](https://travis-ci.org/KotlinBy/awesome-kotlin) | [`config`](https://github.com/KotlinBy/awesome-kotlin/blob/master/.travis.yml) | [KotlinBy/awesome-kotlin](https://github.com/KotlinBy/awesome-kotlin)
54
+ [![Build Status](https://travis-ci.org/ekremkaraca/awesome-rails.svg)](https://travis-ci.org/ekremkaraca/awesome-rails) | [`config`](https://github.com/ekremkaraca/awesome-rails/blob/master/.travis.yml) | [ekremkaraca/awesome-rails](https://github.com/ekremkaraca/awesome-rails)
55
+ [![Build Status](https://travis-ci.org/dahlia/awesome-sqlalchemy.svg)](https://travis-ci.org/dahlia/awesome-sqlalchemy) | [`config`](https://github.com/dahlia/awesome-sqlalchemy/blob/master/.travis.yml) | [dahlia/awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy)
56
+ [![Build Status](https://travis-ci.org/lnishan/awesome-competitive-programming.svg)](https://travis-ci.org/lnishan/awesome-competitive-programming) | [`config`](https://github.com/lnishan/awesome-competitive-programming/blob/master/.travis.yml) | [lnishan/awesome-competitive-programming](https://github.com/lnishan/awesome-competitive-programming)
57
+ [![Build Status](https://travis-ci.org/lerrua/remote-jobs-brazil.svg)](https://travis-ci.org/lerrua/remote-jobs-brazil) | [`config`](https://github.com/lerrua/remote-jobs-brazil/blob/master/.travis.yml) | [lerrua/remote-jobs-brazil](https://github.com/lerrua/remote-jobs-brazil)
58
+ [![Build Status](https://travis-ci.org/willianjusten/awesome-audio-visualization.svg)](https://travis-ci.org/willianjusten/awesome-audio-visualization) | [`config`](https://github.com/willianjusten/awesome-audio-visualization/blob/master/.travis.yml) | [willianjusten/awesome-audio-visualization](https://github.com/willianjusten/awesome-audio-visualization)
59
+ [![Build Status](https://travis-ci.org/sitepoint-editors/awesome-symfony.svg)](https://travis-ci.org/sitepoint-editors/awesome-symfony) | [`config`](https://github.com/sitepoint-editors/awesome-symfony/blob/master/.travis.yml) | [sitepoint-editors/awesome-symfony](https://github.com/sitepoint-editors/awesome-symfony)
60
+ [![Build Status](https://travis-ci.org/fasouto/awesome-dataviz.svg)](https://travis-ci.org/fasouto/awesome-dataviz) | [`config`](https://github.com/fasouto/awesome-dataviz/blob/master/.travis.yml) | [fasouto/awesome-dataviz](https://github.com/fasouto/awesome-dataviz)
61
+ [![Build Status](https://travis-ci.org/matiassingers/awesome-readme.svg)](https://travis-ci.org/matiassingers/awesome-readme) | [`config`](https://github.com/matiassingers/awesome-readme/blob/master/.travis.yml) | [matiassingers/awesome-readme](https://github.com/matiassingers/awesome-readme)
62
+ [![Build Status](https://travis-ci.org/sotayamashita/awesome-css.svg)](https://travis-ci.org/sotayamashita/awesome-css) | [`config`](https://github.com/sotayamashita/awesome-css/blob/master/.travis.yml) | [sotayamashita/awesome-css](https://github.com/sotayamashita/awesome-css)
63
+ [![Build Status](https://travis-ci.org/ramitsurana/awesome-kubernetes.svg)](https://travis-ci.org/ramitsurana/awesome-kubernetes) | [`config`](https://github.com/ramitsurana/awesome-kubernetes/blob/master/.travis.yml) | [ramitsurana/awesome-kubernetes](https://github.com/ramitsurana/awesome-kubernetes)
64
+ [![Build Status](https://travis-ci.org/wbinnssmith/awesome-promises.svg)](https://travis-ci.org/wbinnssmith/awesome-promises) | [`config`](https://github.com/wbinnssmith/awesome-promises/blob/master/.travis.yml) | [wbinnssmith/awesome-promises](https://github.com/wbinnssmith/awesome-promises)
65
+ [![Build Status](https://travis-ci.org/nikgraf/awesome-draft-js.svg)](https://travis-ci.org/nikgraf/awesome-draft-js) | [`config`](https://github.com/nikgraf/awesome-draft-js/blob/master/.travis.yml) | [nikgraf/awesome-draft-js](https://github.com/nikgraf/awesome-draft-js)
66
+ [![Build Status](https://travis-ci.org/stefanbuck/awesome-browser-extensions-for-github.svg)](https://travis-ci.org/stefanbuck/awesome-browser-extensions-for-github) | [`config`](https://github.com/stefanbuck/awesome-browser-extensions-for-github/blob/master/.travis.yml) | [stefanbuck/awesome-browser-extensions-for-github](https://github.com/stefanbuck/awesome-browser-extensions-for-github)
67
+ [![Build Status](https://travis-ci.org/watson/awesome-computer-history.svg)](https://travis-ci.org/watson/awesome-computer-history) | [`config`](https://github.com/watson/awesome-computer-history/blob/master/.travis.yml) | [watson/awesome-computer-history](https://github.com/watson/awesome-computer-history)
68
+ [![Build Status](https://travis-ci.org/HQarroum/awesome-iot.svg)](https://travis-ci.org/HQarroum/awesome-iot) | [`config`](https://github.com/HQarroum/awesome-iot/blob/master/.travis.yml) | [HQarroum/awesome-iot](https://github.com/HQarroum/awesome-iot)
69
+ [![Build Status](https://travis-ci.org/hackerkid/Mind-Expanding-Books.svg)](https://travis-ci.org/hackerkid/Mind-Expanding-Books) | [`config`](https://github.com/hackerkid/Mind-Expanding-Books/blob/master/.travis.yml) | [hackerkid/Mind-Expanding-Books](https://github.com/hackerkid/Mind-Expanding-Books)
70
+ [![Build Status](https://travis-ci.org/AchoArnold/discount-for-student-dev.svg)](https://travis-ci.org/AchoArnold/discount-for-student-dev) | [`config`](https://github.com/AchoArnold/discount-for-student-dev/blob/master/.travis.yml) | [AchoArnold/discount-for-student-dev](https://github.com/AchoArnold/discount-for-student-dev)
71
+ [![Build Status](https://travis-ci.org/caesar0301/awesome-pcaptools.svg)](https://travis-ci.org/caesar0301/awesome-pcaptools) | [`config`](https://github.com/caesar0301/awesome-pcaptools/blob/master/.travis.yml) | [caesar0301/awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools)
72
+ [![Build Status](https://travis-ci.org/diegocard/awesome-html5.svg)](https://travis-ci.org/diegocard/awesome-html5) | [`config`](https://github.com/diegocard/awesome-html5/blob/master/.travis.yml) | [diegocard/awesome-html5](https://github.com/diegocard/awesome-html5)
73
+ [![Build Status](https://travis-ci.org/kciter/awesome-style-guide.svg)](https://travis-ci.org/kciter/awesome-style-guide) | [`config`](https://github.com/kciter/awesome-style-guide/blob/master/.travis.yml) | [kciter/awesome-style-guide](https://github.com/kciter/awesome-style-guide)
74
+ [![Build Status](https://travis-ci.org/afonsopacifer/awesome-flexbox.svg)](https://travis-ci.org/afonsopacifer/awesome-flexbox) | [`config`](https://github.com/afonsopacifer/awesome-flexbox/blob/master/.travis.yml) | [afonsopacifer/awesome-flexbox](https://github.com/afonsopacifer/awesome-flexbox)
75
+ [![Build Status](https://travis-ci.org/dotfiles/dotfiles.github.com.svg)](https://travis-ci.org/dotfiles/dotfiles.github.com) | [`config`](https://github.com/dotfiles/dotfiles.github.com/blob/master/.travis.yml) | [dotfiles/dotfiles.github.com](https://github.com/dotfiles/dotfiles.github.com)
76
+ [![Build Status](https://travis-ci.org/RichardLitt/awesome-conferences.svg)](https://travis-ci.org/RichardLitt/awesome-conferences) | [`config`](https://github.com/RichardLitt/awesome-conferences/blob/master/.travis.yml) | [RichardLitt/awesome-conferences](https://github.com/RichardLitt/awesome-conferences)
77
+ [![Build Status](https://travis-ci.org/FriendsOfCake/awesome-cakephp.svg)](https://travis-ci.org/FriendsOfCake/awesome-cakephp) | [`config`](https://github.com/FriendsOfCake/awesome-cakephp/blob/master/.travis.yml) | [FriendsOfCake/awesome-cakephp](https://github.com/FriendsOfCake/awesome-cakephp)
78
+ [![Build Status](https://travis-ci.org/arbox/nlp-with-ruby.svg)](https://travis-ci.org/arbox/nlp-with-ruby) | [`config`](https://github.com/arbox/nlp-with-ruby/blob/master/.travis.yml) | [arbox/nlp-with-ruby](https://github.com/arbox/nlp-with-ruby)
79
+ [![Build Status](https://travis-ci.org/aleksandar-todorovic/awesome-c.svg)](https://travis-ci.org/aleksandar-todorovic/awesome-c) | [`config`](https://github.com/aleksandar-todorovic/awesome-c/blob/master/.travis.yml) | [aleksandar-todorovic/awesome-c](https://github.com/aleksandar-todorovic/awesome-c)
80
+ [![Build Status](https://travis-ci.org/ipfs/awesome-ipfs.svg)](https://travis-ci.org/ipfs/awesome-ipfs) | [`config`](https://github.com/ipfs/awesome-ipfs/blob/master/.travis.yml) | [ipfs/awesome-ipfs](https://github.com/ipfs/awesome-ipfs)
81
+ [![Build Status](https://travis-ci.org/benoitjadinon/awesome-xamarin.svg)](https://travis-ci.org/benoitjadinon/awesome-xamarin) | [`config`](https://github.com/benoitjadinon/awesome-xamarin/blob/master/.travis.yml) | [benoitjadinon/awesome-xamarin](https://github.com/benoitjadinon/awesome-xamarin)
82
+ [![Build Status](https://travis-ci.org/matteofigus/awesome-speaking.svg)](https://travis-ci.org/matteofigus/awesome-speaking) | [`config`](https://github.com/matteofigus/awesome-speaking/blob/master/.travis.yml) | [matteofigus/awesome-speaking](https://github.com/matteofigus/awesome-speaking)
83
+ [![Build Status](https://travis-ci.org/burningtree/awesome-json.svg)](https://travis-ci.org/burningtree/awesome-json) | [`config`](https://github.com/burningtree/awesome-json/blob/master/.travis.yml) | [burningtree/awesome-json](https://github.com/burningtree/awesome-json)
84
+ [![Build Status](https://travis-ci.org/ahkscript/awesome-AutoHotkey.svg)](https://travis-ci.org/ahkscript/awesome-AutoHotkey) | [`config`](https://github.com/ahkscript/awesome-AutoHotkey/blob/master/.travis.yml) | [ahkscript/awesome-AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey)
85
+ [![Build Status](https://travis-ci.org/vredniy/awesome-newsletters.svg)](https://travis-ci.org/vredniy/awesome-newsletters) | [`config`](https://github.com/vredniy/awesome-newsletters/blob/master/.travis.yml) | [vredniy/awesome-newsletters](https://github.com/vredniy/awesome-newsletters)
86
+ [![Build Status](https://travis-ci.org/brunopulis/awesome-a11y.svg)](https://travis-ci.org/brunopulis/awesome-a11y) | [`config`](https://github.com/brunopulis/awesome-a11y/blob/master/.travis.yml) | [brunopulis/awesome-a11y](https://github.com/brunopulis/awesome-a11y)
87
+ [![Build Status](https://travis-ci.org/jbucaran/awesome-fish.svg)](https://travis-ci.org/jbucaran/awesome-fish) | [`config`](https://github.com/jbucaran/awesome-fish/blob/master/.travis.yml) | [jbucaran/awesome-fish](https://github.com/jbucaran/awesome-fish)
88
+ [![Build Status](https://travis-ci.org/hackerkid/bots.svg)](https://travis-ci.org/hackerkid/bots) | [`config`](https://github.com/hackerkid/bots/blob/master/.travis.yml) | [hackerkid/bots](https://github.com/hackerkid/bots)
89
+ [![Build Status](https://travis-ci.org/arbox/machine-learning-with-ruby.svg)](https://travis-ci.org/arbox/machine-learning-with-ruby) | [`config`](https://github.com/arbox/machine-learning-with-ruby/blob/master/.travis.yml) | [arbox/machine-learning-with-ruby](https://github.com/arbox/machine-learning-with-ruby)
90
+ [![Build Status](https://travis-ci.org/uralbash/awesome-pyramid.svg)](https://travis-ci.org/uralbash/awesome-pyramid) | [`config`](https://github.com/uralbash/awesome-pyramid/blob/master/.travis.yml) | [uralbash/awesome-pyramid](https://github.com/uralbash/awesome-pyramid)
91
+ [![Build Status](https://travis-ci.org/phalcon/awesome-phalcon.svg)](https://travis-ci.org/phalcon/awesome-phalcon) | [`config`](https://github.com/phalcon/awesome-phalcon/blob/master/.travis.yml) | [phalcon/awesome-phalcon](https://github.com/phalcon/awesome-phalcon)
92
+ [![Build Status](https://travis-ci.org/Fr0sT-Brutal/awesome-delphi.svg)](https://travis-ci.org/Fr0sT-Brutal/awesome-delphi) | [`config`](https://github.com/Fr0sT-Brutal/awesome-delphi/blob/master/.travis.yml) | [Fr0sT-Brutal/awesome-delphi](https://github.com/Fr0sT-Brutal/awesome-delphi)
93
+ [![Build Status](https://travis-ci.org/phillipadsmith/awesome-github.svg)](https://travis-ci.org/phillipadsmith/awesome-github) | [`config`](https://github.com/phillipadsmith/awesome-github/blob/master/.travis.yml) | [phillipadsmith/awesome-github](https://github.com/phillipadsmith/awesome-github)
94
+ [![Build Status](https://travis-ci.org/yenchenlin/awesome-watchos.svg)](https://travis-ci.org/yenchenlin/awesome-watchos) | [`config`](https://github.com/yenchenlin/awesome-watchos/blob/master/.travis.yml) | [yenchenlin/awesome-watchos](https://github.com/yenchenlin/awesome-watchos)
95
+ [![Build Status](https://travis-ci.org/mark-rushakoff/awesome-influxdb.svg)](https://travis-ci.org/mark-rushakoff/awesome-influxdb) | [`config`](https://github.com/mark-rushakoff/awesome-influxdb/blob/master/.travis.yml) | [mark-rushakoff/awesome-influxdb](https://github.com/mark-rushakoff/awesome-influxdb)
96
+ [![Build Status](https://travis-ci.org/aviaryan/awesome-no-login-web-apps.svg)](https://travis-ci.org/aviaryan/awesome-no-login-web-apps) | [`config`](https://github.com/aviaryan/awesome-no-login-web-apps/blob/master/.travis.yml) | [aviaryan/awesome-no-login-web-apps](https://github.com/aviaryan/awesome-no-login-web-apps)
97
+ [![Build Status](https://travis-ci.org/arbox/ruby-style-guide.svg)](https://travis-ci.org/arbox/ruby-style-guide) | [`config`](https://github.com/arbox/ruby-style-guide/blob/master/.travis.yml) | [arbox/ruby-style-guide](https://github.com/arbox/ruby-style-guide)
98
+ [![Build Status](https://travis-ci.org/iJackUA/awesome-vagrant.svg)](https://travis-ci.org/iJackUA/awesome-vagrant) | [`config`](https://github.com/iJackUA/awesome-vagrant/blob/master/.travis.yml) | [iJackUA/awesome-vagrant](https://github.com/iJackUA/awesome-vagrant)
99
+ [![Build Status](https://travis-ci.org/deanhume/typography.svg)](https://travis-ci.org/deanhume/typography) | [`config`](https://github.com/deanhume/typography/blob/master/.travis.yml) | [deanhume/typography](https://github.com/deanhume/typography)
100
+ [![Build Status](https://travis-ci.org/vinkla/awesome-fuse.svg)](https://travis-ci.org/vinkla/awesome-fuse) | [`config`](https://github.com/vinkla/awesome-fuse/blob/master/.travis.yml) | [vinkla/awesome-fuse](https://github.com/vinkla/awesome-fuse)
101
+ [![Build Status](https://travis-ci.org/notthetup/awesome-webaudio.svg)](https://travis-ci.org/notthetup/awesome-webaudio) | [`config`](https://github.com/notthetup/awesome-webaudio/blob/master/.travis.yml) | [notthetup/awesome-webaudio](https://github.com/notthetup/awesome-webaudio)
102
+ [![Build Status](https://travis-ci.org/brabadu/awesome-fonts.svg)](https://travis-ci.org/brabadu/awesome-fonts) | [`config`](https://github.com/brabadu/awesome-fonts/blob/master/.travis.yml) | [brabadu/awesome-fonts](https://github.com/brabadu/awesome-fonts)
103
+ [![Build Status](https://travis-ci.org/tedyoung/awesome-java8.svg)](https://travis-ci.org/tedyoung/awesome-java8) | [`config`](https://github.com/tedyoung/awesome-java8/blob/master/.travis.yml) | [tedyoung/awesome-java8](https://github.com/tedyoung/awesome-java8)
104
+ [![Build Status](https://travis-ci.org/MakinGiants/awesome-android-learner.svg)](https://travis-ci.org/MakinGiants/awesome-android-learner) | [`config`](https://github.com/MakinGiants/awesome-android-learner/blob/master/.travis.yml) | [MakinGiants/awesome-android-learner](https://github.com/MakinGiants/awesome-android-learner)
105
+ [![Build Status](https://travis-ci.org/christian-bromann/awesome-selenium.svg)](https://travis-ci.org/christian-bromann/awesome-selenium) | [`config`](https://github.com/christian-bromann/awesome-selenium/blob/master/.travis.yml) | [christian-bromann/awesome-selenium](https://github.com/christian-bromann/awesome-selenium)
106
+ [![Build Status](https://travis-ci.org/busterc/awesome-cordova.svg)](https://travis-ci.org/busterc/awesome-cordova) | [`config`](https://github.com/busterc/awesome-cordova/blob/master/.travis.yml) | [busterc/awesome-cordova](https://github.com/busterc/awesome-cordova)
107
+ [![Build Status](https://travis-ci.org/jjaderg/awesome-postcss.svg)](https://travis-ci.org/jjaderg/awesome-postcss) | [`config`](https://github.com/jjaderg/awesome-postcss/blob/master/.travis.yml) | [jjaderg/awesome-postcss](https://github.com/jjaderg/awesome-postcss)
108
+ [![Build Status](https://travis-ci.org/jakoch/awesome-composer.svg)](https://travis-ci.org/jakoch/awesome-composer) | [`config`](https://github.com/jakoch/awesome-composer/blob/master/.travis.yml) | [jakoch/awesome-composer](https://github.com/jakoch/awesome-composer)
109
+ [![Build Status](https://travis-ci.org/filipelinhares/awesome-slack.svg)](https://travis-ci.org/filipelinhares/awesome-slack) | [`config`](https://github.com/filipelinhares/awesome-slack/blob/master/.travis.yml) | [filipelinhares/awesome-slack](https://github.com/filipelinhares/awesome-slack)
110
+ [![Build Status](https://travis-ci.org/shime/creative-commons-media.svg)](https://travis-ci.org/shime/creative-commons-media) | [`config`](https://github.com/shime/creative-commons-media/blob/master/.travis.yml) | [shime/creative-commons-media](https://github.com/shime/creative-commons-media)
111
+ [![Build Status](https://travis-ci.org/unixorn/git-extra-commands.svg)](https://travis-ci.org/unixorn/git-extra-commands) | [`config`](https://github.com/unixorn/git-extra-commands/blob/master/.travis.yml) | [unixorn/git-extra-commands](https://github.com/unixorn/git-extra-commands)
112
+ [![Build Status](https://travis-ci.org/joubertredrat/awesome-devops.svg)](https://travis-ci.org/joubertredrat/awesome-devops) | [`config`](https://github.com/joubertredrat/awesome-devops/blob/master/.travis.yml) | [joubertredrat/awesome-devops](https://github.com/joubertredrat/awesome-devops)
113
+ [![Build Status](https://travis-ci.org/J2TeaM/awesome-AutoIt.svg)](https://travis-ci.org/J2TeaM/awesome-AutoIt) | [`config`](https://github.com/J2TeaM/awesome-AutoIt/blob/master/.travis.yml) | [J2TeaM/awesome-AutoIt](https://github.com/J2TeaM/awesome-AutoIt)
114
+ [![Build Status](https://travis-ci.org/arbox/rails-style-guide.svg)](https://travis-ci.org/arbox/rails-style-guide) | [`config`](https://github.com/arbox/rails-style-guide/blob/master/.travis.yml) | [arbox/rails-style-guide](https://github.com/arbox/rails-style-guide)
115
+ [![Build Status](https://travis-ci.org/neueda/awesome-neo4j.svg)](https://travis-ci.org/neueda/awesome-neo4j) | [`config`](https://github.com/neueda/awesome-neo4j/blob/master/.travis.yml) | [neueda/awesome-neo4j](https://github.com/neueda/awesome-neo4j)
116
+ [![Build Status](https://travis-ci.org/RichardLitt/endangered-languages.svg)](https://travis-ci.org/RichardLitt/endangered-languages) | [`config`](https://github.com/RichardLitt/endangered-languages/blob/master/.travis.yml) | [RichardLitt/endangered-languages](https://github.com/RichardLitt/endangered-languages)
117
+ [![Build Status](https://travis-ci.org/cugu/awesome-forensics.svg)](https://travis-ci.org/cugu/awesome-forensics) | [`config`](https://github.com/cugu/awesome-forensics/blob/master/.travis.yml) | [cugu/awesome-forensics](https://github.com/cugu/awesome-forensics)
118
+ [![Build Status](https://travis-ci.org/rabbiabram/awesome-fortran.svg)](https://travis-ci.org/rabbiabram/awesome-fortran) | [`config`](https://github.com/rabbiabram/awesome-fortran/blob/master/.travis.yml) | [rabbiabram/awesome-fortran](https://github.com/rabbiabram/awesome-fortran)
119
+ [![Build Status](https://travis-ci.org/vkarampinis/awesome-icons.svg)](https://travis-ci.org/vkarampinis/awesome-icons) | [`config`](https://github.com/vkarampinis/awesome-icons/blob/master/.travis.yml) | [vkarampinis/awesome-icons](https://github.com/vkarampinis/awesome-icons)
120
+ [![Build Status](https://travis-ci.org/wfhio/awesome-job-boards.svg)](https://travis-ci.org/wfhio/awesome-job-boards) | [`config`](https://github.com/wfhio/awesome-job-boards/blob/master/.travis.yml) | [wfhio/awesome-job-boards](https://github.com/wfhio/awesome-job-boards)
121
+ [![Build Status](https://travis-ci.org/yangshun/awesome-spinners.svg)](https://travis-ci.org/yangshun/awesome-spinners) | [`config`](https://github.com/yangshun/awesome-spinners/blob/master/.travis.yml) | [yangshun/awesome-spinners](https://github.com/yangshun/awesome-spinners)
122
+ [![Build Status](https://travis-ci.org/sjfricke/awesome-webgl.svg)](https://travis-ci.org/sjfricke/awesome-webgl) | [`config`](https://github.com/sjfricke/awesome-webgl/blob/master/.travis.yml) | [sjfricke/awesome-webgl](https://github.com/sjfricke/awesome-webgl)
123
+ [![Build Status](https://travis-ci.org/Jolg42/awesome-typography.svg)](https://travis-ci.org/Jolg42/awesome-typography) | [`config`](https://github.com/Jolg42/awesome-typography/blob/master/.travis.yml) | [Jolg42/awesome-typography](https://github.com/Jolg42/awesome-typography)
124
+ [![Build Status](https://travis-ci.org/GoogleCloudPlatform/awesome-google-cloud.svg)](https://travis-ci.org/GoogleCloudPlatform/awesome-google-cloud) | [`config`](https://github.com/GoogleCloudPlatform/awesome-google-cloud/blob/master/.travis.yml) | [GoogleCloudPlatform/awesome-google-cloud](https://github.com/GoogleCloudPlatform/awesome-google-cloud)
125
+ [![Build Status](https://travis-ci.org/stve/awesome-dropwizard.svg)](https://travis-ci.org/stve/awesome-dropwizard) | [`config`](https://github.com/stve/awesome-dropwizard/blob/master/.travis.yml) | [stve/awesome-dropwizard](https://github.com/stve/awesome-dropwizard)
126
+ [![Build Status](https://travis-ci.org/stve/awesome-dropwizard.svg)](https://travis-ci.org/stve/awesome-dropwizard) | [`config`](https://github.com/stve/awesome-dropwizard/blob/master/.travis.yml) | [stve/awesome-dropwizard](https://github.com/stve/awesome-dropwizard)
127
+ [![Build Status](https://travis-ci.org/ramitsurana/awesome-openstack.svg)](https://travis-ci.org/ramitsurana/awesome-openstack) | [`config`](https://github.com/ramitsurana/awesome-openstack/blob/master/.travis.yml) | [ramitsurana/awesome-openstack](https://github.com/ramitsurana/awesome-openstack)
128
+ [![Build Status](https://travis-ci.org/Nipher/awesome-hacktivism.svg)](https://travis-ci.org/Nipher/awesome-hacktivism) | [`config`](https://github.com/Nipher/awesome-hacktivism/blob/master/.travis.yml) | [Nipher/awesome-hacktivism](https://github.com/Nipher/awesome-hacktivism)
129
+ [![Build Status](https://travis-ci.org/ipfs/newsletter.svg)](https://travis-ci.org/ipfs/newsletter) | [`config`](https://github.com/ipfs/newsletter/blob/master/.travis.yml) | [ipfs/newsletter](https://github.com/ipfs/newsletter)
130
+ [![Build Status](https://travis-ci.org/ellerbrock/awesome-typescript.svg)](https://travis-ci.org/ellerbrock/awesome-typescript) | [`config`](https://github.com/ellerbrock/awesome-typescript/blob/master/.travis.yml) | [ellerbrock/awesome-typescript](https://github.com/ellerbrock/awesome-typescript)
131
+ [![Build Status](https://travis-ci.org/cdleon/awesome-front-end.svg)](https://travis-ci.org/cdleon/awesome-front-end) | [`config`](https://github.com/cdleon/awesome-front-end/blob/master/.travis.yml) | [cdleon/awesome-front-end](https://github.com/cdleon/awesome-front-end)
132
+ [![Build Status](https://travis-ci.org/adriagalin/tools.svg)](https://travis-ci.org/adriagalin/tools) | [`config`](https://github.com/adriagalin/tools/blob/master/.travis.yml) | [adriagalin/tools](https://github.com/adriagalin/tools)
133
+ [![Build Status](https://travis-ci.org/arthurwayne/awesome-pentester.svg)](https://travis-ci.org/arthurwayne/awesome-pentester) | [`config`](https://github.com/arthurwayne/awesome-pentester/blob/master/.travis.yml) | [arthurwayne/awesome-pentester](https://github.com/arthurwayne/awesome-pentester)
134
+ [![Circle CI](https://img.shields.io/circleci/project/tmcw/awesome-geojson.svg)](https://circleci.com/gh/tmcw/awesome-geojson) | [`config`](https://github.com/tmcw/awesome-geojson/blob/master/circle.yml) | [tmcw/awesome-geojson](https://github.com/tmcw/awesome-geojson)
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awesome_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Khamsing
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-19 00:00:00.000000000 Z
11
+ date: 2017-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: '1.8'
19
+ version: 1.11.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: '1.8'
26
+ version: 1.11.2
27
27
  description: Check for valid and duplicate URLs in a file. Great for "awesome" projects.
28
28
  email:
29
29
  - dkhamsing8@gmail.com