Sha256: 794f037c6cd60fc75d999e5fe53be58aaa2c7b4bbc83ec4c6fe0805272d5294c

Contents?: true

Size: 693 Bytes

Versions: 6

Compression:

Stored size: 693 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["shu0115"]
  gem.email         = ["raisondetre0115@gmail.com"]
  gem.description   = %q{Scaffold for OmniAuth.}
  gem.summary       = %q{OmniAuth Scaffold}
  gem.homepage      = "https://github.com/shu0115/omniauth-scaffold"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "omniauth-scaffold"
  gem.require_paths = ["lib"]
  gem.version       = Omniauth::Scaffold::VERSION
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omniauth-scaffold-0.1.15 omniauth-scaffold.gemspec
omniauth-scaffold-0.1.14 omniauth-scaffold.gemspec
omniauth-scaffold-0.1.13 omniauth-scaffold.gemspec
omniauth-scaffold-0.1.12 omniauth-scaffold.gemspec
omniauth-scaffold-0.1.11 omniauth-scaffold.gemspec
omniauth-scaffold-0.0.1 omniauth-scaffold.gemspec