Sha256: 88b3579cf5ffa38fcf600a37ee8c34f362c12b593d1213113feb033423512aa1

Contents?: true

Size: 525 Bytes

Versions: 2

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.1"
gem "rake", "~> 10.3"

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lazier-4.1.0 Gemfile
lazier-4.0.6 Gemfile