Sha256: 0f18ed65dffeb0a5e4b798273acb28da869417923a4dbb242c671bd42b770622

Contents?: true

Size: 525 Bytes

Versions: 5

Compression:

Stored size: 525 Bytes

Contents

# encoding: utf-8
#
# This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

source "http://rubygems.org"

gemspec

# Testing
gem "rspec", "~> 3.0"
gem "rake", "~> 10.3"

# Documentation
gem "simplecov", "~> 0.8"
gem "coveralls", "~> 0.7", require: false
gem "pry", "~> 0"
gem "yard", "~> 0.8"
gem "kramdown", "~> 1.3"
gem "github-markup", "~> 1.2" if RUBY_ENGINE != "jruby"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lazier-4.0.5 Gemfile
lazier-4.0.4 Gemfile
lazier-4.0.3 Gemfile
lazier-4.0.2 Gemfile
lazier-4.0.1 Gemfile