Sha256: b43c1ef2f2223fe39e479ea373b4f7bf2fcb4d4b7c187615f6f48286878865a8

Contents?: true

Size: 955 Bytes

Versions: 1

Compression:

Stored size: 955 Bytes

Contents

# Encoding: UTF-8
$:.push File.expand_path('../../core/lib', __FILE__)
require 'refinery/version'

version = Refinery::Version.to_s

Gem::Specification.new do |s|
  s.platform          = Gem::Platform::RUBY
  s.name              = %q{refinerycms-authentication}
  s.version           = version
  s.summary           = %q{Authentication extension for Refinery CMS}
  s.description       = %q{The default authentication extension for Refinery CMS}
  s.email             = %q{info@refinerycms.com}
  s.homepage          = %q{http://refinerycms.com}
  s.rubyforge_project = %q{refinerycms}
  s.authors           = ['Philip Arndt', 'Uģis Ozols', 'David Jones', 'Steven Heidel']
  s.license           = %q{MIT}
  s.require_paths     = %w(lib)

  s.files             = `git ls-files`.split("\n")
  s.test_files        = `git ls-files -- spec/*`.split("\n")

  s.add_dependency 'refinerycms-core',  version
  s.add_dependency 'devise',            '~> 2.0.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-authentication-2.0.2 refinerycms-authentication.gemspec