Sha256: 53e72834a3b3d4f28d029f9332bda12efd2c5e6ac0e1318d8a2b3774ce91b55c

Contents?: true

Size: 451 Bytes

Versions: 6

Compression:

Stored size: 451 Bytes

Contents

require 'rubygems'
require 'echoe'

require File.dirname(__FILE__) << "/lib/authgasm/version"

Echoe.new 'authgasm' do |p|
  p.version = Authgasm::Version::STRING
  p.author = "Ben Johnson of Binary Logic"
  p.email  = 'bjohnson@binarylogic.com'
  p.project = 'authgasm'
  p.summary = "Rails authentication done right"
  p.url = "http://github.com/binarylogic/authgasm"
  p.dependencies = %w(activesupport activerecord)
  p.include_rakefile = true
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
authgasm-0.10.2 Rakefile
authgasm-0.10.0 Rakefile
authgasm-0.10.1 Rakefile
authgasm-0.9.1 Rakefile
authgasm-0.10.3 Rakefile
authgasm-0.9.0 Rakefile