Sha256: 8dbb19ee3f60977bfd5e595c4464515d08a5109c94f9f229591a1e2ee0a71224
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
# # This file is part of the apes gem. Copyright (C) 2016 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 "sqlite3", "~> 1.3" gem "rspec", "~> 3.4" gem "rake", "~> 11.0" # Documentation gem "simplecov", "~> 0.11" gem "coveralls", "~> 0.8", require: false gem "pry", "~> 0.10" gem "yard", "~> 0.8" gem "kramdown", "~> 1.10" gem "github-markup", "~> 1.4" gem "rubocop", "~> 0.39"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
apes-1.0.3 | Gemfile |
apes-1.0.2 | Gemfile |