Sha256: 667aef6bac8025ada0969034d0e052d129681e1727d9376d5f55e3b256308097

Contents?: true

Size: 914 Bytes

Versions: 3

Compression:

Stored size: 914 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path('../lib', __FILE__)
require 'omniauth/createsend/version'

Gem::Specification.new do |s|
  s.name          = 'omniauth-createsend'
  s.version       = OmniAuth::CreateSend::VERSION
  s.platform      = Gem::Platform::RUBY
  s.author        = 'James Dennes'
  s.email         = ['jdennes@gmail.com']
  s.summary       = 'Official OmniAuth strategy for the Campaign Monitor API.'
  s.description   = 'The official OmniAuth strategy for authenticating with the Campaign Monitor API.'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  s.require_paths = ['lib']

  s.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'

  s.add_development_dependency 'rspec', '~> 2.12'
  s.add_development_dependency 'rake'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-createsend-1.0.0 omniauth-createsend.gemspec
omniauth-createsend-0.0.2 omniauth-createsend.gemspec
omniauth-createsend-0.0.1 omniauth-createsend.gemspec