Sha256: 87382eaa72ed33c449a87d2a78cf3e041ab9f2f82bb2bfeeca61181794aefd33

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

# Developmentkit

[![Gem Version](https://badge.fury.io/rb/developmentkit.svg?style=flat)](http://badge.fury.io/rb/developmentkit)
[![Build Status](https://travis-ci.org/tetuyoko/developmentkit.svg?style=flat)](https://travis-ci.org/tetuyoko/developmentkit)
[![Code Climate](https://codeclimate.com/github/tetuyoko/developmentkit/badges/gpa.svg?style=flat)](https://codeclimate.com/github/tetuyoko/developmentkit)
[![Dependency Status](https://gemnasium.com/tetuyoko/developmentkit.svg?style=flat)](https://gemnasium.com/tetuyoko/developmentkit)

## What
Standard GemSet for development.

## Determination Criteria
 * Usefull
 * Less harmful
 * Easy Testable

## Install

In your `Gemfile` add:

```ruby
gem 'developmentkit', group: :development
```

Then run

```sh
$ bundle install
```

Now you're good to go.

## If conflict,
```sh
$ rake developmentkit:update
```

## Includes
* bullet ~> 4.14.0
* pry-byebug ~> 2.0.0
* pry-rails ~> 0.3.2
* pry-rescue ~> 1.4.1
* pry-stack_explorer ~> 0.4.9.1
* quiet_assets ~> 1.0.3
* rack-mini-profiler ~> 0.9.2
* spring ~> 1.2.0
* thin ~> 1.6.3

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
developmentkit-0.1.2 README.md
developmentkit-0.1.1 README.md
developmentkit-0.1.0 README.md
developmentkit-0.0.8 README.md