ShogunPanda/pincerna

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# encoding: utf-8
#
# This file is part of the pincerna gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
#

source "http://rubygems.org"

gemspec

# Testing
gem "rspec", "~> 2.14.1"
gem "rake", "~> 10.1.0"
gem "vcr", "~> 2.5.0"
gem "webmock", "~> 1.13.0"

# Documentation
gem "simplecov", ">= 0.7.1"
gem "coveralls", ">= 0.6.7", :require => false
gem "pry", ">= 0"
gem "yard", ">= 0.8.7"
gem "kramdown", ">= 1.2.0"
gem "github-markup", ">= 0.7.5"