Sha256: e6373a694a64675a6e7dfc5d2030432bd423b1c1b11e47af33918c316c664508

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/google-authenticator-rails/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Jared McFarland"]
  gem.email         = ["jared.online@gmail.com"]
  gem.description   = %q{Add the ability to use the Google Authenticator with ActiveRecord.}
  gem.summary       = %q{Add the ability to use the Google Authenticator with ActiveRecord.}
  gem.homepage      = "http://github.com/jaredonline/google-authenticator"

  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          = "google-authenticator-rails"
  gem.require_paths = ["lib"]
  gem.version       = Google::Authenticator::Rails::VERSION
  
  gem.add_dependency "rotp"
  gem.add_dependency "activerecord"
  gem.add_dependency "google-qr"
  gem.add_dependency "actionpack"
  
  gem.add_development_dependency "rspec", "~> 2.8.0"
  gem.add_development_dependency "sqlite3"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
google-authenticator-rails-0.0.4 google-authenticator.gemspec
google-authenticator-rails-0.0.3 google-authenticator.gemspec