Sha256: 0b2f955118a5440ba243003389ea5771b51ee2bbd74b4d2428db8cc5d624f408

Contents?: true

Size: 494 Bytes

Versions: 2

Compression:

Stored size: 494 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"
gem "simplecov", ">= 0.12"
gem "coveralls", ">= 0.8", require: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pinterest-ruby-1.0.2 .travis-gemfile
pinterest-ruby-1.0.1 .travis-gemfile