Sha256: 5d8fc8b8f1c486893d88337969b921803cffa270e1bb3c5ce1d4ceafb9f31f2b

Contents?: true

Size: 634 Bytes

Versions: 2

Compression:

Stored size: 634 Bytes

Contents

#
# This file is part of the pinterest-ruby gem. Copyright (C) 2017 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
#

raise "Ruby version must be greater than 2.2.0" unless RUBY_VERSION.to_f >= 2.2

source "https://rubygems.org"
gemspec

# Testing
gem "rspec", "~> 3.5.0"
gem "rake", "~> 12.0"
gem "webmock", "~> 2.3"
gem "vcr", "~> 3.0"

# Documentation
gem "simplecov", ">= 0.12"
gem "coveralls", ">= 0.8", require: false
gem "pry", ">= 0.10"
gem "yard", ">= 0.9"
gem "kramdown", ">= 1.13"
gem "github-markup", ">= 1.4"
gem "rubocop", "~> 0.36"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pinterest-ruby-1.0.2 Gemfile
pinterest-ruby-1.0.1 Gemfile