Sha256: 09efce987ce169178e47f70778582974a7997b80b1d4f08cf4d954a15462142a

Contents?: true

Size: 967 Bytes

Versions: 6

Compression:

Stored size: 967 Bytes

Contents

$LOAD_PATH.push File.expand_path('../lib', __FILE__)
require "spiffy_stores_app/version"

Gem::Specification.new do |s|
  s.name        = "spiffy_stores_app"
  s.version     = SpiffyStoresApp::VERSION
  s.platform    = Gem::Platform::RUBY
  s.author      = "Spiffy Stores"
  s.summary     = %q{This gem is used to get quickly started with the Spiffy Stores API}

  s.required_ruby_version = ">= 2.3.1"

  s.add_runtime_dependency('rails', '>= 5.0.0')
  s.add_runtime_dependency('spiffy_stores_api', '~> 4.11.0')
  s.add_runtime_dependency('omniauth-spiffy-oauth2', '~> 1.2.0')

  s.add_development_dependency('rake')
  s.add_development_dependency('byebug')
  s.add_development_dependency('sqlite3')
  s.add_development_dependency('minitest')
  s.add_development_dependency('mocha')

  s.files         = `git ls-files`.split("\n").reject { |f| f.match(%r{^(test|example)/}) }
  s.test_files    = `git ls-files -- {test}/*`.split("\n")
  s.require_paths = ["lib"]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spiffy_stores_app-8.2.11 spiffy_stores_app.gemspec
spiffy_stores_app-8.2.10 spiffy_stores_app.gemspec
spiffy_stores_app-8.2.9 spiffy_stores_app.gemspec
spiffy_stores_app-8.2.8 spiffy_stores_app.gemspec
spiffy_stores_app-8.2.7 spiffy_stores_app.gemspec
spiffy_stores_app-8.2.6 spiffy_stores_app.gemspec