mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
added badges and lock file
This commit is contained in:
parent
2fa90ec206
commit
6819d556bb
2 changed files with 11 additions and 1 deletions
10
Gemfile.lock
10
Gemfile.lock
|
@ -54,6 +54,12 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.9.1.1)
|
||||
coveralls (0.8.13)
|
||||
json (~> 1.8)
|
||||
simplecov (~> 0.11.0)
|
||||
term-ansicolor (~> 1.3)
|
||||
thor (~> 0.19.1)
|
||||
tins (~> 1.6.0)
|
||||
database_cleaner (1.5.1)
|
||||
diff-lcs (1.2.5)
|
||||
docile (1.1.5)
|
||||
|
@ -257,11 +263,14 @@ GEM
|
|||
sqlite3 (1.3.10)
|
||||
sqlite3 (1.3.10-x64-mingw32)
|
||||
temple (0.7.5)
|
||||
term-ansicolor (1.3.2)
|
||||
tins (~> 1.0)
|
||||
test_after_commit (0.4.2)
|
||||
activerecord (>= 3.2)
|
||||
thor (0.19.1)
|
||||
thread_safe (0.3.5)
|
||||
tilt (1.4.1)
|
||||
tins (1.6.0)
|
||||
turbolinks (2.5.3)
|
||||
coffee-rails
|
||||
tzinfo (1.2.2)
|
||||
|
@ -286,6 +295,7 @@ DEPENDENCIES
|
|||
awesome_print
|
||||
capybara
|
||||
coffee-rails
|
||||
coveralls
|
||||
database_cleaner
|
||||
elasticsearch
|
||||
elasticsearch-dsl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Stadtratmonitor
|
||||
|
||||
[![Build Status](https://travis-ci.org/CodeforLeipzig/stadtratmonitor.png?branch=master)](https://travis-ci.org/CodeforLeipzig/stadtratmonitor)
|
||||
[![Build Status](https://travis-ci.org/CodeforLeipzig/stadtratmonitor.png?branch=master)](https://travis-ci.org/CodeforLeipzig/stadtratmonitor) [![Coverage Status](https://coveralls.io/repos/github/jrlover/stadtratmonitor/badge.svg?branch=master)](https://coveralls.io/github/jrlover/stadtratmonitor?branch=master) [![Code Climate](https://codeclimate.com/github/CodeforLeipzig/stadtratmonitor/badges/gpa.svg)](https://codeclimate.com/github/CodeforLeipzig/stadtratmonitor)
|
||||
|
||||
## Setup
|
||||
|
||||
|
|
Loading…
Reference in a new issue